.clear{
	clear:both;
}

*{
	outline: 0;
}

a{
    color: inherit;
}

.contact .maincontent a{
    color:#00AF42;
}

img{
    border:none;
}

.maincontent{
    margin-bottom:60px;
}

.nowrap{
    white-space: nowrap;
}

html{
	padding:0px;
	margin:0px;
	min-height:100%;
	height: 100%;
    text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	padding:0px;
	margin:0px;
	min-height:100%;
	width:100%;
    height: 100%;
    max-width: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    color: #231F20;
    overflow-x:hidden; 
    background-color: #F9FAFC;
}

h1{
    display: inline-block;
    font-size: 1.889em;
    font-weight: normal;
    border-bottom: 1px solid #00AF42;
    margin: 0px;
    padding: 0px;
    width:100%;
    padding-bottom:20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2{
    display: inline-block;
    font-size: 1.333em;
    font-weight: 600;
    text-transform: uppercase;
    color:#00AF42;
    border-bottom: 1px solid #00AF42;
    margin: 0px;
    padding: 0px;
    width:100%;
    padding-bottom:20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3{
    font-size:0.889em;
    font-weight:600;
    text-transform: uppercase;
}

p{
    margin-top: 0px;
}

.small-text{
    font-size: 0.833em;
}

.text-light{
    color:#BBBBBB;
}

dt{
    font-size: 1.556em;
    color:#00AF42;
    position: relative;
    padding-left:40px;
}

dt:before{
    display: block;
    content: "";
    width:40px;
    height:30px;
    background-image: url(../img/check.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left:0px;
    top:4px;
}

dd{
    font-size:0.722em;
    margin-bottom: 2em;

}

hr {
    border: 0;
    height: 1px;
    background: #00AF42;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.button{
    border-radius: 3px;
    background: #00AF42;
    color:#fff;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.722em;
    margin-bottom: 1em;
    text-decoration: none;
}

#sitecontainer, .inside{
    width:100%;
    max-width:1210px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: auto;
}



#header{
    border-bottom: 1px solid #00AF42;
}

#header #logo{
    display: block;
    width:250px;
    height:80px;
    background-image: url(../img/logo.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -30000px;
    margin-top: 20px;
    margin-bottom: 20px;
    float:left;
}

#header .mainnavcontainer .mainnav, #header .mainnavcontainer .mainnav li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#header .mainnavcontainer{
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.722em;
    float:left;
    width:100%;
    max-width: calc(100% - 250px);
    margin-top: 46px;
    white-space: nowrap;
}

#header .mainnavcontainer .mainnav{
    white-space: nowrap;
    display: inline-block;
}

#header .mainnavcontainer .mainnav li{
    display: inline-block;
    margin-left: 40px;
}

#header .mainnavcontainer .mainnav li a{
    text-decoration: none;
}

#header .mainnavcontainer .mainnav li a.withcounter{
    padding-right:20px;
    position: relative;
}

#header .mainnavcontainer .mainnav li a span.counter{
    display:block;
    width:16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color:#fff;
    background-color:#00AF42;
    border-radius: 100%;
    font-size: 10px;
    position: absolute;
    right:0px;
    bottom:6px;
}

#header .mainnavcontainer .mainnav li a:hover, #header .mainnavcontainer .mainnav li a.active{
    color:#00AF42;
}

#footer{
    background-color:#231F20;
    color:#fff;
    padding-top:20px;
    padding-bottom: 20px;
}

#footer #copyright{
    display: inline-block;
    width:350px;
    float:left;
    font-weight: 600;
    font-size: 0.722em;
    text-transform:uppercase;
}

#footer .mainnavcontainer .mainnav, #footer .mainnavcontainer .mainnav li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer .mainnavcontainer{
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.722em;
    float:left;
    width:100%;
    max-width: calc(100% - 350px);
}

#footer .mainnavcontainer .mainnav{
    white-space: nowrap;
    display: inline-block;
}

#footer .mainnavcontainer .mainnav li{
    display: inline-block;
    margin-left: 40px;
}

#footer .mainnavcontainer .mainnav li a{
    text-decoration: none;
}

.home h2{
    font-size: 0.889em;
}

.home .quote{
    font-size: 1.889em;
    margin-bottom: .2em;
}
.home .quote:before{
    content:"“";
    font-family: Georgia;
    font-size: 1.235em;
    margin-right: 10px;
    margin-left: -30px;
}

.home .quote:after{
    content:"”";
    font-family: Georgia;
    font-size: 1.235em;
    margin-left: 10px;
}

.home .quoteauteur{
    font-size: 0.889em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}

.homebox{
    background: #FFFFFF;   
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
}

.homebox h3{
    font-size: 1.278em;
    font-weight: normal;
    text-transform: none;
    margin: 0px;
    padding: 0px;
}

.homeboxgreen{
    background: #00AF42;
    color:#fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    display: block;
    position: relative;
    text-decoration: none;
}

