/* ---------------------------------- STYLE DE BASE ---------------------------------- */
*{
	margin: 0;
	padding: 0;
}
html {
	font-size:100%;
	background-color: #fff;
	height:100%;
}
body {
    color: #393939;
    font-family: 'aller_lightregular';
	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:'latoregular';
}
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:none;
}

.menu_burger{
    display: none;
}
/* ---------------------------------- BASE ---------------------------------- */
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.uppercase, nav li, .menuf a{
    text-transform: uppercase;
}

.col20, #haut div, #haut p, #milieu > div{
    width:20%;
}
.col30{
    width: 30%;
}
.col100,  #haut,  #milieu, #bas{
    width: 100%;
}
.m_left6, #haut p, .menuf{
    margin-left: 6%;
}
.m_left5{
    margin-left: 5%;
}
div.m_left4{
    margin-left: 4.65%;
}
.m_top_70{
    margin-top: 70px;
}
.m_top_15{
    margin-top: 15px;
}
.m_top_25{
    margin-top: 25px;
}
.m_bottom{
    margin-bottom: 10px;
}
.in {
    display: inline;
}
.block, #haut,  #milieu{
    display: block;
}
.inb, nav ul, nav li, nav span, #haut > div, #milieu > div, #haut > p, #milieu > p, #articles #article, #articles ul{
    display: inline-block;
}
.vertical_align_m{
    vertical-align: middle;
}
.vertical_align_t, #articles ul, #haut div, #haut p, #milieu > div{
    vertical-align: top;
}
.txt_cntr, #haut div, #haut p, .menuf, #milieu i{
    text-align: center;    
}
.txt_right, nav ul, #bas{
    text-align: right;
}
.txt_left {
    text-align: left;
}
.txt_justify{
    text-align: justify;
}
.color_black{
    color: black;
}
.color_white, footer, footer a, footer div.container div.txt_right a:hover{
 color: white;
}
.color_blue, nav ul span, #milieu i{
    color: #1e7fcb; 
}
.font_museo500, footer, footer a{
    font-family: 'museo500';
}
.font_museo700{
    font-family: 'museo700';
}
.font_aller{
    font-family: 'aller_lightregular';
}
footer{
    background-color: #1e7fcb;
}
/*-------------------bouton en savoir plus-----------------*/
.btn_slide{
    margin-top:10px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: #1e7fcb;
    text-align: center;
    font-family: 'aller_lightregular';
    font-style: italic;
    font-size: 16px;
    color: white;
  
}
.btn_slide:hover{
    text-decoration: none;
    background-color: white;
    color: #1e7fcb;
    border: 1px solid #1e7fcb; 
}
.btn_slide i{
    float:left;
    background-color: white;
    font-size: 5px;
    color: black;
    padding: 5px 5px 5px 5px;
    margin-right:5px;
    border: 1px solid #1e7fcb;
}
/* ---------------------------------- HEADER ---------------------------------- */
header {
    position: relative;
    width:100%;
    min-height: 130px; 
}
header div.logo{
    position: absolute;
    top:40px;
    left: 0px;
    height: 180px;
    z-index:99;
    text-align: center;
}
header div img{
    height: 145px;
}
header div span.title {
    line-height: 20px;
    width: 115px;
    margin: 0 auto;
    background-color: #1e7fcb;
    color: white;
    display: block;
    font-family: 'museo500';
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.3pt;
    color: white;
}
header h1, header span.h1-like{
    display: block;
    font-family: 'museo500';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3.5pt;
    background: none;
}
/* ---------------------------------- MENU ---------------------------------- */
nav ul{
    width: 100%;
    padding-top: 80px;
    
}
nav li a{
    font-family: 'museo700';
    font-size: 20px;
    line-height: 30px;
}
nav li a:hover{
    text-decoration: none;
    color: #1e7fcb;
}
nav span{
    margin-left:20px;
    margin-right:20px;
}
nav li a.color_blue::before{
    content: "";
    width: 58px;
    height: 1px;
    border-top: 1px solid #1e7fcb;
    display: block;
}
header div.togglemenu{
    display: none;
}
.sous-menu-div{
    display: none;
    position: absolute;
    width: auto;
    z-index: 100;
    padding: 10px 20px;
    text-align: left;
    background-color: rgba(143, 191, 229, 0.9);
    border-top: 2px solid rgb(38, 137, 216);
}
.sous-menu-div>li>a{
    font-size: 13px;
    color: #333;
}
.menu-link{
    position: relative;
}
/* ---------------------------------- MAIN ---------------------------------- */
#main .container{
    padding:80px 0;
    overflow: auto;
}
#main .titre {
    background:#8fbfe5; 
}
#main h1{
    font-family: 'museo700';
    font-size: 30px;
    line-height: 30px;
    color:#fff;
    margin:0 auto;
    max-width:1200px;
    padding:40px 0 40px 35%;
}
#main .col-gauche{
    float:left;
    width:45%;
}
#main .col-droite{
    margin-left:55%;
}
/* ---------------------------------- FOOTER ---------------------------------- */
footer{
    position: relative;
}
#haut,  #milieu{
    height: 150px;
    border-bottom: 1px solid white;
}
#haut > div, #milieu > div, #haut > p, #milieu > p{
    padding-top: 30px;
}
footer div.container div.txt_right {
    padding: 30px 0 30px 0;
}
footer div.container div.txt_right a:hover{
    text-decoration: none;
}
#logo_evok{
    text-align: center;
    vertical-align: middle;
    height: 17px;
    padding-bottom: 4px;
}
#logo_blanc{
    width: auto;
}
footer a {
    margin-bottom: 0;
}
.list-group a{
    display: inline-block;
    background-color: white;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width:40px;
    height:40px;
    margin: 6px;
    line-height: 34px;
    text-align: center;
}
.list-group .fa{
    display:inline-block;
    vertical-align: middle;
}
footer a:hover{
    text-decoration: none;
    color: white;
}
div.list-group{
     padding-top: 0;   
}
#bas a{
    text-align: center;	
}
#bas{
	padding: 30px 0 30px 0;
    text-align: right;
}
#mention_mobile{
    display: none;
}
a.top{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
    background-image:url("img/fleche-haut.png");
    background-repeat:no-repeat;
    background-position:top left;
    width:48px;
    height:48px;
    display:block;
    z-index: 9999;
}
/* ---------------------------------- HOME ---------------------------------- */
/*---slide---*/
.slide{
    width: 100%;
    position: relative;
}

