html {
    margin:0;
    padding:0;
    scroll-behavior:smooth;
}

body {
    margin:0;
    padding:0;
    
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -.1rem; 
}
h2 {
    font-size: 34px;
    text-align: center;
    font-family:'Fredoka One', sans-serif;
    font-weight:100;
    color:#F1006A;
}

h4 {
    font-family:'Varela Round', sans-serif;
    font-size: 40px;
    font-weight:bold;
}

/* FOOTER */

footer {
    height:200px;
    width:100%;
    background-color:#F1006A;
    margin:0 auto;
    text-align:center;
}

#plan {
    display:inline-block;
    vertical-align:top;
    margin:-80px auto 0 auto;
}

@media screen and (max-width: 1000px)
{
#plan {
    display:none;
    vertical-align:top;
    margin:-80px auto 0 auto;
    width:auto;
    height:280px;
}
}

#coordonnees {
    display:inline-block;
    vertical-align:top;
    text-align:left;
    font-family:'Varela Round', sans-serif;
    font-weight:bold;
    font-size:24px;
    color:white;
    margin:20px auto 0 40px;
    
}

@media screen and (max-width: 1000px)
{
#coordonnees {
    text-align:center;
    margin:20px auto;
    
}
}

#bandeau-site {
    width:100%;
    height:50px;
    margin:0 auto;
    padding:0;
    text-align:center;
    background-color:#F1006A;
    color:white !important;
    font-family:'PT Sans Narrow', sans-serif;
    font-size:22px;
    font-weight:bold;
    letter-spacing: 1px;
    line-height:46px;
    }

@media screen and (max-width: 900px)
{
#bandeau-site {
    height:120px;
}
}



#bandeau-site a {
    width:50px;
    height:40px;
    background-color:white;
    margin:0 0 0 4px;
    padding:4px;
    text-align:center;
    color:#F1006A;
    font-family:'PT Sans Narrow', sans-serif;
    font-size:22px;
    font-weight:bold;
    letter-spacing: 1px;
    line-height:46px;
    text-decoration:none;
    border-radius:4px;
    }

#bandeau-site a:hover {
    background-color:#ad034e;
    color:white;
    transition: all .3s ease-out;
    }

#protection-covid-19 {
    width:100%;
    height:auto;
    background-color:white;
    text-align:center;
    font-family:'PT Sans Narrow', sans-serif;
    font-size:22px;
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;
    
}

/* VOEUX */
#voeux {
    width:100%;
    height:auto;
    background-image:url(images/actualites/fond-visuel-voeux-2021.jpg);
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    text-align:center;
    font-family:'PT Sans Narrow', sans-serif;
    font-size:22px;
    color:white;
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;
    
}

#texte-voeux {
    display:inline-block;
    vertical-align:middle;
    color:white;
    font-family:'Merienda', cursive;
    font-weight:bold;
    font-size:28px;
    
}

.item-objets-actualite {
    display: inline-block;
    vertical-align:top;
    margin:20px auto;
    padding:0;
    color:white;
}

.item-objets-actualite:hover {
    transition: all 0.2s ease;
    border-radius:8px;
    color:dimgray;
}


/* FIN VOEUX */

.item-protection-covid-19 {
    display: inline-block;
    vertical-align:top;
    margin:0 auto;
    padding:0;
}

/* PARALLAX HEADER */

.ciel {
    height: 646px;
    position: relative;
    background: url(images/ciel.svg);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}
.content {
    height: 400px;
    background-color:floralwhite;
}
.logo {
    height: 140px;
    width: 100%;
    background-image: url(images/logo-grenadine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;

    position: absolute;
    top: 12%;
    margin: 0 auto;
}

.mascotte {
    height: 225px;
    width: 100%;
    background-image: url(images/mascotte.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    top:0%;
    position: absolute;
    margin: 150px auto 0 190px;
}

.accroche {
    position: absolute;
    top: 100%;
    margin: 0 auto;
    font-family:'Merienda', cursive;
    font-weight:bold;
    font-size:60px;
    line-height:58px;
    color:#f5e6cb;
    text-align: center;
    width:100%;
    height: 200px;
    overflow: hidden;
}

.nuages {
    width: 2000px;
    height: 800px;
    background-image: url(images/nuages.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    margin: 0 auto;
    background-size:contain;
    background-attachment:inherit;
}

.ville {
    height: 1000px;
    width:100%;
    position: relative;
    background: url(images/ville-ter.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position:top center;
    overflow: hidden;
    margin:190px auto 0 auto;
}

.arc-en-ciel {
    width: 100%;
    height: 600px;
    background-image: url(images/arc-en-ciel.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    margin: 0 auto;
    background-size:initial;
    background-attachment:inherit;
}

/* RUGBY */

#conteneur-rugby {
    display:inline-block;
    width:100%;
    height:auto;
    background-color:white;
    margin:0 auto;
    padding:0;
    text-align:center;
    border-bottom:medium inset #F1006A;
}

#conteneur-rugby-gauche {
    display:inline-block;
    vertical-align:top;

    background-image: url(images/rugby/visuel-rugby-fond.svg);
    background-size:cover;
    margin:0 auto;
    padding:0;
    height:540px;
    width:56%;
    text-align:center;
    float:left;
    
}

@media screen and (max-width: 1000px)
{
#conteneur-rugby-gauche {
    display:block;
    width:100%;
    height:400px;
}
}

.bleu {
    color:#19254D;

}

.rouge {
    color:#EF434D;

}

#texte-rugby {
    width:600px;
    height:auto;
    
}

@media screen and (max-width: 1200px)
{
#texte-rugby {
    width:480px;
    height:auto;
    
}
}

