
/* Valable pour tout le site */

* {
	margin:0;
	padding:0;
}


body{
	margin:0;
	padding:0;
}

h1, h2,p{
	margin-top:0;
	margin-bottom:0;
}

ul, li{
	list-style:none;
}

.clear{
	clear: both;
}

body{background-color :#edf2f4}


::selection{
        background:#edf2f4;
        color:#943d3d;
}

::-moz-selection{
	    background:#edf2f4;
        color:#943d3d;
}


/* ***********************
	ECRAN
******************* */

@media screen and (min-width:1025px){

/* Partie Header */

/* burger */ 

.hamburger{
display: none;
}
.cross{
display: none;
}
.menu{
	display: none;
}

/* fin burger */

#conteneur{
	width:100%;
	min-height:450px;
	background-color: #edf2f4;
	margin-left:auto;
	margin-right:auto;
}

header{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	min-height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background: url(../images/bandeau-header.jpg) no-repeat center;
	background-size: cover;
}

#logo{
	width: 70%;
	display: flex;
    flex-wrap: nowrap;
	padding-left: 20px;
	padding-top: 19px;
}

#langue{
	text-align: right;
	color: white;
	display: flex;
    flex-wrap: nowrap;
	padding-top: 76px;
	padding-left: 11px;
	font-family: 'Source Sans Pro', sans-serif;
}

#langue a{
	color: white;
	text-decoration: none;
	margin: 0 5px;
}

#langue a:hover{
	color: #c4d600;
	text-decoration: none;
}

#recherche{
	height: 25px;
	display: flex;
    flex-wrap: nowrap;
	padding-top: 77px;
}

.recherchez{
	width: 120px;
	height: 20px;
	background-color: #9dbecf;
	color: black;
	padding-left: 10px;
	border: 0;
	border-radius: 50px;
}

.loupe{
	width: 20px;
	height: 16px;
	background-image: url(../images/loupe.png);
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}

#menu{
	background-color: #0b4766;
	height: 36px;
	text-align: center;
	
}

#menuHeader li{
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	line-height: 2em;
}

#menuHeader a{
	height: 36px;
	text-decoration: none;
	display:inline-block;
}

#menuHeader li:first-child{
     padding-left: 0;
    }

#menuHeader li:first-child:before{
     display: none;
    }

#menuHeader li:last-child:before{
     display: none;
    }

#menuHeader li:before{
     content: "|";
     /* color: grey; */
     font-weight: normal;
     padding-right: 10px;
     padding-left: 7px;
    }

/* ***********************
lien pour "l'hôtel" 
******************* */	 

a.hotel:hover{
	color: #c4d600;
	border-radius: 0;
	/*background-color: rgba(255, 255, 255, 0.3);*/
} 
a.icihotel{
	color: #c4d600;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Les chambres" 
******************* */	 

a.chambres:hover{
	color: #c4d600;
	border-radius: 0;
	/*background-color: rgba(255, 255, 255, 0.3);*/
} 
a.icichambres{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Le restaurant" 
******************* */	 
a.restaurant:hover{
	color: #c4d600;
	border-radius: 0;
	/*background-color: rgba(255, 255, 255, 0.3);*/
} 
a.icirestaurant{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Le Spa" 
******************* */	 
a.spa:hover{
	color: #c4d600;
	border-radius: 0;
	/*background-color: rgba(255, 255, 255, 0.3);*/
} 
a.icispa{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Réservez"
******************* */	

a.reservez:hover{
	background-color : #943d3d;
	color: #c4d600;
}
a.icireservez{
	background-color : #943d3d;
	color: white;
	padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
}


/* Partie Main */

#main{
	width: 1025px;
	min-height:350px;
	background-color: white;
	margin: 0 auto;
	overflow:hidden;
	display: flex;
}

#col1{
	width:16%;
	/*min-height:350px;*/
	height: 400px;
	background-color: #edf2f4;
	display: flex;
    flex-wrap: nowrap;
	margin: 30px auto;
	border-right: 3px solid #c4d600;
	padding: 1%;
	margin-left: 15px;
	}

	#menuMain ul{
	margin: 30px auto; 
}

	#menuMain li{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #0b4766;
	margin: 40px auto;
}

#menuMain a{
	height: 60px;
	text-decoration: none;
	color: #0b4766;
	font-size: 16px;
	padding: 0.3em 0.6em;
	border-radius: 4px;
	transition: all 0.3s;
}