.liseret_blanc50{
    width: 100%;
    height: 105px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
}
.liseret_argent {
    -moz-background-image: linear-gradient( 22deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    -webkit-background-image: linear-gradient( 22deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    background-image: linear-gradient( 22deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    width: 100%;
    height: 16px;
}
ul.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.slide_show li, .slide_show{
    display: inline-block;
    width: 100%;
    height: 925px;
    position: relative;
}
.slide_txt{
    display: inline-block;
    width: 100%;
    height: 200px;
    z-index: 9999;
    position: absolute;
    top: 225px;
    margin-left: 350px;
    font-family: 'aller_lightregular';
}
.slide_txt div{
    display: inline-block;
    padding: 15px 15px 15px 15px;
    background-color: rgba(255,255,255,0.75);
    max-width: 600px;
    font-size: 20px;
    
}
.slide_txt h2 {
    font-family: 'museo500';
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
}
div.slick-prev:hover::before, div.slick-prev::before, div.slick-next:hover::before, div.slick-next::before{
    display:none;
}
div.slick-prev.slick-arrow{
    left: 60px;
    background-image:url("img/fleche-gauche.png");
    background-repeat:no-repeat;
    background-position:top left;
    text-indent:-9999px;
    width:48px;
    height:48px;
    display:block;
    z-index: 9999;
}
div.slick-next.slick-arrow{
    right: 60px;
    background-image:url("img/fleche-droite.png");
    background-repeat:no-repeat;
    background-position:top right;
    text-indent:-9999px;
    width:48px;
    height:48px;
    display:block;   
}
div.slick-prev.slick-arrow:hover{
    background-position:bottom left;
}
div.slick-next.slick-arrow:hover{
    background-position:bottom right;
}
ul.slick-dots{
    bottom: 25px;
}
ul.slick-dots li button{
    background-color: white;
}
.slide_txt h2::before{
    content: "";
    width: 80px;
    height: 1px;
    border-top: 1px solid black;
    display: block;
}
ul.slick-dots li button::before{
    top: -2px;
    font-size: 10px;
    content:"■";
}
/*--------bandeau central-------*/
.bandeau{
    background-color: #1e7fcb;
    width: 100%;
}
.bandeau div:first-child {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url(img/blason.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bandeau li{
    display: inline-block;
    width: 30%;
}
.bandeau li:not(:first-child){
    margin-left: 5%;
}
.bandeau i{
    margin-top: 13px;
    font-size: 40px
}
.bandeau p.uppercase{
    font-size: 20px;
}
.bandeau p{
    font-size: 15px;
    font-family: 'aller_lightregular';
}
.bandeau a:hover{
    text-decoration: none;
    color: white;
}
/*--------actualites--------*/
.actus > div{
    vertical-align: top;
    max-width: 30%;
}
.actus h4, .droite h4{
    padding-top: 15px;
    line-height: 30px;
}
.actus h4::before, .droite h4::before{
    content: "";
    width: 10%;
    height: 1px;
    border-top: 1px solid black;
    display: block;
}
.actus p, .actus a, #txt_art{
    margin-top:25px;
}
/*--------------------------------------------------------actualité------------------------------------------------------------*/
#articles ul{
    width: 40%;
    text-align: left;    
}
#articles #article{
    width: 58%;
    text-align: justify;
}
#articles li{
    margin-bottom: 16px;
}
#article #img_actu{
    max-height: 350px;
    max-width: 100%;
    
}
#article p{
    margin-top: 25px;
    margin-bottom: 25px;
}
#main ul.mobile{
    display: none;
}
i.mobile, #article p.mobile{
        display: none;
}
 #articles ul li a{
        font-size: 10px;
}
#article{
    padding-left: 15px;
    border-left: 1px solid black;
}
#articles ul a.tablette div{
    width:80%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #8fbfe5;
    margin-bottom: 20px;
}
#articles ul a.tablette div span, #retour span{
    font-family: 'museo500';
    font-size: 22px;
    color: white;
}
#articles ul a.tablette div i, #retour i{
    font-size: 35px;
    color: white;
    padding-right: 10px;
}
#retour{
    padding: 0 20px 0 20px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #8fbfe5;
    margin-bottom: 20px;
}
#retour, #retour i, #retour span{
    cursor: pointer;
}
#galerie_actus{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#galerie_actus div.affichage{
    width: 90%;
    height: 90%;
    max-width: 1215px;
    max-height: 846px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}