@media screen and (max-width: 800px)
{
#texte-rugby {
    width:400px;
    height:auto;
    
}
}

#conteneur-rugby-droit {
    display:inline-block;
    vertical-align:top;
    margin:0 auto;
    padding:0;
    height:auto;
    width:40%;
    text-align:center;
    
}

@media screen and (max-width: 1000px)
{
#conteneur-rugby-droit {
    display:inherit;
    width:100%;
    margin-top:20px;
    
}
}

#photo-ballon {
    height:auto;
    width:500px;

}

@media screen and (max-width: 1200px)
{
#photo-ballon {
    width:380px;
    
}
}

#legende-ballons {
    font-family:'Poppins';
    font-style:italic;
    font-weight:800;
    font-size:24px;
    color:#EF434D;

}

@media screen and (max-width: 1200px)
{
#legende-ballons {
    font-size:18px;
    
}
}

#conteneur-items-pictos-rugby {
    padding:20px 0 10px 0;
    
}

.items-pictos-rugby {
    display:inline-block;
    vertical-align:top;
    height:auto;
    margin:0 auto;
    text-align:center;
    padding:0 20px;
    width:314px;
    height:auto;
    
}

#conteneur-items-carres-rugby {
    width:100%;
    height:auto;
    background-color:white;
    display:inline-block;
    padding:0 0 20px 0;
}

@media screen and (max-width: 1200px)
{
#conteneur-items-carres-rugby {
    display:inline-block;
    
}
}

.items-carres-rugby {
    width:16%;
    height:280px;
    display:inline-block;
    vertical-align:top;
    margin:0 -4px;
    padding:0 2px;
}

@media screen and (max-width: 1200px)
{
.items-carres-rugby {
    width:25%;
    
}
}

@media screen and (max-width: 700px)
{
.items-carres-rugby {
    width:50%;
    
}
}

.items-rugby-bleu {
    background-color:#19254D;
}

.items-rugby-rouge {
    background-color:#EF434D;
}

.items-rugby-photo {
    background-size:cover;
    background-position-x:center;
    background-position-y:center;
}

.article-rugby {
    font-family:'Poppins';
    font-size:22px;
    font-weight:800;
}

.reference {
    font-family:'Poppins';
    font-size:18px;
    font-weight:700;
    color:white;
    margin:-20px auto 0 auto;
}

.texte-article {
    font-family:'Poppins';
    font-size:0.8em;
    font-weight:400;
}

.items-taille-mini {
    background-image: url(images/rugby/ballon-taille-mini.jpg);
}

.items-porte-clefs {
    background-image: url(images/rugby/ballon-porte-clefs.jpg);
}

.items-ballon-rse {
    background-image: url(images/rugby/ballon-rse.jpg);
}

.items-ballon-gilbert {
    background-image: url(images/rugby/ballon-gilbert.jpg);
}

.items-taille-officielle {
    background-image: url(images/rugby/ballon-taille-officielle.jpg);
}

.items-echarpe {
    background-image: url(images/rugby/echarpe.jpg);
}

/* FIN RUGBY */

/* IMPRIMERIE - OBJETS - SIGNALETIQUE */

.presentation {
    width:100%;
    height:auto;
    background-color:white;
    text-align:center;
    font-family:'Fredoka One', sans-serif;
    font-size:20px;
    font-weight:100;
    color:#8398D9;
    padding:40px 0 0 0;
    border-bottom:medium inset #F1006A;
    
}

#actualites {
    display:inline-block;
    vertical-align:top;
    width:100%;
    height:auto;
    background-image: linear-gradient(to right top, #ebcd38, #f0d234, #f5d730, #fadd2b, #ffe225);
    text-align:right;
    font-size:22px;
    padding:20px 0;
    border-bottom:medium inset #F1006A;
    
}

