/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/Preloader.gif) center no-repeat #fff;
}



/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited  {
	text-decoration: none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border: none
}
/* de-italicize address */
address {
	font-style: normal
}
/* more varnish stripping as necessary... */

html { font-size: 62.5%; } 

html p, html li {
    font-size: 1.8rem;
    line-height:normal;
    letter-spacing: 0;
    text-transform: none;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	color: #1A1A1A;
	background-color: #FFFFFF;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 1.8rem;
    line-height:normal;
}


.main {
    background-image: url(../images/background-ange.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}

.general {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

strong{
	font-weight: 700;
}

a {
	color:#4383c9;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', serif;
	line-height: 1.2em;
	padding-bottom:2%;
	font-weight: 700;
    	display:block;
}

h1 {
	font-size:4.8rem;
    line-height: 1em;
    font-weight: 400;
}

h2 {
	font-size:3.6rem;
}

h3 {
	font-size:3.0rem;
}

h4{
	font-size: 2.4rem;
	}

h5{
	font-size:2.0rem;
	}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}
button, hr, input {
    overflow: visible;
}

.imgFull {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.imgLeft{
	max-width: 100%;
    float: left;
/*    margin : 10px;*/
    
}

.input {
	padding: 8px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
		margin-bottom:5px;
}
.select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc
}

.button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 12px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #0f6a61;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 .souligne {
    display:inline-flex;
    box-shadow: inset 0 -19px #b2f0e1;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

/*____________________________Colonne Responsive_________________________________*/


.container {
	
}
.bar:after, .bar:before, .cell-row:after, .cell-row:before, .clear:after, .clear:before, .container:after, .container:before, .panel:after, .panel:before, .row-padding:after, .row-padding:before, .row:after, .row:before {
	content: "";
	display: table;
	clear: both
}
.col {
	float: left;
	width: 100%
}
.col.s1 {
	width: 8.33333%
}
.col.s2 {
	width: 16.66666%
}
.col.s3 {
	width: 24.99999%
}
.col.s4 {
	width: 33.33333%
}
.col.s5 {
	width: 41.66666%
}
.col.s6 {
	width: 49.99999%
}
.col.s7 {
	width: 58.33333%
}
.col.s8 {
	width: 66.66666%
}
.col.s9 {
	width: 74.99999%
}
.col.s10 {
	width: 83.33333%
}
.col.s11 {
	width: 91.66666%
}
.col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
.col.m1 {
	width: 8.33333%
}
.col.m2 {
	width: 16.66666%
}
.col.m3, .quarter {
	width: 24.99999%
}
.col.m4, .third {
	width: 33.33333%
}
.col.m5 {
	width: 41.66666%
}
.col.m6, .half {
	width: 49.99999%
}
.col.m7 {
	width: 58.33333%
}
.col.m8, .twothird {
	width: 66.66666%
}
.col.m9, .threequarter {
	width: 74.99999%
}
.col.m10 {
	width: 83.33333%
}
.col.m11 {
	width: 91.66666%
}
.col.m12 {
	width: 99.99999%
}
	
}

@media (min-width:993px) {
.col.l1 {
	width: 8.33333%
}
.col.l2 {
	width: 16.66666%
}
.col.l3 {
	width: 24.99999%
}
.col.l4 {
	width: 33.33333%
}
.col.l5 {
	width: 41.66666%
}
.col.l6 {
	width: 49.99999%
}
.col.l7 {
	width: 58.33333%
}
.col.l8 {
	width: 66.66666%
}
.col.l9 {
	width: 74.99999%
}
.col.l10 {
	width: 83.33333%
}
.col.l11 {
	width: 91.66666%
}
.col.l12 {
	width: 99.99999%
}

}


.margin {
	margin: 16px!important
}
.margin-left {
	margin-left: 16px!important
}
.margin-right {
	margin-right: 16px!important
}

.padding-8 {
	padding: 8px!important
}

