/* Global Styles */

html, body {
	height: 100%;
}
body {
	padding-top: 0px; /* body padding for fixed top nav */
}




/* Philippe --------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------- */


.nowrap {white-space: nowrap;}

.cremage {
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	float: left;
	width: 100%;
	height: 50px;
	padding-top:5px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 32px;
	text-transform: uppercase;
}

.cremage a {
	color: #000;
}

.cremage a:hover {
	color:#e9934e;
	text-decoration:none;
}




.cremage #coordonnees {
	float: right;
	margin-left: 0px;
}

.cremage #coordonnees .medias-sociaux {
	float:right;
	margin-left:10px;
	margin-top:-2px;
}

.cremage #coordonnees .medias-sociaux img  {
	margin-left:10px;
	margin-right:0px;
}

.navbar-header {
	position:relative;
}


.navbar-logo {
	float: left;
	z-index: 9002;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
	position:relative;
}

.navbar-header h1 {
	margin: 0px;
	padding: 0px;
}

.navbar-logo {
	background-image: url(../images/sur-la-route-du-francais-logo.png);
}


/*Section ------------------------------------------------*/

.photo-entete {
	height: 600px;
	background-image: url(../images/photo-intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 90px;
	position: relative;
}

.photo-entete h2{
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-size: 40px;
	line-height: 40px;
	text-shadow: 2px 2px 15px #000;
	position:relative;
	top:20%;
	left:60%;
	width:30%;
}


.photo-entete h2 img{
	margin-right:60px;
	margin-bottom:10px;
}



/*Section ------------------------------------------------*/

	
.section-blanche {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #000;
}

.section-blanche h3 {
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size:30px;
	margin-top:5 px;
	margin-bottom:0px;
	color:#152646;
}


.section-blanche h4 {
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size:28px;
	line-height:28px;
	margin-top:5px;
	margin-bottom:0px;
	color:#152646;
}

.section-blanche p {
	font-family: 'Questrial', sans-serif;
	font-size:22px;
	line-height:28px;
	margin-top:5px;
	margin-bottom:0px;
	text-align:justify;
	color:#767676;
}

.section-blanche p a{
	color:#451e5a;
	text-decoration:none;
}

.section-blanche p a:hover{
	color:#451e5a;
	text-decoration:none;
}





/* Menu graphique ------------------------------------------------*/

.section-menu-visuel {
	background-color: #451e5a;
	padding-top: 70px;
	color: #FFF;
	padding-bottom:70px;
}

#menu-graphique {
	height: auto;
	width: 100%;
	text-align:center;
}

#menu-graphique ul {
	list-style: none;
	padding-top: 5px;
	padding-left:0px;
}
#menu-graphique ul li {
	padding: 0;
}
#menu-graphique ul li a {
	display: block;
	float: left;
	width: 21%; /* 1170 - marge-right et left 15 (x4) / 4 */
	height: 100px;
	line-height: 45px;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	color: #eaf1e4;
	margin-bottom: 30px;
	padding: 5px;
	margin-top: 0px;
}

#menu-graphique ul li a:hover {
	color: #F0FF59;
}


#menu-graphique h1 {
	font-size: 30px;
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 100px;
	margin-bottom:0px;
	font-weight: bold;
}

#menu-graphique ul li img {
	margin-top: 0px;
}



.bg-bouton-animation {
	background-image: url(../images/raconte-moi-la-francophonie-blanc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30%;
}


.bg-bouton-animation:hover {
    background-size:35%;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}

.bg-bouton-formations {
	background-image: url(../images/formation-langue-seconde-blanc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30%;
}


.bg-bouton-formations:hover {
    background-size:35%;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}

.bg-bouton-tv5 {
	background-image: url(../images/apprendre-enseigner-tv5-blanc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30%;
}


.bg-bouton-tv5:hover {
    background-size:35%;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}

.bg-bouton-humanitaires {
	background-image: url(../images/humanitaire-icone-blanc.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30%;
}


.bg-bouton-humanitaires:hover {
    background-size:35%;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}



/*Partenaires ------------------------------------------------*/

.partenaires {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #000;
}

.partenaires h4  {
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
	font-size:30px;
	text-align:center;
	color:#451e5a;
}

.partenaires img{
	width:33%;
}

#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
	background-color:#c6c6c6;
}

#copyright .logo-footer {
	float:left;
	width:20%;
	padding-right:50px;
}

#copyright .credits-footer {
	float:left;
	width:auto;
	padding-top:30px;
	padding-right:10px;
}

#copyright .credits-footer p {
	color:#FFF;
}

#copyright .credits-footer p a{
	color:#451e5a;
}

#copyright .credits-footer p a:hover{
	color: #080E29;
}

#copyright .medias-sociaux-footer {
	float:right;
	width:auto;
	padding-top:20px;
}


/*Pour vidéo youtube responsive ------------------------------------------------*/


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*marge et colonnes ------------------------------------------------*/