@media screen and (max-width: 1000px)
{
#actualites {
    display:block;
    text-align: center;
    width:100%;
}
}

#texte-badges-1 {
    display:inline-block;
    vertical-align:top;
    width:50%;
    font-family:'Permanent Marker', cursive;
    color:#1033b5;
    line-height:54px;
}

@media screen and (max-width: 1000px)
{
    
#texte-badges-1 {
    width:100%;
}
}



#texte-benefices {
    font-family:'Pacifico', cursive;
    color:#1033b5;
    font-size:30px;

}

#croix-rouge {
    display:block;
    text-align:end;
    
}

@media screen and (max-width: 1000px)
{
    
#croix-rouge {
    text-align:center;
    
}
}

#prix {
    display:block;
    background-color:#1033b5;
    color:#f1d238;
    width:86px;
    height:86px;
    border-radius:50px;
    font-size:54px;
    font-family:'Permanent Marker', cursive;
    text-align:center;
    float:left;
    margin:20px 0 0 20px;
}


#disponible {
    font-family:'Pacifico', cursive;
    font-size:28px;
    line-height:28px;
    color:#f1d238;
    display:block;
    text-align:center;
    background-color:#1033b5;
    width:fit-content;
    border-radius:30px;
    height:auto;
    float:right;
    padding:10px 20px;
}

@media screen and (max-width: 1000px)
{
    
#disponible {
    float:none;
    margin:0 auto;
}
}

#photo-badges {
    display:inline-block;
    vertical-align:top;
    width:48%;
    height:auto;
    text-align:left;
    
}

@media screen and (max-width: 1000px)
{
#photo-badges {
    display:block;
    text-align: center;
    width:100%;
}
}

#imprimerie {
    width:100%;
    height:auto;
    background-color:white;
    text-align:center;
    font-family:'Varela Round', sans-serif;
    font-weight:bold;
    color:#69697e;
    font-size:22px;
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;
    
}

.item-imprimerie {
    display: inline-block;
    vertical-align:top;
    margin:0 auto;
    padding:0;
}

#signaletique {
    width:100%;
    height:auto;
    text-align:center;
    font-family:'Varela Round', sans-serif;
    font-weight:bold;
    color:#69697e;
    font-size:22px;
    line-height:24px; 
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;
    
    
}

#vetements {
    width:100%;
    height:auto;
    text-align:center;
    font-family:'Varela Round', sans-serif;
    font-weight:bold;
    color:#69697e;
    font-size:22px;
    line-height:24px; 
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;   
    
}

#objets {
    width:100%;
    height:auto;
    background-color:white;
    text-align:center;
    font-family:'Varela Round', sans-serif;
    font-weight:bold;
    font-size:22px;
    color:#69697e;
    padding:40px 0 60px 0;
    border-bottom:medium inset #F1006A;
    
}

.lien-items {
    color:#324383; 
}

.lien-items:hover {
    color:#F1006A;
	transition: background 0.4s ease; 
    
    
}

.item-objets {
    display: inline-block;
    vertical-align:top;
    margin:20px auto;
    padding:0;
    border-style:solid;
    border-width:2px;
    border-color:#fff;
}

.item-objets:hover {
    border-style:solid;
    border-width:2px;
    border-color:#a5a5a5;
    transition: all 0.2s ease;
    border-radius:8px;
}

.image-item-objets {
    
}

.image-item-objets:hover {
	transition: all 0.4s ease;
    transform: scale(0.94, 0.94);
    background-color:#fff;
    border-radius:8px;
    opacity:0.3;
}



#catalogues {
    width:100%;
    height:auto;
    text-align:center;
    font-family:'Josefin Sans', sans-serif;
    padding:40px 0 60px 0;
    background:#F1006A29;
    border-bottom:medium inset #F1006A;
    
}

.macaron {
    height:60px;
    width:60px;
    position:absolute;
    margin:10px 0 0 10px;
    z-index:3;
    
}


/* CATALOGUES */

#lien-externe {
    background-color:#F1006A;
    color:white;
    text-decoration:none;
    padding:10px;
    border-radius:30px;
    font-size:26px;
    
}

#lien-externe:hover {
    background-color:#222222;
    transition: all 0.4s ease;
    
}

