
html, body {
      position: relative;
      height: 100%;
      color: #898989;
	font-family: 'Poppins', sans-serif;
    }

    body {
      margin: 0;
      padding: 0;
    }

    .fotd{
    	position: fixed;
    	top:0;
    	right:0;
		text-indent: -666em;
		overflow: hidden;
		z-index: 999;

		-webkit-transition: all 1s ease;
	    transition: all 1s ease;
	    
    }

    .fotd a{
    	background-image: url("../img/FOTD – top right.png");
    	display: block;
	    width: 118px;
	    height: 118px;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
    }

    @media screen and (max-width: 767px)
	{
	    .fotd{
	    	display:none;
	    	visibility: hidden;
	    }
	}

    .swiper-container {
        width: 100%;
        /*height: 100%;*/
        height: 570px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      /*width: 60%;*/
      width: 979px;

    }
    .swiper-slide:nth-child(2n) {
     /* width: 40%;*/
    }
    .swiper-slide:nth-child(3n) {
     /* width: 20%;*/
    }


.container{
	padding-left: 100px;
	padding-right:100px;
}

.logo-inconito{
	max-width: 150px;
}

p{
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}

h1, h2{
	color: #181935;
	font-weight: bold;
}

h1{
	font-size: 60px;
	padding-bottom: 60px;
}

h2{
	font-size: 50px;
	line-height: 70px;
}

h3{
	font-size: 24px;
	color: #181935;
	line-height: 40px;
	font-weight: 300;
}

h4{
	font-size: 50px;
	font-weight: 700;
}

#partage-mobile{
	display: none;
}

#baseline{
	padding-bottom: 85px;
}

.padding-bottom-10{
	padding-bottom: 10px;
}

.padding-bottom-30{
	padding-bottom: 30px;
}

.padding-bottom-50{
	padding-bottom: 50px;
}

.padding-bottom-60{
	padding-bottom: 60px;
}
.padding-bottom-70{
	padding-bottom: 70px;
}
.padding-bottom-80{
	padding-bottom: 80px;
}

.padding-bottom-85{
	padding-bottom: 85px;
}

.padding-bottom-130{
	padding-bottom: 130px;
}

.padding-bottom-200{
	padding-bottom: 200px;
}

.padding-top-15{
	padding-top: 15px;
}

.padding-top-70{
	padding-top: 70px;
}

.padding-top-120{
	padding-top: 120px;
}

.padding-top-130{
	padding-top: 130px;
}

#text-header{
	padding-top: 120px;
}

.img-serious{
	padding-top: 50px;
	padding-left: 110px;
}

.youtube{
	padding-bottom: 100px;
	z-index: 1;
	position: absolute;
	cursor: pointer;
	
}

#video{
    padding-left: 15px;
}

#after-youtube{
	margin-top: 90px;
	padding-left: 0;
}

#header-fizzglobe{
	margin-top: 67px;
}

span.bold{
	font-weight: 500;
}

.grey{
	color: #181935;
}

.text-serious{
    padding-top: 120px;
}

#projet-mobile{
	display: none;
}

.separ-jaune{
	background-color: #fdc476;
	height: 6px;
	width: 131px;
	margin-bottom: 40px;
}

.block-citation{
	padding-top: 130px;
	color: #6c6c6c;
}

.block-citation-last{
	padding-top: 115px;
	color: #6c6c6c;
}

p.citation{
	font-size: 24px;
    font-style: italic;
    padding-left: 135px;
    padding-right: 65px;
    line-height: 50px;
}

.img-citation{
	padding-left: 155px;
}

p.nom-citation{
	font-weight: 500;
	padding-left: 40px;
	padding-top: 10px;
	line-height: 30px;
}

span.fonction-citation{
	font-weight: 300;
	font-size: 16px;
}

.blockquote{
	padding-left: 45px;
}

.blockquote-invers{
	margin-top: -40px;
}

#top{
	background-image: url(../img/icone-relation-parent.jpg);
    background-position: bottom right; 
	background-repeat: no-repeat;
	padding-bottom: 220px; 
}

#aventure{
	background-image: url(../img/icone-aventure.jpg);
    background-position: 90% top; 
	background-repeat: no-repeat;
    padding-top: 70px;   
    margin-top: 100px;
    padding-bottom: 165px;

}

#serious-game{
	background-image: url(../img/fond-o.gif);
    background-position: bottom left; 
	background-repeat: no-repeat;
	padding-bottom: 240px; 
	margin-top: -85px;
}

#slidejs{
	margin-top: -80px;
}

p.telecharger-appli{
    font-weight: 600;
    color: #181935;
    padding-top: 80px;
    margin-bottom: 30px;
}

#chiffres p{
	line-height: 24px;
}

#presse{
    padding-top: 110px;
}

#presse p{
	font-style: italic;
	font-weight: 600;
    margin-bottom: 30px;
}

span.normal{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 80px;
}

#presse span.normal a{
    color: #898989;
    text-decoration: underline;
}