#menuMain a:hover{
	color: #c4d600;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.isActive{
	color: #c4d600 !important;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}


#col2{
	width:78%;
	min-height:350px;
	margin: 30px auto;
	background-color: white;
	display: flex;
	overflow: auto;
	}

#col2a{
	width:100%;
	min-height:350px;
	background-color: white;
	display: flex;
    flex-direction: column;
	}

#quiSommesNous{
	display: flex;
    flex-wrap: nowrap;

}

.slideshow{
	height: 400px;
	margin: 0 auto;
	border-radius: 20px 0 20px 0;
}

#christophe img{
	/*border-bottom: 3px solid #c4d600;*/
	border-bottom: 3px solid #943d3d;
	/*border-bottom: 3px solid #0a4665;*/
}

#christophe{
	padding-top: 18px;
	padding-left: 10px;
}

#texteChris{
	width: 57%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #4e4e4d;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#texteChris hr{
	width: 70%;
	color: #943d3d;
	border: 1px solid;
}

#texteChris h1{
	font-family: 'Dancing Script', sans-serif;
	color: #943d3d;
	font-weight: 400;
	font-size: 40px;
}

#texteChris em{
	font-family: 'Lato', sans-serif;
	color: #0a4665;
	font-weight: 400;
}

#texteChris strong{
	font-family: 'Lato', sans-serif;
	color: #943d3d;
}


#col2b{
	width:0%;
	min-height:350px;
	background-color: grey;
	float: right;
	}

/* Partie Footer */

footer{
	min-height:50px;
	background-color: #edf2f4;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	clear:left;
}

#bandeauFooter{
	width: 1025px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bandeau-footer.jpg) no-repeat center;
	background-size: cover;
}

.textContent{
	width: 800px;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: right;
	color: white;
	padding-top: 8px;
}



.reseauxSociaux{
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

.reseauxSociaux ul{
text-align: center;
}

.reseauxSociaux li{
	display: inline-block;
	padding-left: 45px;
}

.adresseFooter{
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	text-decoration: none;
	margin: 0 auto;
}

.picto_Pm{
	float: left;
	padding-top: 7px;
	padding-left: 95px;
}

.texte-footer{
	text-align: center;
	color: #005783;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 140px;
}

.texte-footer a{
	text-decoration: none;
	color: #005783;
	font-weight: 400;
}

.texte-footer a:hover{
	color: #943d3d;
}

.navFooter li{
	display: inline-block;
	/*padding-left: 34px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 13px;
	color: #5f5e5e;
}

.navFooter a{
	text-decoration: none;
	color: #5f5e5e;
}

.navFooter{
	padding-top: 14px;
	text-align: center;
	padding-bottom: 20px;
}

.navFooter li:first-child{
     padding-left: 0;
    }


.navFooter li:first-child:before{
     display: none;
    }

.navFooter li:before{
     content: "|";
     color: grey;
     font-weight: normal;
     padding: 0 15px;
    }

.navFooter a:hover{
	text-decoration: none;
	color: #943d3d;	
	font-weight: 600;
}

.print{
	background-color: transparent;
}

.print::after{
	content: url(../images/printer.svg);
	padding-left: 5px;
	vertical-align: middle;
}



/* display block pour la col2b pour la mettre en ligne */

}

/* ***********************
	TABLETTE
******************* */	

@media screen and (max-width:1024px){

/* Partie Header */

/* partie menu burger */

.hamburger{
display: none;
}

.cross{
display: none;
}

.menu{
	display: none;
	background-color: #0b4766;
	height: 36px;
	text-align: center;
}

.menu li {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	line-height: 2em;
}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

.menu a{
	height: 36px;
	text-decoration: none;
	display:inline-block;
}

/* fin burger */


#conteneur{
	width:100%;
	min-height:400px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
}

header{
	width:100%;
	min-height: 120px;
	display: flex;
    flex-wrap: nowrap;
	background-color: #FF6347;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image: url(../images/bandeau-header.jpg);
}

#logo{
	width: 70%;
	display: flex;
    flex-wrap: nowrap;
	padding-left: 20px;
	padding-top: 19px;
}

#langue{
	color: white;
	display: flex;
    flex-wrap: nowrap;
	padding-top: 75px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

#langue a{
	color: white;
	text-decoration: none;
	margin: 0 5px;
}

#langue a:hover{
	color: #c4d600;
	text-decoration: none;
}