#galerie_actus div.affichage a.lien{
    position: relative;
    width: 30%;
    height: 30%;
    flex-shrink: 0;
    overflow: hidden;
}
#galerie_actus div.affichage a.lien:hover > div.texte{
    opacity: 1;
}
#galerie_actus img{
    width: 100%;
    height: 100%;
}
#galerie_actus div.texte{
    opacity: 0;
    position: absolute;
    color: white;
    font-family: 'museo500';
    font-size: 20px;
    text-align: center;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
#galerie_actus div.texte p{
    text-align: center;
    color: #1e7fcb;
    font-family: 'museo500';
    font-size: 15px;
    padding-top: 15px;
}
#galerie_actus div.texte h4{
    color: white;
    text-transform: uppercase;
    font-family: 'museo500';
    padding-top: 15px;
}
    



/*----------------------------------------------------------contact------------------------------------------------------------*/
.contener{
    height:820px;
}
#map{
    top: 240px;
    display: inline-block;
    width: 100%;
    height: 820px;
    position: absolute;
}
#box-contact{
    display: inline-block;
    width:25%;
    
    top: 20px;
    left: 50%;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.75);
    padding: 35px 70px 25px 70px;
    color: #1e7fcb;
    
}
#box-contact a, #box-contact a:hover{
    text-decoration: none;
    color: #1e7fcb;
    font-family: 'museo500';
    font-size:20px;
}

