/* ---------------------------------- STYLE DE BASE ---------------------------------- */
*{
	margin: 0;
	padding: 0;
}
html {
	font-size:100%;
	background-color: #fff;
	height:100%;
}
body {
    color: #393939;
    font-family: 'latoregular';
	font-size:16px;
	line-height:17px;
	height:100%;
	position:relative;
	overflow:auto;
}

h1, .h1-like {
    font-size: 16px; 
    font-weight: normal;
    line-height:16px;
	color:#383838;
	font-family: 'latoregular';
}
h2, .h2-like {
	font-size: 20px; 
	font-weight: normal;
	line-height:23px;
	color:#383838;
	font-family:"slatoregular';
}
h3, .h3-like {
	color:#383838;
	font-weight: normal;
	font-family: 'latoregular';
	font-size:20px;
	line-height:23px;
	margin-bottom: 15px;
}
h4, .h4-like {
	color:#383838;
	font-weight: normal;
	font-family: 'latoregular';
	font-size:18px;
	line-height:18px;
    margin-bottom: 10px;
}
h5, .h5-like {
	color:#383838;
	font-weight: normal;
	font-family: 'latoregular';
	font-size:15px;
	line-height:15px;
}
h6, .h6-like {
    font-size: 1.1429em; /* equiv 16px */
    font-weight: normal;
    line-height: 1.3125em;
    margin:  1.3125em 0 0 0;
}

/* alternate font-sizing */
.smaller {
    font-size: .7143em; /* equiv 10px */
    line-height: 2.1em;
}
.small {
    font-size: .8571em; /* equiv 12px */
    line-height: 1.75em;
}
.big {
    font-size: 1.1429em; /* equiv 16px */
    line-height: 1.3125em;
}
.bigger {
    font-size: 1.2857em; /* equiv 18px */
    line-height: 1.1667em;
}
.biggest {
    font-size: 1.4286em; /* equiv 20px */
    line-height: 1.05em;
}

/* soft reset */
html,
body,
textarea,
figure,
label {
    margin: 0;
    padding: 0;
}
ul,
ol {
    padding-left: 0;
	list-style-type:none;
}
code, 
pre,
samp {
    white-space: pre-wrap;
    font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 1.5em; }

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}
/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
/* max values */
table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}
/* you shall not pass */
p {
	text-align:justify;
	margin:0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
/* pictures */
img {
    width: auto;
	max-width:100%;
    /*height: auto;*/
    vertical-align: middle;
}
a img { border: 0; }
/* scripts */
body > script {display: none !important;}
/* skip-links */
.skip-links {
    position: absolute;
}
.skip-links a {
    position: absolute;
    left: -9999px;
    padding: 0.5em;
    background: #000;
    color:#fff;
    text-decoration: none;
}
.skip-links a:focus {
    position: static;
}


a{
	font-size: 14px;
	line-height: 17px;
	color:#383838;
	font-family: 'latoregular';
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}

.menu_burger{
    display: none;
}
.erreur404{
    height: 75px;
    background: #393939;
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    color: #fff;
}
/* ---------------------------------- BASE ---------------------------------- */
.contener{
    width: 1300px;
    margin: 0 auto;
}

header{
    padding: 30px 0;
}
.logo{
    float: left;
}
.bloc_lang{
    float: right;
    text-align: right;
    width: 70px;
}
.bloc_lang li{
    display: inline-block;
    width: 30px;
    height: 21px;
    margin-left: 1%;
}
.bloc_lang li a{
    display: block;
    height: 20px;
    background: url(img/flags.png) no-repeat  -30px top transparent;
}
.bloc_lang li.lang_en a{
    background: url(img/flags.png) no-repeat -30px -21px transparent;
}
.bloc_lang li.lang_fr.actif a{
    background: url(img/flags.png) no-repeat 0 top transparent;
}
.bloc_lang li.lang_en.actif a{
    background: url(img/flags.png) no-repeat 0 -21px transparent;
}
nav{
    margin: 0 0 0 300px;
}
nav ul li{
    display: inline-block;
    margin-right: 3%;
}
nav ul li a{
    font-family: 'latosemibold';
    font-size: 18px;
}
/* nav ul li:first-letter{
    text-transform: uppercase;
} */
.home{
    background: #f5f4f4;
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
}
.home i{
    color: #970f00;
    font-size: 21px;
}
footer .home i{
    color: #fff;
}

footer{
    background: #e7ebf1;
    padding: 40px 0 10px;
}
footer .home{
    background: #d0d4d9;
}
footer nav ul li a{
    font-size: 14px;
}
.evok_footer{
    float: right;
}
.footer_top{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d4d9;
}
.footer_bot{
    color: #454545;
    font-family: 'latosemibold';
    font-size: 14px;
    text-align: center;
}

#bandeau {
    height: 575px;
}
#bandeau .contener {
    position: relative;
    height: 100%;
}
#bandeau .cont_text{
    position: absolute;
    top: 27%;
    left: 0;
    background: rgba(255,255,255,0.9);
    padding: 30px 20px 20px;
    width: 430px;
    font-size: 16px;
    line-height: 26px;
}
.flch_bandeau{
    position: absolute;
    bottom: -70px;
}
.home_r{
    float: right;
    width: 60%;
}
.home_r ul{
    list-style: none;
}
.home_r ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.home_r ul li a {
    border: 1px solid #d0d4d9;
    display: block;
    margin: 0 8px 20px;
    width: 135px;
    height: 55px;
    padding-top: 80px;
    font-family: 'latosemibold';
    text-transform: uppercase;
    color: #970f00;
    text-align: center;
    transition: all 0.3s;
}
.home_r ul li a:hover {
    background: #F4F4F4;
    text-decoration: none;
}
.thumb_img{
    position: absolute;
    left: 50%;
    top: 17%;
    background: url('img/sprite.png') no-repeat left top transparent;
}
.thumb_img5{
    margin-left: -20px;
    width: 41px;
    height: 41px;
}
.thumb_img6{
    margin-left: -16px;
    width: 32px;
    height: 31px;
    background-position: left -66px;
    top: 23%;
}
.thumb_img7{
    margin-left: -20px;
    width: 40px;
    height: 36px;
    background-position: left -97px;
    top: 19%;
}
.thumb_img8{
    margin-left: -25px;
    width: 51px;
    height: 25px;
    background-position: left -41px;
    top: 24%;
}
.thumb_img9{
    margin-left: -13px;
    width: 27px;
    height: 47px;
    background-position: left -133px;
    top: 15%
}
.thumb_img10{
    margin-left: -24px;
    width: 48px;
    height: 34px;
    background-position: left -180px;
}
.thumb_img11{
    margin-left: -17px;
    width: 34px;
    height: 34px;
    background-position: left -214px;
}
.thumb_img12{
    margin-left: -24px;
    width: 48px;
    height: 36px;
    background-position: left -248px;
}
.thumb_img13{
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-position: left -284px;
}
.thumb_img14{
    margin-left: -20px;
    width: 40px;
    height: 41px;
    background-position: left -324px;
}
.home_l{
    margin-right: 63%;
}