#recherche{
	height: 25px;
	display: flex;
    flex-wrap: nowrap;
	padding-top: 77px;
}

.recherchez{
	width: 120px;
	height: 20px;
	background-color: #9dbecf;
	color: black;
	padding-left: 10px;
	border: 0;
	border-radius: 50px;
}

form {
	display: flex;
    flex-wrap: nowrap;
}

.loupe{
	width: 20px;
	height: 16px;
	background-image: url(../images/loupe.png);
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}

#menu{
	background-color: #0b4766;
	height: 36px;
	text-align: center;
	
}

#menuHeader li{
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	line-height: 2em;
}

#menuHeader a{
	height: 36px;
	text-decoration: none;
	display:inline-block;
}

#menuHeader li:first-child{
     padding-left: 0;
    }

#menuHeader li:first-child:before{
     display: none;
    }

#menuHeader li:last-child:before{
     display: none;
    }

#menuHeader li:before{
     content: "|";
     /* color: grey; */
     font-weight: normal;
     padding-right: 10px;
     padding-left: 7px;
    }


/* ***********************
lien pour "l'hôtel" 
******************* */	 
a.hotel:hover{
	color: #c4d600;
	border-radius: 0;
} 
a.icihotel{
	color: #c4d600;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Les chambres" 
******************* */	 
a.chambres:hover{
	color: #c4d600;
	border-radius: 0;
} 
a.icichambres{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Le restaurant" 
******************* */	 
a.restaurant:hover{
	color: #c4d600;
	border-radius: 0;
} 
a.icirestaurant{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Le Spa" 
******************* */	 
a.spa:hover{
	color: #c4d600;
	border-radius: 0;
} 
a.icispa{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Réservez"
******************* */	

a.reservez:hover{
	background-color : #943d3d;
	color: #c4d600;
}
a.icireservez{
	background-color : #943d3d;
	color: white;
	padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
}


/* Partie Main */


#main{
	min-height:350px;
	/*max-height: 550px;*/
	background-color: white;
	margin:auto 0;
	overflow:hidden;
	display: flex; 
}

#col1{
	width:165px;
	/*min-height:350px;*/
	height: 400px;
	background-color: #edf2f4;
	display: flex;
    flex-wrap: nowrap;
	margin: 30px auto;
	border-right: 3px solid #c4d600;
	padding: 1%;
	margin-left: 15px;
	}

#menuMain ul{
	margin: 30px auto; 
}

#menuMain li{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #0b4766;
	margin: 40px auto;
}

#menuMain a{
	height: 60px;
	text-decoration: none;
	color: #0b4766;
	font-size: 16px;
	padding: 0.3em 0.6em;
	border-radius: 4px;
	transition: all 0.3s;
}

#menuMain a:hover{
	color: #c4d600;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.isActive{
	color: #c4d600 !important;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}



#col2{
	width:80%;
	min-height:350px;
	margin: 30px auto;
	background-color: white;
	overflow: auto;
	}

#col2a{
	width:100%;
	min-height:350px;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	}

#quiSommesNous{
	display: flex;
    flex-wrap: nowrap;

}

.slideshow{
	max-width: 80%;
	margin: 0 auto;
	border-radius: 20px 0 20px 0;
}

#christophe img{
	/*border-bottom: 3px solid #c4d600;*/
	border-bottom: 3px solid #943d3d;
	/*border-bottom: 3px solid #0a4665;*/
}

img {
    max-width: 100%;
    height: auto;
}

#christophe{
	padding-top: 18px;
	padding-left: 10px;
}

#texteChris{
	width: 70%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #4e4e4d;
	font-size: 1.5vw;
	padding-left: 20px;
	margin-right: 30px;
}

#texteChris hr{
	width: 60%;
	color: #943d3d;
	border: 1px solid;
}

#texteChris h1{
	font-family: 'Dancing Script', sans-serif;
	color: #943d3d;
	font-weight: 400;
	font-size: 4vw;
}

#texteChris em{
	font-family: 'Lato', sans-serif;
	color: #0a4665;
	font-weight: 400;
}

#texteChris strong{
	font-family: 'Lato', sans-serif;
	color: #943d3d;
}

#col2b{
	display: none;
	}


/* Partie Footer */

footer{
	min-height:50px;
	background-color: #edf2f4;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	clear:left;
}

#bandeauFooter{
	width: 100%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bandeau-footer.jpg);
	background-size: 1024px;

}