#consigne{
    display: inline-block;
    font-family: 'aller_lightregular';
    font-size: 20px;
    margin-bottom: 20px;
}
#info{
    width: 100%;
    text-align: center;
}
#info p{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 90px;
    width: 45%;
    font-family: 'museo500';
    font-size: 95%;
}
#info i{
    margin-bottom: 10px;
}
form{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
input, textarea{
    background-color: #8cbde4;
    border: none;
    text-align: left;
    color: white;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: 'museo500';
    font-size: 18px;
    color: white;
}
#message{
    height: 235px;
    font-size: 18px;
}
input[type="submit"]{
    /*::-webkit-appearance: none;*/
    width: 50%;
    padding: 0;
    text-align: center;   
}
.message{
    font-family: 'aller_lightregular';
    font-size: 18px;
    font-weight: bold;
    color: red;
}
:-moz-placeholder { color: #ffffff; } /* Firefox <= 18 */
::-moz-placeholder { color: #ffffff; } /* Firefox >= 19 */
::-webkit-input-placeholder { color: #ffffff; }
:-ms-input-placeholder{ color: #ffffff; } /* IE */
:-moz-placeholder { opacity: 1; } /* Firefox <= 18 */
::-moz-placeholder { opacity: 1; } /* Firefox >= 19 */
::-webkit-input-placeholder { opacity: 1; }
:-ms-input-placeholder{ opacity: 1; } /* IE */
/* ---------------------------------- Gallerie ---------------------------------- */
div.galerie_list, div.galerie_list a{
    margin: 15px;
}
div.galerie_list a{
    display: inline-block;
    width: 360px;
    height: 280px;
    overflow: hidden;
    position: relative;
}
div.galerie_list a img{
    vertical-align: top;
    width: inherit;
    max-width: inherit; 
    min-height: 240px;
    min-width: 100%;
}
div.galerie_list a p{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 240px;
    left: 0;
    z-index: 10;
    -moz-background-image: linear-gradient( 0deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    -webkit-background-image: linear-gradient( 0deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    background-image: linear-gradient( 0deg, rgb(231,234,234) 0%, rgb(243,245,245) 17%, rgb(255,255,255) 100%);
    font-family: 'museo500';
    color: #1e7fcb;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 15px;
}
/* ---------------------------------- visite virtuelle ---------------------------------- */
iframe{
    width: 1200px;
    height: 600px;
}
/* ---------------------------------- RESPONSIVE ---------------------------------- */
@media (max-width: 1280px) and (min-width: 801px) {
    .container{
        max-width: 800px;
    }
    nav{
        text-align: right;
    }
     header div:nth-child(2){
         display: none;
    }
    nav ul{
        width: 100%;
    }
    nav li a{
        font-size: 15px;
    }
    nav span{
        margin-left:5px;
        margin-right:5px;
    }
    nav li a.color_blue::before{
        width: 40px;
    }
    #milieu{
        height: 100px;
    }
    .list-group a{
        margin: 4px;
        width:25px;
        height:25px;
        line-height: normal;
    }
    .list-group .fa{
        font-size: 1em;
    }
    .bandeau p.uppercase{
        font-size:16px;
    }
    .bandeau p{
        font-size: 14px;
    }
    span.infocontacte{
        font-size: 14px;
    }
    .contener{
        height: 560px;
    }
     #map{
        top: inherit;
        height: 560px;
    }
    #box-contact{
        display: none;
        height: 100%;
        width: 30%;
        top: inherit;
        padding: 0 40px;
    }
    form{
        margin-top: 35px;
    }
    .contener div.tablette{
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 300px;
        right: 0;
        z-index: 1;
        width: 49px;
        height: 49px;
        background-color: white;
    }
    .contener div.r{
        right:50%;
    }
    #box-contact input, #box-contact textarea{
        font-size: 20px;
        height: 25px;
        margin-bottom: 10px;
    }
    #box-contact textarea{
        height: 200px;
    }
    #consigne {
        font-size: 15px;
        margin: 20px 0;
    }
    i.mobile, #article p.mobile{
        display: none;
    }
    div.tablette i.tablette{
        vertical-align: middle;
        color: #1e7fcb;
    }
    #galerie_actus div.affichage{
		max-width: 900px;
		max-height: 650px;
	}
    
    div.galerie_list, div.galerie_list a{
        margin: 10px;
    }
    div.galerie_list a{
        width: 240px;
        height: 190px;
    }
    div.galerie_list a img{
        min-height: 155px;
    }
    div.galerie_list a p{
        height: 35px;
        top: 155px;
        font-size: 16px;
        line-height: 35px;
        padding-left: 15px;
    }
    iframe{
        width: 800px;
        height: 400px;
    }
}
@media (max-width: 800px) {
    .sous-menu-div{
        display: none;
        padding: 0px;
        position: relative;
        background-color: transparent;
        border-top: 1px solid black;
    }
    .container{
        max-width: 80%;
    }
    #main .container{
        padding: 0 0 30px 0;
    }
	#burger{
		display: inline-block;
	}
    header{
       padding-top: 15px;
    }
    header div.logo{
        height: inherit;
        position: inherit;
        z-index: inherit;
        top: inherit;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        text-align: left;
    }
    header div.logo a{
        display: inline-block;
        text-align: center;
    }
    header div.logo img{
        height: 65px;
    }
    header div.togglemenu{
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        text-align: right;
    }
    header div.togglemenu .fa-bars{
        display: inline-block;
        color: #1e7fcb;
        border: 1px solid #1e7fcb;
        width: 30px;
        height: 30px;
        padding: 5px;
        text-align: center;
    }
    header div.togglemenu span{
        text-align: center;
        color: #1e7fcb;
        background-color: initial;
    }
	nav ul{
        display: none;
		padding-top: 10px;
	}
    nav li a.color_blue::before{
        display: none;
    }
    nav li~span{
        display: none;
    }
    nav ul li{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        line-height: 45px;
        text-align: center;
        border-bottom: 1px solid black;
    }
    nav ul li:last-child{
        border-bottom: none;
    }
    .bandeau li{
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        display: inline-block;
        text-align: center;
    }
    .bandeau li:not(:first-child){
        margin-left: 0px;
        border-top: 1px solid white;
    }
    .bandeau li div:first-child{
        float: left;
        width: 50px;
        height: 50px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .bandeau li div i{
        font-size: 30px;
        margin-top: 10px;
    }
    .bandeau li a div:not(:first-child){
        padding-top: 8px;
        display: inline-block;
        vertical-align: middle;
    }
    .bandeau li div p:first-child{
        font-size:12px;
    }
    .bandeau li div p:last-child{
        font-size: 10px;
    }
    .actus > div{
        display: block;
        vertical-align: top;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
        padding: 30px 15% 0 15%;
        border-top: 1px solid #1e7fcb; 
    }
    .actus div p:nth-child(0n+4){
        display:none;
    }
    div.no_border{
        border-top: none;
        padding-top: 0;
        
    }
    .slide{
        display: none;
    }
    footer p span, footer #milieu p, #milieu div.menuf, #haut #logo_bas{
        display: none;
    }
    #mention_mobile{
        display: inline-block;
        text-transform: uppercase;
        border-bottom: 1px solid white; 
        padding: 30px 0 30px 0;
    }
    #milieu, #haut{
        height: inherit;
        border-bottom: none;
    }
    #milieu > div, #mention_mobile, #bas{
        text-align: center;
        width: 100%;
    }
    #milieu .list-group a{
        margin: 0;
        
    }
    #haut #logo_bas img{
        width:20%;
    }
    #haut p{
        margin-left: 0px;
        width: 25%;
    }
    #haut p:nth-child(3){
        margin: 0 5% 0 5%;
    }
    #haut{
        text-align: center;
    }
    #bas{
        height: inherit;
        padding: 30px 0 30px 0;
    }
    #milieu > div{
        padding-top: 0;
        margin-top: 30px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    #milieu div.list-group, #haut{
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        width: 40%;
        min-width: 256px;
        text-align: center;
        padding: 30px 0 30px 0;
    }
    #articles ul:first-child, p.no-mobile{
        display: none;
    }
    #articles #article{
        width: 100%;
    }
    #article h4{
        text-align: left;
        font-size: 14px;        
    }
    #article{
        border-left: none;
        border-bottom: 1px solid black;
    }
    #articles ul.mobile{
        display: inherit;
        padding-top: 20px;
        width: 100%;
        font-size: 10px;
    }
    #article h4::before{
    content: "";
    width: 40px;
    height: 1px;
    padding-bottom:15px;
    border-top: 1px solid black;
    display: block;
    }
    #article p:first-child{
        margin-bottom: 10px;
    }
    #article p:last-child{
        display: none;
    }
    #map{
        position: relative;
        top: inherit;
        height: 400px;
    }
    #box-contact{
        display: inherit;
        z-index: 0;
        width: 80%;
        top: inherit;
        left: inherit;
        position: inherit;
        padding: 20px 10% 0 10%;
    }
    #consigne{
        font-size: 14px;
    }
    .contener{
        position: relative;
        height: inherit;
    }
    #info{
        padding-bottom: 20px;
    }
    .contener div.mobile{
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 1;
        width: 48px;
        height: 48px;
        background-color: white;
    }
    a.tablette, i.tablette{
        display: none;
    }
    div.mobile i.mobile{
        display: initial;
        vertical-align: middle;
        color: #1e7fcb;
    }
    #info p span{
        font-size: 75%;
    }
    #article p.mobile{
        display: block;
    }
    a.top{
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }
    
    div.galerie_list, div.galerie_list a{
        width: 100%;
        margin: 0;
        padding: 15px 0 15px 0;
    }
    div.galerie_list a{
        width: 100%;
        height: inherit;
        padding-bottom: 10px;
    }
    div.galerie_list a:active, div.galerie_list a:visited{
        border: none;
    }
    div.galerie_list a img{
        min-height: inherit;
        width: 100%;
        height: inherit;
    }
    div.galerie_list a p{
        display: none;
    }
    iframe{
        width: 100%;
        max-height: 400px;
        margin-top: 20px;
    }
    #visite{
        width: inherit;
        min-width: 99%;
    }
}

/* ---------------------------------- FONTS ---------------------------------- */
@font-face {
    font-family: 'museo500';
    src: url('font/museo500-regular-webfont.eot');
    src: url('font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo500-regular-webfont.woff2') format('woff2'),
         url('font/museo500-regular-webfont.woff') format('woff'),
         url('font/museo500-regular-webfont.ttf') format('truetype'),
         url('font/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('font/museo700-regular-webfont.eot');
    src: url('font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/museo700-regular-webfont.woff2') format('woff2'),
         url('font/museo700-regular-webfont.woff') format('woff'),
         url('font/museo700-regular-webfont.ttf') format('truetype'),
         url('font/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aller_lightregular';
    src: url('font/aller_lt-webfont.eot');
    src: url('font/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aller_lt-webfont.woff2') format('woff2'),
         url('font/aller_lt-webfont.woff') format('woff'),
         url('font/aller_lt-webfont.ttf') format('truetype'),
         url('font/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------------------temporaire---------------------------------------------------*/








 