#album-multimedias h5 {
	font-size: 30px;
}


/*marge et colonnes ------------------------------------------------*/

.col-50 {
	width:46%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}

.col-40 {
	width:36%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}

.col-30 {
	width:26%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}

.col-20 {
	width:16%;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
	
	
	

.marge-top-130 {
	margin-top: 130px;
}
.marge-top-15 {
	margin-top: 15px;
}

.marge-top-20 {
	margin-top: 20px;
}

.marge-top-25 {
	margin-top: 25px;
}

.marge-top-30 {
	margin-top: 30px;
}

.marge-top-0 {
	margin-top: 0px;
}
.marge-bot-15 {
	margin-bottom: 10px;
}
.marge-left-15 {
	margin-left: 15px;
}
.marge-right-15 {
	margin-right: 15px;
}

.pag-right-15 {
	padding-right: 15px;
}
.pad-top-130 {
	padding-top: 130px;
}
.pad-top-140 {
	padding-top: 140px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-top-5 {
	padding-top: 5px;
}

.ombre-plus {
	text-shadow: 1px 1px 5px #000;
}

.ombre-plus3 {
	text-shadow: 2px 2px 15px #000, 2px 2px 15px #000, 2px 2px 15px #000;
}

 /* Responsive  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


 @media (min-width: 1200px) { /* Grand écran et plus */

.navbar-logo {
	height: 145px;
	width: 420px;
	margin-top:-45px;
	padding-top:45px;
	margin-bottom:-25px;
	padding-bottom:25px;
}

}



/* Large desktop - Tablette horizontal*/
@media (min-width: 980px) and (max-width: 1199px) {
.navbar-logo {
	height: 145px;
	width: 350px;
	margin-top:-45px;
	padding-top:45px;
	margin-bottom:-25px;
	padding-bottom:25px;
}
	 
}

/* Large desktop - Tablette horizontal*/
@media (min-width: 980px) {
	

}

@media (min-width: 768px) and (max-width: 991px) {





}



/* Portrait tablet to landscape and desktop - Tablette vertical*/
@media (min-width: 768px) and (max-width: 979px){
	
.cremage {
	font-size: 10px;
}

.boutons-menu {
	font-size: 12px;
}

.navbar-logo {
	height: 60px;
	width: 190px;
	margin-top:15px;
}


.photo-entete h2{
	top:30%;
	left:30%;
	width:60%;
}


#menu-graphique h1 {
	font-size: 20px;
}


.partenaires img{
	width:30%;
}



}


@media (min-width: 767px) { /* téléphone jusqu'&agrave; Ipad (Ancien vertical) */



.navbar-inverse {
	background-color:#d8d8db;
}

.boutons-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000;
	background-color: #452658;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	font-family: 'Questrial', sans-serif;
	font-weight: lighter;
	height:55px;
	line-height:23px;
}

.boutons-menu:hover {
	background-color: #452658;
}

}


	 
	 
/* Landscape phone to portrait tablet - Iphone horizontal */
@media (max-width: 767px) { /* téléphone jusqu'à Ipad (Ancien vertical) */


.cremage {
	display: none;
}

.navbar-inverse {
	background-color: #d8d8db;
	border-color: #d8d8db;
	color:#FFF;
}

.navbar-logo {
	height: 50px;
	width: 200px;
	margin-left:15px;
}


.photo-entete {
	margin-top: 50px;
}

.photo-entete h2{
	top:10%;
	left:0%;
	width:95%;
}


#menu-graphique ul li a {
	width: 96%;
	margin-top:150px;
	margin-bottom:50px;
	}
	
	
.bg-bouton-animation {
	background-size: 15%;
}


.bg-bouton-animation:hover {
    background-size:17%;
}

.bg-bouton-formations {
	background-size: 15%;
}


.bg-bouton-formations:hover {
    background-size:17%;
}

.bg-bouton-tv5 {
	background-size: 15%;
}


.bg-bouton-tv5:hover {
    background-size:17%;
}

.bg-bouton-humanitaires {
	background-size: 15%;
}


.bg-bouton-humanitaires:hover {
    background-size:17%;
}


.partenaires img{
	width:100%;
}



#copyright .logo-footer {
	width:100%;
	padding-right:50px;
	padding-left:50px;
}

#copyright .credits-footer {
	float:left;
	width:100%;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}

#copyright .medias-sociaux-footer {
	width:100%;
	text-align:center;
}


/*marge et colonnes ------------------------------------------------*/

.col-20, .col-40, .col-50 {
	width:92%;
	margin-left:4%;
	margin-right:4%;
	float:left;
}

.section-blanche .col-20 img {
	margin-left:auto;
	margin-right:auto;
}


}

@media (max-width: 400px) {
.cremage {
	display:none;
}

.cremage #coordonnees {
	display:none;
}
	
}