.textContent{
	width: 80%;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: right;
	color: white;
	padding-top: 8px;
}



.reseauxSociaux{
	width: 490px;
	margin: 0 auto;
	padding-top: 20px;
}

.reseauxSociaux li{
	display: inline-block;
	padding-left: 34px;
}

.adresseFooter{
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}

.picto_Pm{
	float: left;
	padding-top: 7px;
	padding-left: 95px;
}

.texte-footer{
	text-align: center;
	color: #005783;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
	overflow: hidden;
}

.texte-footer a{
	text-decoration: none;
	color: #005783;
	font-weight: 400;
}

.texte-footer a:hover{
	color: #943d3d;
}

.navFooter li{
	display: inline-block;
	/*padding-left: 34px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 13px;
	color: #5f5e5e;
}

.navFooter a{
	text-decoration: none;
	color: #5f5e5e;
}

.navFooter{
	padding-top: 14px;
	text-align: center;
	padding-bottom: 20px;
}

.navFooter li:first-child{
     padding-left: 0;
    }


.navFooter li:first-child:before{
     display: none;
    }

.navFooter li:before{
     content: "|";
     color: grey;
     font-weight: normal;
     padding: 0 5px;
    }

.navFooter a:hover{
	text-decoration: none;
	color: #943d3d;	
	font-weight: 600;
}

.print{
	background-color: transparent;
}

.print::after{
	content: url(../images/printer.svg);
	padding-left: 5px;
	vertical-align: middle;
}

/* display block pour la col2b pour la mettre en ligne */

}

/* ***********************
	SMARTPHONE
******************* */	 

@media screen and (max-width:480px){

/* Partie Header */

/* partie menu burger */

.hamburger{
  display: block;
  background:none;
  position:absolute;
  top:113px;
  right:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  display: block;
  background:none;
  position:absolute;
  top:113px;
  right:0;
  padding:7px 15px 0px 15px;
  color:#999;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}

.menu{
	background-color: #0b4766;
	height: auto;
	text-align: center;
}

.menu li {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	margin-top: 6px;
}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

.menu a{
	text-decoration: none;
	width: 100%;
}


/* fin burger */

#conteneur{
	width:100%;
	min-height:400px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

header{
	width:100%;
	display: flex;
    flex-wrap: wrap;
	min-height:70px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image: url(../images/bandeau-header.jpg);
	background-repeat: no-repeat;
}

#logo a{
	width: 100%;
	text-align: center;
	margin-right: 20px;
}

#logo{
	width: 100%;
	text-align: center;
	display: inline;
	margin: 0 0;
		display: flex;
    flex-wrap: wrap;
}

#langue{
	width: 26%;
	text-align: right;
	padding-top: 32px;
	padding-bottom: 10px;
	color: #0b4766;
	font-family: 'Source Sans Pro', sans-serif;
}

#langue a{
	color: #0b4766;
	text-decoration: none;
	margin: 0 5px;
}

#langue a:hover{
	color: #c4d600;
	text-decoration: none;
}

#recherche{
	width: 50%;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 10px;
}

#recherche form{
	width: 100%;
	text-align: center;
}

.recherchez{
	width: 120px;
	height: 20px;
	background-color: #9dbecf;
	color: black;
	padding-left: 10px;
	border: 0;
	border-radius: 50px;
}

.loupe{
	width: 20px;
	height: 16px;
	background-image: url(../images/loupe.png);
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}

#menu{
	display: none;
	background-color: #0b4766;
	height: auto;
	text-align: center;
}

#menuHeader li{
	/* display: inline-block; */
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: white;
	margin-top: 6px;
}

#menuHeader li:before{
     content: none;


     /* color: grey; */
     font-weight: normal;
     padding-right: 10px;
     padding-left: 7px;
    }

#menuHeader ul{

	/* display:inline-block; */
}

#menuHeader a{
	text-decoration: none;
	width: 100%;
	/* display:inline-block; */
}


/* ***********************
lien pour "l'hôtel" 
******************* */	 

a.hotel:hover{
	color: #c4d600;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.3);
} 