.padding-16 {
	padding: 16px!important
}
.padding-24 {
	padding: 24px!important
}
.padding-32 {
	padding: 32px!important
}
.padding-48 {
	padding: 48px!important
}
.padding-64 {
	padding: 64px!important;
}

@media (max-width:992px) {
.padding-32 {
	padding: 16px!important
}
.padding-48, .padding-64 {
	padding: 24px!important
}
}









/*_________________________________sections de couleurs _______________________________*/


.section1 {
	width: 80%;
	padding: 0% 10% 5% 10%;
	z-index: 999;
}

.date {
	font-size: 1.2rem;
    font-weight: 700;
    padding: 15px;
}

.section2 {
	width: 80%;
	padding: 5% 10%;
 	background-color:#393939;
	color:#FFF;
}

.section2 h2 {
	font-size: 4.8rem;
}



.section3 {
	width: 80%;
	padding: 5% 10%;
 	background-color:#393939;
	color:#FFF;
	background-image: url(../images/Image_AC.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    text-align: left;
}

.section3 h1 {
	padding: 25px 0px;
	font-size: 4rem;
}



.section4 {
	width: 80%;
	padding: 10%;
 	background-color:#393939;
	color:#FFF;
	background-image: url(/images/Image_CTA.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    text-align: left;
}



.section4 h2 {
	font-size: 4.8rem;
	font-weight: 700;
	border:none;
}

.section4 h5 {
	font-size: 2.8rem;
	font-weight: 700;
font-family: 'Barlow', sans-serif;
	}

.section5 {
	width: 70%;
	padding: 0 15% 5% 15%;
}

.section5 img {
	max-width: 100%!important;
    max-height: 400px;
    height: auto;
    object-fit: cover;
}

.section6 {
	width: 80%;
	padding: 5% 10%;
}





.section6 img {
    max-width: 100%;
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2) !important;  
    float: left;
    margin : 10px; 
}

.publicite img {
	max-width: 100%;
	height: auto;
}


.ombrage {
	max-width: 100%;
	height: auto;
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2) !important;   
}




div.polaroid {
  width: 60%;
  border:1px solid #FFF;
  text-align: center;
 border-radius: 15px;
    padding: 15% 20%;
    transition: 0.3s;
     background-color:transparent;
}

a div.polaroid  {
  color:#fca44a;
}




div.polaroid:hover {
  background-color:#fca44a;
    transition: 0.3s;
    border:1px solid transparent;
    color:#FFF;
}

div.polaroid img {
  max-width: 80px;
  height: auto;
}


div.textpolaroid {
  padding: 10px;
    text-align: center;
    font-size:1.4rem;
}

/*_________________________________page accueil _______________________________*/


.marginNeg {

	margin-top: -70px;
	position: relative;
}






/* ------------------------- MENU _________________________________________ */





#menu {
	background-color:transparent;
	padding: 20px 5%;
	transition: 0.4s;
	position: fixed;
	width: 90%;
	top: 0;
	z-index: 999;
    border-bottom: #cbcbcb 1px solid;
}



#logos {
	float: left;
    margin: 0 4%;
    display: inline-block;
	z-index: 99999999;
	width: 400px;
	transition: 0.4s;
	position: relative;
}


.menu{
	display:inline-block;
	float: right;
	padding-right: 2%!important;
	}
	
.menu a{
	display:inline-block;
	text-decoration:none;
	}


	
.menu ul {
 	padding:0;
	margin:0;
 }
 
.menu ul li {
	margin-left: 2px;
	float: left; /*pour IE*/
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	position: relative;
	z-index:998;
	padding-top:15px;
 }
.menu ul li a {
	display: block;
	float: left;
	width: auto;
	color:#222;
	text-decoration:none;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-family: 'Playfair Display', serif;
	border-right: #222 solid 1px;
	text-transform:uppercase;
	font-size: 1.4rem;
 }

