
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,700,900&display=swap');


/* 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;b
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/Preloader.gif) center no-repeat #212121;
}

html {
	scroll-behavior: smooth;
}

/* 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.6rem;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    text-transform: none;
}

body {
	margin: 0px;
	color: #212121;
	background-color: #FFFFFF;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6rem;
    line-height: 2.4rem;
	letter-spacing: 1.5px;
}

strong{
	font-weight: 700;
}

a {
	color:#3F3F3F;
	text-decoration: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
}

a:hover {
	color: #bacc43;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Barlow', sans-serif;
	line-height: 1.2em;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

h1 {
	display:block;
	font-size:5rem;
}

h2 {
	font-size:4.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3 {
	font-size:3.0rem;
	padding-top: 2%;
}

h4{
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 300;
	padding-bottom: 2%;
	}

h5{
	font-size:1.2rem;
	font-weight: 300;
	}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}
button, hr, input {
    overflow: visible;
}

.imgFull {
	max-width: 100%;
	height: auto;
}

.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;
}






/*____________________________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: 10%;
 	background-color:#212121;
	color:#FFF;
	z-index: 999;
	background-image:url(../images/background.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section1 h1 {
	font-size:8rem;
	display: block;
	width: 70%;
	font-weight: 900;
}

.section2 {
	width: 60%;
	padding: 5% 20%;
 	background-color:#FFF;
	color:#212121;
	z-index: 999;
	text-align: center;
	
}

.section3 {
	width: 100%;
	padding: 0;
 	background-color:#FFF;
	color:#393939;
}


.ptitebar {
	width: 150px;
	height: 5px;
	display: inline-block;
}

.section4  {
	width: 60%;
	padding: 5% 20%;
}


.section5 {
	width: 60%;
	padding: 5% 20%;
	text-align: center;
}





/*_________________________________page accueil _______________________________*/




.boite {
display: inline-block;
	min-height: 250px;
}




/* ------------------------- MENU _________________________________________ */

/* Menu Styles */



.btn_savoir{
	background-color:#FFF;
	color: #272727;
	padding: 25px;	
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	text-align: center;
	max-width: 600px;
	font-weight: 700;
	border-radius: 50px;
	display: inline-block; 
	border: rgba(126,126,126,0.2) solid 1px;
	font-size: 2.4rem;
	}

.btn_savoir:hover{
	background-color:#5C4B75;
	color: #1b1b17;
	transition: all 0.3s ease-in-out 0s;
	transition-duration: 0.2s;
	border: rgba(126,126,126,0) solid 1px;
	}

.textBlanc{
	color: #FFFFFF;
	}
.textNoir{
	color: #1b1b17;
	}
.textBleu{
	color:#43bacc;
	}
.textJaune{
	color:#E57AB1;
	}
.textVert{
	color:#7dcc43;
	}
.textVertPomme{
	color:#bacc43;
	}


.Jaune{
	background-color:#fed46d;
	color:#1b1b17;
	}
.VertPomme{
	background-color:#5C4B75;
	color: #FFFFFF;
	}
.Vert{
	background-color:#E178AE;
	color: #FFFFFF;
	}
.VertFonce{
	background-color:#A0D9D2;
	color: #FFFFFF;
	}
.Aqua{
	background-color:#43ccad;
	color: #FFFFFF;
	}
.Bleu{
	background-color:#43bacc;
	color: #FFFFFF;
	}
.Blanc{
	background-color:#FFF;
	color: #000;
	}
.Noir{
	background-color:#1b1b17;
	color: #fff;
	}