a.icihotel{
	color: #c4d600;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Les chambres" 
******************* */	 

a.chambres:hover{
	color: #c4d600;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.3);
} 

a.icichambres{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
} 

/* ***********************
lien pour "Le restaurant" 
******************* */	 

a.restaurant:hover{
	color: #c4d600;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.3);
} 

a.icirestaurant{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;
}

/* ***********************
lien pour "Le Spa" 
******************* */	 

a.spa:hover{
	color: #c4d600;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.3);
} 

a.icispa{
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
	background-color: initial;

}

/* ***********************
lien pour "Réservez"
******************* */	

a.reservez:hover{
	color: #c4d600;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.3);
}

a.icireservez{
	width: 100%;
	background-color : #943d3d;
	color: white;
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    border-radius: 0;
}

/*li a.reservez.icireservez{
	height: 20px;
}*/

/* Partie Main */


#main{
	min-height:350px;
	background-color: white;
	margin:0;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}

#col1{
	width:100%;
	min-height:100px;
	height: auto;
	background-color: #edf2f4;
	margin: 0 auto;
	border-top: 3px solid #c4d600;
	border-bottom: 3px solid #c4d600;
	border-right: 0;
	}

#menuMain{
	margin: 0 auto;
}

#menuMain ul{
	margin: 15px auto;
	text-align: center;
}

#menuMain li{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #0b4766;
	margin: 10px auto;
}

#menuMain a{
	height: 60px;
	text-decoration: none;
	color: #0b4766;
	font-size: 16px;
	padding: 0.3em 0.6em;
	border-radius: 4px;
	transition: all 0.3s;
}

#menuMain a:hover{
	color: #c4d600;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}

.isActive{
	color: #c4d600 !important;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
}

#col2{
	width:100%; 
	min-height:100px;
	margin: 5px auto 25px auto;
	background-color: white;
	overflow: auto;
	}

#col2a{
	width:100%;
	min-height:350px;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	}

#quiSommesNous{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.slideshow{
	max-width: 80%;
	margin: 20px auto;
	border-radius: 20px 0 20px 0;
}

#christophe img{
	/*border-bottom: 3px solid #c4d600;*/
	border-bottom: 3px solid #943d3d;
	margin: 0 auto;
	width: 70%;
    height: auto;
	/*border-bottom: 3px solid #0a4665;*/
}

#christophe{
	padding-top: 10px;
	padding-left: 10px;
}

#texteChris{
	width: 70%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #4e4e4d;
	font-size: 15px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 0;
}

#texteChris hr{
	width: 50%;
	color: #943d3d;
	margin: 0 auto;
}

#texteChris h1{
	font-family: 'Dancing Script', sans-serif;
	color: #943d3d;
	font-weight: 400;
	font-size: 40px;
}

#texteChris em{
	font-family: 'Lato', sans-serif;
	color: #0a4665;
	font-weight: 400;
}

#texteChris strong{
	font-family: 'Lato', sans-serif;
	color: #943d3d;
}


#col2b{
	min-height:350px;
	background-color: #FFEFD5;
	float:left;
	display:none;
	}


/* Partie Footer */

footer{
	min-height:50px;
	background-color: #edf2f4;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	clear:left;
}

#bandeauFooter{
	width: 100%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bandeau-footer.jpg);
}

.textContent{
	width: 100%;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: white;
	padding-top: 8px;
}



.reseauxSociaux{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.reseauxSociaux li{
	display: inline-block;
	padding-left: 8px;
}

.reseauxSociaux ul{
	text-align: center;
}

.adresseFooter{
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
}

.picto_Pm{
	width: 100%;
	text-align: center;
	padding-left: 0;
}

.texte-footer{
	text-align: center;
	color: #005783;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.texte-footer a{
	text-decoration: none;
	color: #005783;
	font-weight: 400;
}

.texte-footer a:hover{
	color: #943d3d;
}

.navFooter li{
	display: inline-block;
	/*padding-left: 34px;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 13px;
	color: #5f5e5e;
}

.navFooter a{
	text-decoration: none;
	color: #5f5e5e;
}

.navFooter{
	padding-top: 14px;
	text-align: center;
	padding-bottom: 20px;
}

.navFooter li:first-child{
     padding-left: 0;
    }


.navFooter li:first-child:before{
     display: none;
    }

.navFooter li:before{
     content: "|";
     color: grey;
     font-weight: normal;
     padding: 0 5px;
    }

.navFooter a:hover{
	text-decoration: none;
	color: #943d3d;	
	font-weight: 600;
}

.print{
	background-color: transparent;
}

.print::after{
	content: url(../images/printer.svg);
	padding-left: 5px;
	vertical-align: middle;
}

}

/* display block pour la col2b pour la mettre en ligne */