#main{
    overflow: auto;
}
#main_content{
    padding: 50px 0;
    overflow: auto;
}

#actualites_home{
    padding: 60px 0 50px;
    border-top: 1px solid #e7ebf1;
}
#actualites_home h3{
    text-transform: uppercase;
    color: #970f00;
    font-family: 'latosemibold';
    font-size: 35px;
}
#actu-all{
    float: right;
}
#actu_slide li {
    width: 23%;
    height: 250px;  
    margin: 0 0.2%;
}
.bloc_actu, .actu-details{
    height: 100%;
}
.actu-details{
    display: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 8% 6%;
}
.actu-details a{
    color: #fff;
}
.bloc_actu a:hover{
    text-decoration: none;
}
.actu-details h4{
    color: #fff;
    font-family: 'latoregular';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}
.lien_actu_details{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    margin-top: 15px;
}
#page{
    overflow: auto;
}
#page h1{
    color: #970f00;
    font-family: 'latosemibold';
    font-size: 33px;
    text-transform: uppercase;
    line-height: 32px;
}
#page #bandeau {
    position: absolute;
    width: 100%;
    z-index: -1;
}
#page #bandeau .contener {
}
#page #bandeau .cont_text {
    padding: 40px 50px 40px 20px;
    width: auto;
    left: 40px;
}
#page #bandeau .cont_text.menusprite {
    padding: 30px 50px 30px 20px;
}
#page #bandeau .cont_text span {
}
.menu5 span{
    display: block;
    float: left;
    width: 41px;
    height: 41px;
    background: url('img/sprite.png') no-repeat left top transparent;
}
.menu5 h1{
    margin: 6px 0 0 50px;
}
.menu6 span{
    display: block;
    float: left;
    width: 32px;
    height: 31px;
    background: url('img/sprite.png') no-repeat left -66px transparent;
}
.menu6 h1{
    margin: 0px 0 0 50px;
}
.menu7 span{
    display: block;
    float: left;
    width: 40px;
    height: 36px;
    background: url('img/sprite.png') no-repeat left -97px transparent;
}
.menu7 h1{
    margin: 5px 0 0 50px;
}
.menu8 span{
    display: block;
    float: left;
    width: 51px;
    height: 25px;
    background: url('img/sprite.png') no-repeat left -41px transparent;
}
.menu8 h1{
    margin: 0px 0 0 69px;
}
.menu9 span{
    display: block;
    float: left;
    width: 27px;
    height: 47px;
    background: url('img/sprite.png') no-repeat left -133px transparent;
}
.menu9 h1{
    margin: 11px 0 0 50px;
}
.menu10 span{
    display: block;
    float: left;
    width: 48px;
    height: 34px;
    background: url('img/sprite.png') no-repeat left -180px transparent;
}
.menu10 h1{
    margin: 2px 0 0 60px;
}
.menu11 span{
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    background: url('img/sprite.png') no-repeat left -214px transparent;
}
.menu11 h1{
    margin: 4px 0 0 50px;
}
.menu12 span{
    display: block;
    float: left;
    width: 48px;
    height: 35px;
    background: url('img/sprite.png') no-repeat left -248px transparent;
}
.menu12 h1{
    margin: 1px 0 0 67px;
}
.menu13 span{
    display: block;
    float: left;
    width: 41px;
    height: 41px;
    background: url('img/sprite.png') no-repeat left -283px transparent;
}
.menu13 h1{
    margin: 5px 0 0 50px;
}
.menu14 span{
    display: block;
    float: left;
    width: 40px;
    height: 41px;
    background: url('img/sprite.png') no-repeat left -324px transparent;
}
.menu14 h1{
    margin: 5px 0 0 50px;
}
#main_cont{
    position: relative;
    margin-top: 480px;
}
#page .contener, #contact .contener{
    padding: 0 40px;
    width: 1000px;
}
.page_cont{
    padding: 40px 40px 80px;
    background: #fff;
}
.col_gauche{
    float: left;
    width: 62%;
}
.col_droite{
    margin-left: 66%;
}
.cont_overflow{
    overflow: auto;
}
.cont_top{
    border-bottom: 1px solid #e7ebf1;
    overflow: auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#contact h1{
    font-family: 'latobold';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#contact h2{
    font-family: 'latosemibold';
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #970f00;
}
.contact_adresse{
    position: absolute;
    top: 350px;
    left: 20%;
    background: rgba(255,255,255,0.9);
    font-size: 14px;
    font-family: 'latosemibold';
    padding: 30px;
    line-height: 20px;
}
.form_cont{
    overflow: auto;
}
#form_contact p{
    margin-bottom: 15px;
    hyphens: none;
}
.form_cont p.coord{
    text-align: left;
}
.form_l{
    float: left;
    width: 49%;
}
.form_r{
    margin-left: 51%;
}
label{
    font-family: 'latosemibold';
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
}
label.cp, label.ville, input#cp, input#ville{
}
label.cp{
}
label.ville{
}
input#cp{
}
input#sujet{
}
input#ville{
}
.bloc_cp{
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}
.bloc_ville{
    display: inline-block;
    width: 68%;
}
input, textarea {
    border: 1px solid #e7ebf1;
    padding: 8px 6px;
    font-family: 'latosemibold';
    color: #111;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
}
input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus {
    border: 1px solid #970f00;
}
textarea {
    height: 175px;
}
input[type='submit']{
    width: auto;
    float: right;
    font-size: 18px;
    padding: 8px 24px 8px 15px;
    border: 1px solid #383838;
    background: url(img/flch-rouge.png) no-repeat center right #fff;
}
.menu_actu{
    float: right;
    color: #970f00;
    font-size: 22px;
    text-align: right;
    position: relative;
}
.fa-caret-down{
    border-right: 1px solid #e7ebf1;
    padding: 0 8px;
    cursor: pointer;
}
.fa-th-large{
    padding: 0 8px;
    cursor: pointer;
}
.img_actu{
    max-height: 250px;
    margin: 0 25px 25px 0;
    float: left;
}
.menu_actu ul {
    background: #f5f4f4;
    display: none;
    margin-right: 32px;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 400px;
    text-align: left;
}
.menu_actu ul li{
    line-height: 22px;
    border-bottom: 1px solid #9a9a9a;
}
.menu_actu ul li a{
    font-size: 15px;
    display: block;
    padding: 8px 20px;
}
.actualites h2{
    border-bottom: 1px solid #e7ebf1;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-family: 'latosemibold';
    font-size: 15px;
}
#menu_actu_thumbs{
    background: rgba(0,0,0,0.8);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}