.last {
	border-right: none!important;
	
 }

.menu ul li a:hover {
	color:#2868ac;
	transition: background-color 0s ease 0s;
	text-decoration:none;
 } 
 
 .menu ul li ul li{
	padding-top:0px;
 }
 
 
 .menu ul li ul li a {
	display: block;
	float: left;
	width: 250px;
	text-decoration: none;
	text-align: left;
	border-right: none;
	border-top: 1px solid #262626;
	text-transform: normal;
	color:#FFF;
	text-transform:none;
	letter-spacing:0px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:14px;
 }
 
 .menu ul li ul li a:hover {
	color: #FFF;
	background: #2868ac;

 } 
 
 .menu ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #000;
		display: none;
		z-index:9999;
	
	}
	
 .menu ul ul ul {
		top: 5px;
		left:100%;
		background: #999;
		z-index:9999;

	}

	
li:hover > ul {
		display: block;
	}





.logo {
	max-width: 350px;
	height: auto;
}




/*____________________________________Slider accueil*/

.slider {
	width: 85%;
	padding: 15% 5% 5% 10%;
}


.slogan_slider{
  position: relative;
  display: block;
  text-align: left;
  margin: 0;	
  padding: 0;
  color:#333;
  font-family: 'Playfair Display', serif;
}


.slogan_soustitre {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	max-width: 700px;
	font-family: 'Playfair Display', serif;
	}

.slogan_titre {
	font-size: 36px !important;
	line-height: 36px!important;
	font-weight: 700;
	max-width: 640px;
}

.btn_savoir{
	background-color:#fca44a;
	color: #FFF;
	margin: 5% 4% 5% 0;
	padding: 15px 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: left!important;
	max-width: 600px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
	}

.btn_savoir:hover{
	background-color:#FFF;
	color:#fca44a;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	}

.btn{
	background-color:#4383c9;
	color: #FFF;
	margin: 5% 4% 5% 0;
	padding: 15px 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: left!important;
	max-width: 600px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
	}

.btn:hover{
	background-color:#05356A;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	}


.textBlanc{
	color: #FFFFFF;
	}

.textNoir{
	color: #000;
	}

.textBleu{
	color:#2868ac;
	}

.textOrange{
	color:#fca44a;
	}


.Orange{
	background-color:#fca44a;
	color: #FFFFFF;
	}

.Bleu{
	background-color:#2868ac;
	color: #FFFFFF;
	}
.Bleu-pale{
	background-color:#efefef;
	}

.Gris{
	background-color:#b5b5b5;
	}

.GrisFonce{
	background-color:#293845;
	color: #FFFFFF;
	}

.Blanc{
	background-color:#FFF;
	}

/*___________Table responsive__________________*/

.tableauResp{
	overflow-x:auto;
	border: 1px solid #DFDFDF;
	margin-top:20px;
}

table {
    border-collapse: collapse;
    width: 100%;
	font-size: 0.8em;
}

th, td {
    text-align: left;
    padding: 4px;
    text-transform: uppercase;
    color:#000;
    font-weight: 700;
}

td a { 
    display: block; 
    padding: 16px; 
}


tr:nth-child(even){
    background-color: #F2F2F2;
}

tr:hover, tr:nth-child(even):hover{
    background-color:#DBEBF3;
    
}

.alphabet{
    background-color:#fca44a;
    font-size:3.6rem;
    padding: 10px 20px;
    position: absolute;
    border-radius: 10px;
    margin-left: -80px;
    text-align: center; 
    color:#FFF;
    font-family: 'Playfair Display', serif;
}



#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*___________footer__________________*/

.footer{
	width: 80%;
	padding: 5% 10%;
}

.footer a{
	color: #fca44a;
	}

.footer a:hover{
	color: #000;
	}



.bt_social{
	background-color:#4267B2;
	padding:10px;
	display:inline-block;
	float:left;
	border-radius:5px;
	}