.homeboxgreen span{
    width:100%;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    font-size: 0.722em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
}
.homeboxgreen span:before{
    content:"";
    display: inline-block;
    width:25px;
    height:13px;
    background-image: url(../img/fleche_blanche.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}

.homebox .logo{
    width:50%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: auto;
    filter: grayscale(1);
    margin-top:10px;
    margin-bottom:10px;
}

.homebox .logo:before{
    content: "";
    display: block;
    width:100%;
    padding-top:50.4347826086%;
}

.generalbox{
    background: #FFFFFF;   
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    box-sizing: border-box;
    padding: 30px;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}

.generalbox h3{
    margin-top: 0px;
}

.emploi-item{
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    padding: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}

.accroche{
    border-radius: 3px;
    background-color: #00AF42;
    color:#fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    padding: 30px;
    padding-top: 10px;
    box-sizing: border-box;
}

.accroche .button{
    background-color: #fff;
    color:#00AF42;
    margin-bottom: 0px;
}

.boxtop .button, .boxbottom .button{
    margin-top: 1em;
}


.boxbottom{
    display: block;
    color: #fff;
    background-color:#00AF42;
    padding-top: 50px;
    padding-bottom: 30px;
}

.boxbottom h2{
    font-size: 0.889em;
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    border: none;
}

.boxbottom h1{
    
    color:#fff;
   border-color:#fff;
}

.boxbottom .button{
    background-color: #fff;
    color:#00AF42;
    margin-bottom: 0px;
}

.boxbottom .imagebottom{
    margin-top: -25%;
}

.boxtop h2{
    color:inherit;
    border: none;
    margin: 0px;
    padding: 0px;
    border: none;
    margin-top: 2em;
}

.boxtop h1{
    color:#00AF42;
    margin: 0px;
    padding: 0px;
    border: none;
}

.boxtop .imagetop{
    position: absolute;
    top:0px;
    left: 0px;
    width:92%;
}

.boxtop .rondvert.back{
    position: absolute;
    bottom:8%;
    right: -8%;
    width:48.805%;
}

.boxtop .rondvert.front{
    position: absolute;
    bottom:8%;
    left:8%;
    width:13.709%;
}

.image-page{
    position: relative;
    width: 80%;
    float: right;
    margin-top: 8%;
}

.image-page .image{
    position: absolute;
    top:0px;
    left: 0px;
    width:92%;
}

.image-page .rondvert.back{
    position: absolute;
    top:-8%;
    right: -16%;
    width:48.805%;
}

.image-page .rondvert.front{
    position: absolute;
    bottom:8%;
    left:8%;
    width:13.709%;
}



.round {
    border-radius: 50%;
}


.rondvert{
    border-radius: 50%;
    background-color: #00AF42;
    display: block;
}

.rondvert:before{
    content: "";
    display: block;
    width:100%;
    padding-top:100%;
}

.input{
    margin-bottom: 2em;
}

.input label{
    display: block;
    font-size: 0.611em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1em;
}

.input input[type=text], .input input[type=email], .input textarea{
    border: 2px solid #E5E5E5;
    border-radius:5px;
    display: block;
    width:100%;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding:10px;
}

.pretty{
    margin-bottom: .4em;
}

.pretty .state label {
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
    margin-bottom: 0px;
}

.input label.error{
    color:#f00;
}

.input input[type=text].error, .input input[type=email].error, .input textarea.error{
    border-color:#f00;
}

body.mobilemenu #header{
    display: none;
}

body.mobilemenu{
    padding-top: 80px;
}


body.mobilemenu #footer .mainnavcontainer{
    display: none;
}

#mobilemenu:not(.mm-menu) {
    display: none; /* Masque la sidebar quand elle est fermée */
}

.sl-overlay{
    opacity: 1;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter,.sl-wrapper .sl-navigation button{
    color:#00AF42;
}


#headermobile{
    display: none;
    position:fixed;
    background-color: #fff;
    height:80px;
    width:100%;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999;
    box-sizing: border-box;
    padding:10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
}

#headermobile #logo{
    background-image: url(../img/logo.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -30000px;
    display: block;
    width:98px;
    height:60px;
    float: left;
}
.contactinfos{
    padding-top: 20px;
}


.contactinfos h2{
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 0.889em;
    margin-bottom: 1em;
}

.mm-listview{
	margin-top:10px !important;
}

.mm-listitem a {
	border: none;
}

.mm-listitem a:hover .mm-listitem a.active {
	color: #00AF42;
    border: none;
    
    
}

.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span {
    background-color: #fff;
    border-color:#fff;
    color: #00AF42;
}

.mm-listitem:after{
    border: none;
}

.mm-listitem {
	border: none;
	border-color: #00AF42;
	margin-bottom: 15px;
}

.mm-menu {
	background-color: #00AF42;
	text-align: center;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}



#hamburger{
    float: right;
    margin-top: 3px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color:#00AF42;
}

.mobilemenu #headermobile{
    display: block;
}

@media all and (max-width:1230px) {
    .home .quote:before{
        margin-left: 0px;
    }
}

@media all and (max-width:1000px) {
    .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
       
        width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }

    .col-1, .col-2, .col-3, .col-4{
       
        width: calc(((100% - (12 * 30px))/12)*6 + (5 * 30px));
    }
    .boxbottom .col-5{
        display: none;
    }
}

@media all and (max-width:550px) {
    .col-1, .col-2, .col-3, .col-4{
       width: calc(((100% - (12 * 30px))/12)*12 + (11 * 30px));
    }
}