.item-catalogue {
    height:180px;
    width:180px;
    display:inline-block;
    vertical-align:top;
    margin:20px -22px 80px auto;
    padding:0;
    
    
    
    -webkit-box-shadow:  0 2px 6px 2px rgba(0,0,0,0.25);
	-o-box-shadow:  0 2px 6px 2px rgba(0,0,0,0.25);
	-moz-box-shadow:  0 2px 6px 2px rgba(0,0,0,0.25);
	-ms-box-shadow:  0 2px 6px 2px rgba(0,0,0,0.25);
	box-shadow:  0 2px 6px 2px rgba(0,0,0,0.25);
	
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
    
}

.item-catalogue:hover {
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	transform: scale(1.08);
	
    transition: all .2s ease;
    
	
}


.item-catalogue div.info-bulle {
	visibility: hidden;
	opacity: 0;
	position: absolute !important;
	bottom: -35px;
	left: 0;
	

}

.item-catalogue:hover div.info-bulle {
	visibility: visible;
	opacity:1;
	bottom: -66px;
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;

}

div.info-bulle {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	background: #f5f5f5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 1px 3px 2px #aaa;
	-webkit-box-shadow: 1px 3px 2px #aaa;
	-moz-box-shadow: 1px 3px 2px #aaa;
	-ms-box-shadow: 1px 3px 2px #aaa;
	-o-box-shadow: 1px 3px 2px #aaa;

}

div.info-bulle p {
	color: #666666;
	padding: 10px 5px;
	margin: 0;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
    font-weight:bold;
	font-size: 14px;

}

div.info-bulle::before {
	content: '' !important;
	position: absolute !important;
	top: -5px;
	left: 45%;
	width: 0;
	height: 0;
	border-bottom: 5px solid #f5f5f5;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

}
 

/* GRILLE */


.row {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
    overflow:hidden;
}
.row img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding: 0;
  margin: 0 auto;

}

@media screen and (max-width: 600px)
{
.row img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding: 0;
  margin: 0 auto;
  width:100%;
}
}

.gallery {
  padding: 40px 0 180px;
  position: relative;
  overflow: hidden;
  border-bottom:medium inset #F1006A;
  text-align:center;
  font-family:'Varela Round', sans-serif;
  font-weight:bold;
  color:#69697e;
  font-size:22px;
    
}
.gallery ul {
  position: relative;
    margin:0 auto;
    text-align:center;
    padding:0;
}
.gallery ul li {
display:inline-block;
    vertical-align:top;
  margin:20px;
  overflow: hidden;
  width: 240px;
  position: relative;

}

.gallery ul li a:hover {
  opacity: 0.6;
  transition: all 0.3s linear;
}


.gallery ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery ul li a:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:before {
  top: 50%;
  opacity: 1;
}
.gallery ul li a:after {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:after {
  opacity: 1;
}

.port {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding-top: 60px;
  background: #ffffffe6;
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.50);
}
.port img {
 
}
.port .description {
  display:inline-block;
  vertical-align:top;
  width: 400px;
  padding: 0;
  margin:0 40px 0 -40px;
  overflow: auto;
  text-align: right;
  font-family:'Varela Round', sans-serif;
  font-weight:100;
  font-size:22px;
}

@media screen and (max-width: 1100px)
{
.port .description {
  display:inline-block;
  vertical-align:top;
  width: 300px;
  padding: 0;
  margin:0 auto;
  overflow: auto;
  text-align: center;
  font-family:'Josefin Sans', sans-serif;
  font-size:18px;
}
}


.conteneur-sketchfab {
  display:inline-block;
  vertical-align:top;
    width:600px;
    height:auto;
    
}

@media screen and (max-width: 800px)
{
.conteneur-sketchfab {
  width:100%;
  scale:0.9;
  display:flex;
}
}


.port h1 {
  font-size: 35px;
  line-height: 2.3;
  padding: 0;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.close {
  width: 21px;
  height: 21px;
  background: url(images/croix.png) no-repeat;
  position: absolute;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item_open .close {
  opacity: 1;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}


.vignets {
    
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* PICTOGRAMMES */

.pictos {
    display: inline-block;
    vertical-align: top;
    margin: 20px auto;
    padding:10px 30px;
    width:300px;
}
.texte-pictos {
    color:#F1006A;
    margin:0 auto;
    font-size:28px;
    font-family:'Varela Round';
    font-weight:bold;
    
}

/* MENTIONS LEGALES */

#mentions {
    font-size:14px;
    margin-top:10px;
    
}

#lien-mentions {
    font-size:14px;
    color:white;
    text-decoration:none;
    
}

#titre-mentions {
    font-family:'Varela Round', sans-serif;
    font-size:28px;
    font-weight:bold;
    color:black;
    text-align:center;
    margin:20px 0;
  
}

#conteneur-mentions {
    font-family:'Varela Round', sans-serif;
    font-size:14px;
    color:black;
    text-align:center;
    padding:0 10% 6% 10%;
}