.close_thumbs{
    float: right;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}
#menu_actu_thumbs .contener{
    margin-top: 100px;
    width: 70%;
}
#menu_actu_thumbs ul {
    padding-top: 50px;
}
#menu_actu_thumbs ul li{
    width: 315px;
    margin: 0 1% 1% 0;
    height: 200px;
    display: inline-block;
}
#menu_actu_thumbs ul li a{
    display: block;
    height: 100%;
    position: relative;
    color: #fff;
    font-family: 'latosemibold';
}
#menu_actu_thumbs ul li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    padding: 8px 3%;
    background: rgba(0,0,0,0.8);
    
}
#main .slick-next, #main .slick-prev{
    z-index: 99;
}
#main .slick-next{
    right: 35px;
}
#main .slick-prev{
    left: 10px;
}
#main .slick-prev::before, #main .slick-next::before{
    font-size: 45px;
    color: #4b4b4b;
}

/* ---------------------------------- FONT ---------------------------------- */

@font-face {
    font-family: 'latoregular';
    src: url('font/lato-regular-webfont.woff2') format('woff2'),
         url('font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'latosemibold';
    src: url('font/lato-semibold-webfont.woff2') format('woff2'),
         url('font/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('font/lato-bold-webfont.woff2') format('woff2'),
         url('font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.6.3');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------- MOBILE --------------------------------------------------------------------*/
@media screen and (max-width: 1340px) {
	
    .contener{
        max-width: 98%;
        padding: 0 1%;
    }
    #bandeau .cont_text{
        left: 20px;
    }
    #page .contener, #contact .contener {
        padding: 0;
        width: 100%;
    }
    footer nav ul li {
        margin: 0 1%;
    }
	
}
@media screen and (max-width: 1100px) {
	
    nav {
        margin: 0 0 0 250px;
    }
    nav ul li a {
        font-family: "latosemibold";
        font-size: 16px;
    }
	
}
@media screen and (max-width: 850px) {
	
    #bandeau .backstretch, header nav{
        display: none;
    }
    .menu_burger {
        display: block;
        font-size: 32px;
        margin: 25px 0 0;
        text-align: center;
    }
    .bloc_lang {
        float: none;
        position: absolute;
        right: 10px;
        text-align: right;
        top: 10px;
        width: 70px;
    }
    .logo {
        display: block;
        float: none;
        text-align: center;
        margin-top: 25px;
    }
    .home{
        padding: 0;
    }
	nav {
        margin: 20px 0;
        background: #f5f4f4;
    }
    nav ul li a {
        display: block;
        padding: 8px 0;
        text-transform: uppercase;
    }
    nav ul li {
        border-bottom: 1px solid #9A9A9A;
        display: block;
        text-align: center;
        margin-right: 0;
    }
    #bandeau {
        height: auto;
        position: relative;
    }
    #page #bandeau {
        height: auto;
        position: relative;
    }
    #bandeau .cont_text{
        position: relative;
        left: 0;
        top: 0;
    }
    .home_r {
        float: none;
        width: 100%;
    }
    .home_r ul{
        text-align: center;
    }
    .home_l {
        margin-right: 0;
    }
    #page .contener, #contact .contener {
        padding: 1%;
        width: 98%;
    }
    #page #bandeau .cont_text {
        left: 0;
        padding: 2%;
        text-align: center;
        width: auto;
    }
    #bandeau .cont_text {
        left: 0;
        padding: 2%;
        text-align: center;
        width: auto;
    }
    #main_cont {
        margin-top: 10px;
    }
    .page_cont {
        padding: 0 2% 80px;
    }
    .col_gauche {
        float: none;
        width: 100%;
    }
    .col_droite {
        margin: 0;
    }
    #actu_slide li {
        width: 96%;
        margin: 0 2%;
    }
    .contact_adresse {
        left: 0;
        position: relative;
        top: 0;
        background: #e7ebf1;
    }
    .form_l {
        float: none;
        width: 100%;
    }
    .form_r {
        margin-left: 0;
    }
    footer {
        padding: 10px 0;
        text-align: center;
    }
    footer nav {
        margin: 40px 0 10px;
    }
    footer nav ul li {
        display: inline-block;
        margin: 0 2%;
    }
    #actu-all {
        display: block;
        float: none;
        margin: 15px 0;
        padding-bottom: 15px;
    }
    .evok_footer {
        margin-top: 10px;
    }
    .evok_footer img {
        max-width: 65%;
    }
}