#presse span.normal a:hover{
    color: #fdc476;
    text-decoration: none;
}


.btn-fizz{
	width: 230px;
	border: 1px solid #cdcdcd;
    border-radius: 22px;
    -webkit-border-radius: 22px; 
     -moz-border-radius: 22px; 
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #FFFFFF;
    color: #9f9f9f;
}

.btn-fizz:hover{
	background-color: #fdc476;
	color: #FFFFFF;
	border:none;
}

.footer{
	border-top: 6px solid #e6e6e6;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.slide1{
	background-image: url(../img/slide3.jpg);
	background-repeat: no-repeat;
}
.slide2{
    background-image: url(../img/slide2.jpg);
}

.slide3{
    background-image: url(../img/slide4.jpg);
}

#sliderfizz{
	background-image: url(../img/truc.jpg);
    background-repeat: no-repeat;
    background-position: bottom right; 
    height: 770px;
    margin-top: -130px;
}

.swiper-pagination{
	left: 10px;
	margin-top: 20px;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	margin-right: 10px;
}

.swiper-slide{
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 

	-webkit-box-shadow: 0px 0px 18px 0px rgba(77,77,77,0.5);
	-moz-box-shadow: 0px 0px 18px 0px rgba(77,77,77,0.5);
	box-shadow: 0px 0px 18px 0px rgba(77,77,77,0.5);

    transition: transform 1s;
	 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.swiper-pagination-bullet-active {
    background: #FFFFFF;
    border: 2px solid #181935;
    width: 10px;
    height: 10px;
}


.swiper-slide-active{
	margin-right: 30px;
    margin-top: 10px;
    transform: scale(1);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
}

.swiper-slide-next, .swiper-slide-prev{
	margin-right: 30px;
    margin-top: 10px;
    transform: scale(0.9) !important;
   -webkit-transform: scale(0.9) !important;
   -ms-transform: scale(0.9) !important;
}


.linkinco{
	margin-top: 40px;
	font-size: 18px;
    font-weight: 500;

}

.linkinco a{

    color: #6c6c6c;
    text-decoration: none;
    margin-left: 10px;
}

.linkinco a:hover{

    color: #fdc476;
}

.linkinco span{
	color: #fdc476;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;

}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover {

	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

.social-circle li a:hover i, .triggeredHover {
	/*-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);*/

	/*-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);*/

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a.social {
    background-color: #D3D3D3;   
}


/*=========================
  Responsive
 ================= */

@media (min-width: 768px) and (max-width: 992px){
    #top, #aventure{
    background-image: none;
    }
    #imgchiffre{
        display: none;
    }
    .img-citation{
        padding-left: 0;
    }
    .perso-citation{
        text-align: center;
    }
    .swiper-slide {
    width: 80% !important;
    height: 80%;
    }

    .swiper-container {
	    height: 460px;
	}
}

@media screen and (max-width: 767px) {
.container{
	padding-left: 30px;
	padding-right: 30px; 

}

    p{
	font-size: 16px;
	line-height: 25px;
}

h1{
	font-size: 40px;
	padding-bottom: 20px;
}

h2{
	font-size: 30px;
	line-height: 50px;
}

h3{
	font-size: 20px;
	line-height: 25px;
}


#partage-mobile{
	display: block;
	padding-bottom: 20px;
}

#partage{
	display: none;
}
    
#top{
	padding-bottom:130px; 
}


#text-header{
	padding-top: 60px;
}

#baseline{
	padding-bottom: 20px;
}

.padding-bottom-80{
	padding-bottom: 40px;
}

.padding-bottom-200{
	padding-bottom: 50px;
}

p.citation{
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;

}

.blockquote{
	padding-left: 25px;
	padding-bottom: 20px;
}

.blockquote-invers{
	margin-top:20px;
}
.block-citation{
	padding-top: 40px;
}

p.nom-citation{
    padding-left: 35px;
    padding-top: 10px;
    line-height: 18px;
    padding-right: 35px;
}

.img-citation{
	text-align: center;
	padding: 0;
}


.nom-citation{
	text-align: center;
}

#top, #aventure{
	background:none;
}

#imgchiffre{
	display: none;
}

.img-serious{
	margin:0 auto;
	padding: 0; 
}

#partage, #logo-inconito, #android, #ios{
	text-align: center;
	margin-top: 10px;
}


#chiffre2{
	padding-top: 0;
}
    
    .youtube{
        padding-right: 30px;
    }

#after-youtube{
	margin-top: 60px;
}

.swiper-slide{
	width: 75% !important;
	height: 70%;
}

.swiper-container{
	height: 300px;
}


.swiper-pagination{
	margin-top: -70px;
    padding-left: 30px;
}


#sliderfizz{
	background-image: none;
		height: 100%;
}

#bottom-slider{
	margin-top: -300px;
}


.embed-responsive-16by9{
	padding-bottom: 52.24%;
}

#projet-mobile{
	display: block;
}
    
#projet-desktop{
	display: none;
}

}









