html, body {height: 100%; font-size:14px;}

body
{
    font-size:14px;
    line-height:20px;
    font-family: 'Lato', arial;
    background: #fff;
    color:#515251;
}

a
{
    text-decoration:none;
    color:#00539b;
}

a:hover
{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
    clear:none;
    line-height:1.1em;
    font-family:'Lato', arial;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    text-decoration: none;
    color: #4bb3e6;
}

h1
{
    font-size:26px;
    padding-bottom:25px;
    padding-top:0px;
    text-transform:uppercase;
    color: #464646;
    font-weight:bold;
}

.entry h1{
    font-size:20px;
    padding-bottom:12px;
    padding-top:12px;
    font-weight:bold;
    color: #464646;
    text-transform: none;
}

h2
{
    font-size:22px;
    padding-bottom:12px;
    padding-top:12px;
    font-weight:bold;
    color: #464646;
}

h3
{
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: #464646;
}

h4
{
    font-size:16px;
    padding-bottom:6px;
    padding-top:6px;
    font-weight: bold;
    color: #464646;
}

.entry{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
}

.entry ul
{
    padding-bottom:10px;
    padding-left:10px;
    list-style: disc outside;
    margin-left: 1em;
}

.entry > ul{
    /*margin-top: -10px;*/
}

.entry a{
    color: #1a72bf;
}

.entry ol{
    padding-bottom:20px;
    padding-left:10px;
    list-style: decimal outside;
    margin-left: 10px;
}

.entry li
{
    padding-bottom:5px;
    position: relative;
    left: 1em;
    padding-right: 1em;
}

.entry p, .entry div
{
    padding-bottom:20px;
}

.entry table
{
    margin-top:10px;
    margin-bottom:20px;
}

.entry table thead
{
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
}

.entry table thead td
{
    padding:4px 5px;
}

.entry table tbody
{
}

.entry table tbody td
{
    padding:4px 5px;
    vertical-align: top;
}

.entry table tbody td:first-child
{
    border-left: none;
}

.entry img{
    max-width:100%;
    height: auto;
    padding-bottom: 10px;
}

.entry .wp-caption{
    max-width:100%;
    padding-bottom: 0;
}

.entry .wp-caption-text{
    padding-bottom:10px;
    font-size: 10px;
    line-height: 13px;
}

address
{
    font-style:normal;
    padding-bottom:5px;
}

sup {
    vertical-align: super !important;
    font-size: smaller !important;
}

sub {
    vertical-align: sub !important;
    font-size: smaller !important;
}

.alignleft
{
    float:left;
    margin-top:5px;
    margin-right:15px;
}

.alignright
{
    float:right;
    margin-top:5px;
    margin-left:15px;
}

.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft
{
    margin-right:15px;
}

img.alignright
{
    margin-left:15px;
}

.center{
    width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
}

#cont_alerte{
    background: #f4f3f3;
}

#alerte{
    background: #ef4723;
    color: #fff;
    padding: 23px 70px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

#alerte #img_ico{
    width: 35px;
    height: 30px;
    position: absolute;
    top: 50%;
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    left: 20px;
}

#alerte #img_close{
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    top: -moz-calc(50% - 7px);
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 25px;
    cursor: pointer;
    display: none;
}

#alerte.notice {
    background: #fbb13c;
}

#alerte.message {
    background: #73d2de;
}

#footer{
    background: #193e6c;
    padding: 60px 0 0;
    font-size: 14px;
    color: #fff;
}

#footer #first a,
#footer #second a{
    color:#fff;
    padding: 5px 5px;
    display: block;
}

#footer #first a:hover,
#footer #second a:hover{
    background: #4bb3e6;
    text-decoration: none;
}

#site-info{
    background: #20314b;
    color: #a2bbd3;
    /*height: 38px;*/
    /* line-height: 38px; */
    font-size: 14px;
    padding: 10px 38px;
}

#site-info a{
    color: #a2bbd3;
}

#site-info .center{
    padding: 0 !important;
    width: 100% !important;
    max-width: 1180px;
}

#header{
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 9999999;
    border-bottom: 8px solid #f4f3f3;
}

#page-wrap{
    /*background: #f4f3f3;*/
    background: #fff;
    padding-top: 139px;
}

#page-wrap.alert_space{
    padding-top: 209px;
}

.gris{
    background: #e9e9e9;
}

.pad_20_top{
    padding-top: 20px;
}

#body{
    margin-bottom:20px;
}

#searchform{
    position:absolute;
    top:106px;
    right:0px;
}

.site-title
{
    padding-bottom: 0;
    display: inline-block;
    line-height: 0 !important;
}

.site-title a {
    background: url(../images/svg/cssmv-logo.svg) no-repeat top left;
    background-size: contain;
    height: 58px;
    text-indent: -9000px;
    width: 184px;
    display: block;
    margin-top: 15px;
    margin-bottom: 12px;
    margin-right: 32px;
}

.site-description{
    background: url(../images/svg/CSMV-agir-sur-demain.svg) no-repeat bottom left;
    background-size: contain;
    height: 38px;
    text-indent: -9000px;
    width: 106px;
    display: inline-block;
    vertical-align: -23px;
}

.site-description.div{
    vertical-align: -28px;
}

#masthead{

}

#masthead .branding{
    float: left;
    width: 350px;
}

#masthead #superheader{
    float: right;
    width: 673px;
    padding-top: 5px;
    line-height: 29px;
    text-align: right;
}

#masthead #superheader .widget_text{
    list-style: none;
    display: inline-block;
    padding-left: 5px;
}

#masthead #superheader .widget_text a{
    vertical-align: -10px;
    width: 30px;
    height: 30px;
}

.widget_text .facebook_media{
    background: url(../images/svg/facebook-square.svg) no-repeat top left;
    background-size: contain;
}

.widget_text .linkedin_media{
    background: url(../images/svg/linkedin-square.svg) no-repeat top left;
    background-size: contain;
}

.widget_text .youtube_media{
    background: url(../images/svg/youtube-square.svg) no-repeat top left;
    background-size: contain;
}

.widget_text .facebook_media:hover{
    background: url(../images/svg/facebook-square-hover.svg) no-repeat top left;
    background-size: contain;
}

.widget_text .linkedin_media:hover{
    background: url(../images/svg/linkedin-square-hover.svg) no-repeat top left;
    background-size: contain;
}

.widget_text .youtube_media:hover{
    background: url(../images/svg/youtube-square-hover.svg) no-repeat top left;
    background-size: contain;
}

#text-3 a{
    width: 37px;
    height: 37px;
    display: inline-block;
    margin: 0 7px 0 0;
}

#footer #text-3{
    padding-top: 25px;
}

#access{
    font-size: 15px;
    padding: 0;
    background: #00539b;
}

#superheader a {
    color:#818181;
}

#cnt_rsponsive{
    display:none;
}

#utilmenu{
    display: block;
    padding-bottom: 7px;
}

.media_sociaux_head{
    padding-right:7px;
}

.media_sociaux_head.first{
     padding-left:14px;
}

.media_sociaux_head img{
    width:30px;
    vertical-align: -10px;
}

#menu-menu-du-haut{
    padding-right: 10px;
}

#menu-menu-du-haut li{
    display: inline-block;
}

#menu-menu-du-haut li a{
    display: block;
    padding: 0 10px;
}

#menu-menu-du-haut li:hover,
#menu-menu-du-haut li.current-menu-item,
#menu-menu-du-haut li.current_page_parent,
#menu-menu-du-haut li.current-page-ancestor{
    background: #4bb3e6;
    text-decoration: none;
}

#menu-menu-du-haut li:hover a,
#menu-menu-du-haut li.current-menu-item a,
#menu-menu-du-haut li.current_page_parent a,
#menu-menu-du-haut li.current-page-ancestor a{
    text-decoration: none !important;
    color:#fff !important;
}

#sidr{
    font-family:'Lato', arial;
    font-size: 11px !important;
    background: #02539b;
    color: #fff;
    /*display: none;*/
}

#sidr .mm-listview{
    font-size:11px;
    line-height:15px
}

#sidr .mm-search input {
    border-radius: 15px;
    font-size: 12px;
    line-height: 16px;
}

#sidr .mm-search{
    padding:11px 18px;
}

#sidr .mm-navbar{
    border: none;
}

#sidr.mm-menu .mm-navbar a,
#sidr.mm-menu .mm-navbar>* {
    color: #fff;
    font-weight: bold;
}

#sidr .mm-listview>li{
    padding-left: 20px;
}

#sidr .mm-listview .mm-next{
    border-bottom: 1px solid #1e396b;
    border-left: transparent;
}

#sidr .mm-listview>li>a,
#sidr .mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 54px 10px 20px;
    margin: 0;
}

#sidr.mm-menu .mm-search input{
    color: #5597d1;
}

#sidr.mm-menu .mm-search::after{
    content: url('../images/loupe_mobile.png');
    position: absolute;
    right: 35px;
    top: 17px;
}

#sidr.mm-menu .mm-search input::-webkit-input-placeholder {
    color: #5597d1;
}

#sidr.mm-menu .mm-search input:-moz-placeholder { /* Firefox 18- */
    color: #5597d1;
}

#sidr.mm-menu .mm-search input::-moz-placeholder {  /* Firefox 19+ */
    color: #5597d1;
}

#sidr.mm-menu .mm-search input:-ms-input-placeholder {
    color: #5597d1;
}

#sidr .mm-listview>li:not(.mm-divider):after{
    border-color: #1e396b;
}

#sidr.mm-menu .mm-listview>li .mm-arrow:after,
#sidr.mm-menu .mm-listview>li .mm-next:after,
#sidr.mm-menu .mm-btn:after,
#sidr.mm-menu .mm-btn:before{
    border-color: #fff;
}

#sidr .menu-item.current-page-parent a,
#sidr .menu-item.current_page_item a{
    background: #4bb3e6;
    color: #174887 !important;
}

.searchform-header{
    line-height: 29px;
    background: #f0efef;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    padding: 0 15px;
}

.searchform-header.focus{
    border: 1px solid #ccc;
    line-height: 27px;
    padding: 0 14px;
}

.sh{
    border: none;
    background: transparent;
    outline:none;
    width:90px;
}

.search-headersubmit{
    vertical-align: -3px;
    margin-left: 10px;
}

.cont_slideshow{
    max-width: 888px;
    max-height: 502px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 12px;
}

@media screen and (min-width: 961px) {
    .cont_slideshow{
         max-height: 444px;
    }
}

.slideshow iframe{
    display: none;
    position: absolute;
    top: 0;
}

.slideshow a:hover{
    text-decoration:none;
}

.slideshow {
    position: relative;
    max-width: 888px;
    height: auto !important;
}

.slideshow .border_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background: url(../images/bg_txt.png) repeat;
    padding: 25px 5%;
    color: #fff;
    font-size: 25px;
    line-height: 1.3em;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.single-att_page .slideshow .border_txt,
.single-att_article .slideshow .border_txt{
    background: url(../images/bg_txt_clair.png) repeat;
}

.slideshow .img{
    width: 100%;
    height: auto;
    vertical-align: top;
    max-height: 444px;
    object-fit: cover;
}

/*les images pour IE*/
.slideshow .compat-object-fit .img{
    opacity: 0;
}

.slideshow li.compat-object-fit{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.actualites .actualite a.compat-object-fit{
    display: block;
}

.actualites .actualite a.compat-object-fit img{
    opacity: 0;
}

.actualites .actualite a.compat-object-fit {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}

.page-parent .slideshow .img{
    max-height: 300px;
}

.single-att_page .slideshow .img,
.single-att_article .slideshow .img{
    max-height: 222px;
}

.slideshow li{
    position: relative;
}

.slideshow .btn_video{
    position: absolute;
    top:50%;
    left: 50%;
    width: 50px !important;
    height: 50px !important;
    margin-left: -25px;
    margin-top: -25px;
    background: url(../images/svg/play.svg) no-repeat top center;
    background-size: contain;
}

.slideshow li:hover .btn_video{
    background: url(../images/svg/play-hover.svg) no-repeat top center;
    background-size: contain;
}

.controls{
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 20000;
}

.controls li{
    display: inline-block;
    height: 11px;
    width: 11px;
    padding: 28px 10px 7px;
}

.controls li a{
    display: block;
    height: 11px;
    width: 11px;
    background: #6b6b6b;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-border-radius: 11px;
}

.controls li.current a{
    background: #4cb3e5;
}

.single-att_page .gris.no_pad .center,
.single-att_article .gris.no_pad .center{
    padding: 0 !important;
}

.single-att_page .gris.no_pad,
.single-att_article .gris.no_pad{
    background: transparent !important;
}

.single-att_page .cont_slideshow,
.single-att_article .cont_slideshow{
    margin-bottom: 25px;
}

.print_it{
    background: url(../images/print.png) no-repeat center left;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 30px;
}

#menu_principal{
    font-family: 'Lato', arial;
}

#menu_principal li{
    display: inline-block;
}

#menu_principal li a{
    display: block;
    padding: 15px 23px;
}

#menu_principal li:hover,
#menu_principal li.current-menu-item,
#menu_principal li.current_page_parent,
#menu_principal li.current-page-ancestor{
    background: #4bb3e6;
}

#menu_principal li:hover a,
#menu_principal li.current-menu-item a,
#menu_principal li.current_page_parent a,
#menu_principal li.current-page-ancestor a{
    text-decoration: none !important;
}

#menu_principal li a{
    color: #fff;
    font-size: 15px;
}

/* Menu outils parents */
#lien_utiles{
    float: right;
    width: 283px;
}

#menu-outils-parents li{
   background: #fff;
   margin-bottom: 7px;
}

body.home #menu-outils-parents li {
	margin-top:10px;
    display: table;
    width: 100%;
}

body.home #menu-outils-parents li a {
	height:64px;
	line-height:16px;
	padding:0 20px 0 70px;
	display:table-cell;
	vertical-align:middle;
	background:transparent url(../images/icones/defaut.png) 20px center no-repeat;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
    background-size:32px !important;
}

body.home #menu-outils-parents li:hover{
    /*border: 3px solid #4db2e5;*/
    background: #3173ad;
    color: #fff;
}

body.home #menu-outils-parents li:hover a{
    color: #fff;
    /*height:58px;
    padding:0 17px 0 67px;
    border-bottom: 1px solid #fff;
    background-position: 17px center !important;*/
}


body.home #menu-outils-parents li.autobus a {
	background:transparent url(../images/svg/transport-scolaire.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.taxes a {
	background:transparent url(../images/svg/taxes-scolaires.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.ecoles a {
	background:transparent url(../images/svg/ecoles.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.certificat a {
	background:transparent url(../images/svg/bulletins-releves-de-notes.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.flocon a {
    background:transparent url(../images/svg/flocon.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.calendrier a {
	background:transparent url(../images/svg/calendar.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.integration a {
	background:transparent url(../images/svg/ehdaa.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.maison-soleil a {
	background:transparent url(../images/svg/service-de-garde.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.fleches a {
	background:transparent url(../images/svg/sarca-csmv.svg) 20px center no-repeat;
}


body.home #menu-outils-parents li.autobus:hover a {
	background:transparent url(../images/svg/transport-scolaire-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.taxes:hover a {
	background:transparent url(../images/svg/taxes-scolaires-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.ecoles:hover a {
	background:transparent url(../images/svg/ecoles-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.flocon:hover a {
    background:transparent url(../images/svg/flocon-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.certificat:hover a {
	background:transparent url(../images/svg/bulletins-releves-de-notes-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.calendrier:hover a {
	background:transparent url(../images/svg/calendar-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.integration:hover a {
	background:transparent url(../images/svg/ehdaa-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.maison-soleil:hover a {
	background:transparent url(../images/svg/service-de-garde-hover.svg) 20px center no-repeat;
}

body.home #menu-outils-parents li.fleches:hover a {
	background:transparent url(../images/svg/sarca-csmv-hover.svg) 20px center no-repeat;
}

body.home #main #menu-outils-parents li {
	border-bottom:none;
	padding:0;
}

.call{
    background: #4bb3e6;
    border: 1px solid #5794cf;
    padding: 20px 35px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.call h3{
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 10px;
    color:#fff;
}

.call .call_content{
    float: left;
    width: 875px;
}

.call .call_right{
    float: right;
    justify-content: center;
}

.call_btn{
    padding: 12px 36px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: auto 0 auto auto;
}

.call_btn:hover{
    text-decoration: none;
    background: #fff;
    color: #4bb3e6;
}

.call_btn.blue{
    border: 1px solid #4cb3e5;
    color: #4cb3e5;
}

.call_btn.blue:hover{
    background: #4bb3e6;
    color: #fff;
}

.half{
    width: 590px;
    float: left;
}

.half.right{
    float: right;
    width: 560px;
}

#line1{
    padding-bottom: 20px;
    padding-top: 15px;
}

#line2,
#line3,
#line4{
    padding-top: 20px;
    padding-bottom: 20px;
}

#alaune{
    /*width: 782px;
    float: left;*/

    width: 742px;
    float: left;
    background: #fff;
    padding: 8px 20px 20px;
}

#header-actualite, .titre_section
#alaune .titre_section{
    color:#626060;
}

#alaune img{
    /*width: 395px;
    height: 190px;
    vertical-align: bottom;*/

    width: 355px;
    height: 177px;
    vertical-align: bottom;
}

#alaune #content_alaune{
    /*width: 338px;
    float: right;
    padding-right: 30px;*/

    width: 298px;
    float: right;
    padding-right: 30px;
}

#alaune #content_alaune h2{
    font-size: 18px;
}

#alaune #content_alaune p{
    padding-bottom: 0;
}

#alaune #content_alaune .link_alaune{
    /*padding-bottom: 15px;*/
    display: block;
}

.link_small{
    font-size: 14px;
}

#alaune #content_alaune .entry{
    padding-bottom: 10px;
}

#alaune #content_alaune h2 a{
    font-size: 18px;
}

#alaune #content_alaune a{
    font-size: 14px;
}

#cont_promo_gallerie{
    position: relative;
    /*height: 195px;
    width: 336px;*/
    padding: 0 25px;
}

#liste_communique h2{
    padding-top: 20px;
}

#liste_communique ul{
    padding-bottom: 20px;
    padding-left: 20px;
    list-style: disc outside;
}

#liste_communique ul li{
    padding-bottom: 5px;
}

#line2 #header-actualite
{
    position: relative;
    height: 46px;
    padding-bottom: 20px;
}

#line2 #header-actualite .call_btn.blue
{
    position: absolute;
    right: 5px;
    top:5px;
}

.entry #gslideshow{
    position: relative;
}

.entry .gss-info,
.entry .gss-nav{
    position: static !important;
}

.entry .gss-info{
    padding-bottom: 10px;
    padding-top: 10px;
}

.entry .gss-prev {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 99999;
    background: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.entry .gss-next {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 99999;
    background: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.entry #gslideshow_pager{
    padding-bottom: 0;
    margin-bottom: 0;
}

.entry .no-captions .gss-pager{
    margin-top: 0;
    text-align: center;
    margin: 0 10px !important;
}

#promotions{
    width: 386px;
    float: right;
    padding-top: 54px;
}

#promo_gallerie{

}

#promo_gallerie li{
    position: relative;
}

#promo_gallerie img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#promo_gallerie .border_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/bg_txt.png) repeat top left;
    color: #fff;
}

#promo_gallerie .border_txt a{
    color: #fff;
}

#promo_gallerie .border_txt .inner_txt{
    padding: 10px 12px;
    /*text-transform:uppercase;*/
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#cont_promo_gallerie .controls {
    text-align: center;
    position: static;
}

#cont_promo_gallerie .prevBtn{
    position: absolute;
    left: 6px;
    top: 74px;
    text-indent: -9999px;
    background: url(../images/arrow_left.png) no-repeat top left;
    width: 12px;
    height: 20px;

    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

#cont_promo_gallerie .nextBtn{
    position: absolute;
    right: 6px;
    top:78px;
    text-indent: -9999px;
    background: url(../images/arrow_right.png) no-repeat top left;
    width: 12px;
    height: 20px;

    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

#cont_promo_gallerie .prevBtn:hover{
    background: url(../images/arrow_left_hover.png) no-repeat top left;
}

#cont_promo_gallerie .nextBtn:hover{
    background: url(../images/arrow_right_hover.png) no-repeat top left;
}

.effect{
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

.effect:hover{
    opacity: 0.8;
}

.effect_border{
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

a:hover .effect_border{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.actualites{
    text-align: center;
}

.actualites .call_btn{
    padding: 8px 36px;
}

.actualites .actualite{
    display: inline-block;
    width: 379px;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 20px;
}

.actualites .actualite img{
    width: 100%;
    height: 192px;
    vertical-align: bottom;
    object-fit: cover;
}

.actualites .actualite h2{
    font-size: 18px;
}

.actualites .actualite .entry{
    padding-bottom: 10px;
}

.actualites .actualite.first{
    padding-left: 0 !important;
}

.actualites .actualite.last{
    padding-right: 0 !important;
}

.actualites .last_full{
    height: 1px;
    padding-bottom: 1px;
    width: 100%;
    clear: both;
}

.related_post .actualites .actualite{
    width: 265px;
    padding-left: 13px;
    padding-right: 13px;
}

.related_post > h2{
    color: #9d9d9d;
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid #c4c4c4;
}

.related_post .actualites .actualite img{
    height: 132px;
}

.related_post .actualites .actualite h2{
    font-size: 14px;
    line-height: 17px;
}


.related_post .actualites{
    text-align:left;
}

#event_principal{
    /*width: 580px;*/
    max-width: 580px;
    float: left;
    position: relative;
}

#event_principal .hover_total,
.event_secondaire_liste li .hover_total{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}

#event_secondaire{
    width: 560px;
    float: right;
}

#event_principal{
    position: relative;
}

#event_principal img{
    width: 100%;
    /*height: 295px;*/
    vertical-align: bottom;
    object-fit: cover;
}

#event_principal .border_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/bg_txt.png) repeat;
    color: #fff;
    display: table;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#event_principal .border_txt #date{
    display: table-cell;
    width: 78px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #4daad6;
}

#event_principal .border_txt #date #jours{
    font-size: 36px;
    padding-bottom: 2px;
    padding-top: 10px;
    line-height: 1em;
}

#event_principal .border_txt #date #mois{
    font-size: 13px;
    padding-bottom: 10px;
}

#event_principal .border_txt #info_txt{
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

#event_principal .border_txt #info_txt .entry{
    padding-bottom: 20px;
}

#event_principal .border_txt #info_txt h2{
    padding-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

#event_secondaire h2{
    padding-top: 0;
    color: #626060;
    padding-bottom: 18px;
}

.event_secondaire_liste{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.event_secondaire_liste .col_half.one{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.event_secondaire_liste .col_half.two{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.event_secondaire_liste li{
    color: #fff;
    display: table;
    margin-bottom: 10px;
    background: #fdfdfd;
    width: 275px;
    /*float: left;*/
    margin-right: 10px;
    position: relative;
    /*clear: left;*/
    border-bottom: 1px solid #d5d5d5;
}

.event_secondaire_liste li:hover{
    background: #3173ad;
    color: #fff;
}

.event_secondaire_liste li:hover #info_txt,
.event_secondaire_liste li:hover #date #jours,
.event_secondaire_liste li:hover #date #mois{
    color: #fff;
    cursor: pointer;
}

.event_secondaire_liste li.second{
    margin-right: 0;
    clear: none;
}

.event_secondaire_liste li #date{
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.event_secondaire_liste li #date #jours{
    font-size: 30px;
    padding-bottom: 0;
    color: #4bb3e6;
}

.event_secondaire_liste li #date #mois{
    font-size: 12px;
    color: #939393;
}

.event_secondaire_liste li #info_txt{
    display: table-cell;
    padding-left: 10px;
    padding-right: 20px;
    color: #00539b;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 16px;
}

.event_secondaire_liste li.call_item{
    background: none;
    border-bottom: none;
    margin-top: 8px;
}

.event_secondaire_liste li .call_btn{
    height: 28px;
    font-size: 13px;
    padding: 3px 10px;
    text-align: center;
    line-height: 28px;
    margin: 2px auto 0;
    width: 230px;
    display: block;
}

#acc_job h2{
    color: #626060;
    padding-top: 0;
    font-size: 22px;
}

#acc_job .more-link .call_btn{
    width: 223px;
    float: left;
    text-align: center;
}

#acc_job .more-link .call_btn.second{
    float: right;
    width: 204px;
    padding: 12px 24px;
}

#emplois-container{
    background: #f8f8f8;
    padding: 20px 20px;
    margin-bottom: 40px;
}

#emplois-container ul{
    width:274px;
    float: left;
}

#emplois-container ul.right{
    float: right;
}

#emplois-container li a{
    text-decoration: none;
    display: block;
    padding: 7px 20px 7px 0;
}

#emplois-container li span.dots{
    color: #5794cf;
    display: table-cell;
    padding-right: 6px;
    padding-left: 8px;
}

#emplois-container li span{
    display: table-cell;
}

#emplois-container li a:hover{
    background: #00539b;
    color: #fff;
}

#emplois-container li a:hover span.dots{
    color: #fff;
}

#footer-widget-area{
    margin-bottom: 40px;
}

#footer-widget-area .widget-area{
    float: left;
    width: 245px;
    padding-left: 40px;
}

#footer-widget-area a{
    color: #fff;
}

.single-atterrissage .cont_slideshow,
.single-atterrissage .slideshow{
    max-width: 100%;
}

.single-atterrissage .slideshow .img{
    /*height: 590px !important;
    width: 1180px !important;*/
    vertical-align: top;
}

.single-atterrissage .cont_slideshow,
.single-atterrissage .slideshow,
.single-atterrissage .slideshow li {
    /*height: 677px !important;
    width: 1180px !important;*/
}

.single-atterrissage .cont_slideshow{
    margin-top: 0;
    margin-bottom: 0;
}

/*
.single-atterrissage .slideshow .border_txt{
    background: #292929;
    position: static;
}
*/

#inner_atterrissage h2{
    padding-top: 0;
    text-transform: uppercase;
    font-size: 18px;
}

#inner_atterrissage .actualites-container h2{
    padding-top:20px;
}

#inner_atterrissage .center{
    padding:30px 0;
}

#inner_atterrissage .no_pad .center{
    padding: 0;
}

#inner_atterrissage .last.blanc{
    background: transparent;
}

#inner_atterrissage .last .center{
    padding: 0;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.att_texte {

}

.att_texte img{
    max-width: 100%;
    height: auto;
}

.att_texte .cont_galerie img{
    vertical-align: top;
}

.att_texte .cont_galerie a{
    text-decoration: none;
}


.att_texte .left{
    width:555px;
    float: left;
}

.att_texte .right{
    width:555px;
    float: right;
}

.att_texte .right img{
    width: 100%;
    height: auto;
}

.cont_galerie{
    position: relative;
    height: auto;
    width: 100%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0 25px;
    margin-bottom: 30px;
}

.cont_galerie .controls {
    text-align: center;
    position: static;
}

.cont_galerie .prevBtn{
    position: absolute;
    left: 6px;
    top: 50%;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    margin-top: -10px;
    text-indent: -9999px;
    background: url(../images/svg/carrousel-fleche-gauche.svg) no-repeat top left;
    width: 12px;
    height: 20px;
    background-size: contain;
}

.cont_galerie .nextBtn{
    position: absolute;
    right: 6px;
    top: 50%;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    margin-top: -10px;
    text-indent: -9999px;
    background: url(../images/svg/carrousel-fleche-droite.svg) no-repeat top left;
    width: 12px;
    height: 20px;
    background-size: contain;
}

.cont_galerie .controls li{
    padding:18px 10px 0;
}

.galerie{
    overflow: hidden;
    width: 100%;
    height: auto;
}

.galerie li{
    position: relative;
}

.galerie .border_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/bg_txt.png) repeat top left;
    color: #fff;
}

#inner_atterrissage .galerie .border_txt a{
    color: #fff !important;
}

.galerie .border_txt .inner_txt{
    padding: 10px 12px;
}

#inner_atterrissage .gform_wrapper{
    margin: 0 !important;
}

#inner_atterrissage .gform_wrapper h3.gform_title{
    padding-top: 0;
    margin-top: 0;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom:  0;
}

#inner_atterrissage .gform_wrapper .gform_heading{
    margin-bottom: 0 !important;
}

#inner_atterrissage .gfield_label{
    margin: 0 !important;
}

#inner_atterrissage .ginput_container{
    padding-bottom: 20px;
}

#inner_atterrissage .gform_button {
    padding: 12px 36px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    margin: auto 0 auto auto;
    cursor: pointer;
}

#inner_atterrissage .gform_wrapper .gform_footer{
    padding: 0;
    margin: 0;
}

.menu_atterrissage{

}

.menu_atterrissage li
{
    height: 68px;
    overflow: hidden;
    float: left;
    width: 274px;
    margin-right: 6px;
    margin-bottom: 6px;
    background:#fff;
    position: relative;

    display: table;
}

.menu_atterrissage li:nth-child(even) {
    margin-right: 0;
}

.menu_atterrissage li a{
    text-decoration: none;

    display: table-cell;
    vertical-align: middle;

    width: -moz-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);

    /*
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);



    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    */
    padding: 0 44px;

    position: relative;
    font-size: 16px;
}

.menu_atterrissage li:hover{
    background: #00539b;
    color: #fff;
}

.menu_atterrissage li:hover a{
    color: #fff !important;
}

.entry #direction_general,
.entry #direction_general_center
{
    text-align: center;
}

.entry #direction_general .wp-caption{
    display: inline-block;
}

#page-wrap > .center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#col_principal{
    width:860px;
    /*float: right;*/
    margin-top: 21px;
    /*margin-top: 28px;*/
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
}

#sidebar{
    width:260px;
    /*float: left;*/
    background: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 35px 30px;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0;
}

#sidebar .widget-title{
    font-size:16px;
    text-transform: uppercase;
    color: #a1a1a1;
    padding-bottom: 20px;
    padding-top: 0;
}

#sidebar .widget-area{
    padding-top: 35px;
}

#sidebar .widget-area .children{
    display: none;
    padding-left: 10px;
}

#sidebar .widget-area a{
    display: block;
    padding: 10px 17px;
    color: #00539b;
    text-decoration: none;
    position: relative;
    line-height: 16px;
}

#sidebar .widget-area .widget-title a{
    padding-left:0;
}

#sidebar .widget-area .page_item_has_children a span,
#sidebar .widget-area .cat_item_has_children a span
{
    display: block;
    width: 20px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/svg/nav-fleche-droite.svg) center center no-repeat;
    background-size: 9px 9px;
    z-index: 999;
}


#sidebar .widget-area .current_page_parent > a > span,
#sidebar .widget-area .current_page_parent > a > span,
#sidebar .widget-area .page_item_has_children.open > a > span,
#sidebar .widget-area .cat_item_has_children.open > a > span{
    background: url(../images/svg/nav-fleche-down.svg) left 13px no-repeat;
    background-size: 9px 9px;
}

#sidebar .widget-area .page_item_has_children.close > a > span,
#sidebar .widget-area .cat_item_has_children.close > a > span{
    background: url(../images/svg/nav-fleche-droite.svg) left 13px no-repeat;
    background-size: 9px 9px;
}

#sidebar .widget-area .current_page_parent > .children,
#sidebar .widget-area .current_page_parent > .children,
#sidebar .widget-area .page_item_has_children.open > .children,
#sidebar .widget-area .cat_item_has_children.open > .children{
    display: block;
    padding-bottom: 10px;
}

#sidebar .widget-area .page_item_has_children.close > .children,
#sidebar .widget-area .cat_item_has_children.close > .children{
    display: none;
    border-bottom: none;
}


#sidebar .widget-area .current_page_item > a,
#sidebar .widget-area .current-cat > a,
#sidebar .widget-area a:hover,
.single-emplois #sidebar .widget-area .page-item-385 > a{
    background: #4bb3e6;
    color: #fff;
}

#sidebar .widget-area .widget-title a:hover{
    background: transparent;
    color: #00539b;
}

.accordion{
    /*font-family:'Lato', arial;*/
    padding-bottom: 0 !important;
}

.accordion-title{
    background: #5eb4df;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 15px 17px;
}

.accordion-title::after{
    content:"";
    background: url(../images/svg/accordeon-fleche-droite.svg) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 17px;
    width:18px;
    height: 18px;
}

.accordion-title.open::after{
    background: url(../images/svg/accordeon-fleche-down.svg) no-repeat right 4px;
    background-size: contain;
}

.accordion-content{
    padding-bottom:0 !important;
    padding-left: 18px;
    padding-right: 18px;
}

.accordion-title-new{
    margin-bottom: 18px;
}

.accordion-content-new{
    margin-bottom: 18px;
}

.accordion .accordion-title:nth-of-type(3n+1) {
    background: #5eb4df;
}

.accordion .accordion-title:nth-of-type(3n+2) {
    background: #349fd5;
}

.accordion .accordion-title:nth-of-type(3n) {
    background: #1483bb;
}

.accordion-content{
    border-bottom: 1px solid #5eb4df;
}

body.et_monarch .et_social_inline{
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

body.et_monarch .et_social_inline li{
    margin-bottom: 0 !important;
    left: 0 !important;
}

.sharedaddy {
    display: none !important;
}

.list_article img{
    width: 430px;
    height: 215px;
    object-fit: cover;
    padding-bottom: 20px;
}

.list_article h2{
    font-size: 18px;
}

.list_article .content{
    float:right;
    width: 385px;
    padding-right: 10px;
}

.list_article .info_post{
    font-size:12px;
    /*color: #949494;*/
    color:#464646;
    padding-bottom: 7px;
    font-weight: bold;
}

.list_article .hentry{
    margin-bottom:20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.list_article h2{
    padding-bottom: 8px;
    padding-top: 0;
}

.list_article .suite{
    background:#00539b;
    border: 1px solid #00539b;
    font-size: 11px;
    color:#fff;
    padding: 8px 11px;
    margin-bottom: 20px;
    display: inline-block;
}

.list_article .suite:hover{
    background:#fff;
    color:#00539b;
    border: 1px solid #00539b;
    text-decoration: none;
}

.list_article .entry{
    padding-bottom:20px;
}

.block_sidebar{
    margin-bottom: 20px;
}

.block_sidebar.half_pad{
    margin-bottom: 10px;
}

.block_sidebar .cont_galerie{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.block_sidebar .galerie a{
    color: #fff;
    text-decoration: none;
}

.block_sidebar .galerie img{
    width:100%;
    height: auto;
    vertical-align: bottom;
}

.galerie .border_txt{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.block_sidebar .prevBtn,
.block_sidebar .nextBtn{
    display: none;
}

.block_sidebar.related_article .title_right{
    padding-top: 0;
}

.pagination a{
    text-decoration: none;
}

.pagination .nav {
    padding: 11px;
    display: inline-block;
    background: #00539b;
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.pagination .number {
    padding: 11px;
    display: inline-block;
    background: #00539b;
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.pagination a.nav:hover,
.pagination a.number:hover{
    background: #4bb3e6;
}

.pagination .current{
    background:#4bb3e6;
}

.pagination .arr_lettter{
    vertical-align: -2px;
    line-height: 0;
    font-size: 20px;
}

.pagination .prev .arr_lettter{
    padding-right: 20px;
}

.pagination .prev {

}

.pagination .next {

}

.page-parent .for_mobile{
    width: 890px;
    float: left;
}

.page-parent #col_link{
    float:left;
    width: 280px;
    margin-right: 10px;
}

.page-parent .cont_slideshow{
    float:right;
    width: 600px;
}

.page-parent #col_pub{
    float:right;
    width: 280px;
}

.page-parent #col_pub img{
    width: 100%;
    vertical-align: top;
}

.page-parent #col_pub .mesar{
    position:relative;
    margin-bottom: 20px;
}

.page-parent #col_pub .border_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/bg_txt.png) repeat top left;
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.page-parent #col_pub .border_txt a{
    color: #fff;
}

.page-parent #col_pub .border_txt .inner_txt{
    padding: 10px 12px;
    /*text-transform: uppercase;*/
}

.page-parent .menu_atterrissage li:nth-child(n+4){
   display:none;
}

.page-parent .menu_atterrissage li{
    height: 95px;
    margin-right: 0;
    float: none;
    width: 280px;
    border-bottom: 1px solid #d5d5d5;
}

.page-id-3487.page-parent .menu_atterrissage li{
    height: 69px;
}

.page-id-3487.page-parent .menu_atterrissage li:nth-child(4) {
    display: table;
}

.page-id-3487 .page-parent .menu_atterrissage li:nth-child(n+5) {
    display: none;
}

.page-id-3487.page-parent .menu_atterrissage li a{
    height: -moz-calc(100% - 24px);
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    padding: 12px 44px;
}

.page-parent .menu_atterrissage li a{
    height: -moz-calc(100% - 24px);
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);
    padding: 12px 44px;
}

.page-parent .gris{

}

.page-parent .blanc{
    padding-top: 20px;
}

.page-parent .cont_slideshow{
    margin-bottom: 0;
}

.page-parent .controls{
    position: static;
    text-align: right;
}

.page-parent .controls li{
    padding: 15px 7px 19px;
}

.page-parent .controls li a{
    text-indent: 9999px;
}

.mapp-layout,
.mapp-layout div{
    padding-bottom:0 !important;
}

.map_top{
    margin-bottom: 30px;
}

.map_top .mapp-layout{
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
    width: 100% !important;
}

.map_top .mapp-canvas{
    height: 215px !important;
}

.map_top .mapp-map-links{
    border: none !important;
}

.map_left{
    width: 48%;
    padding-right: 2%;
    height: 215px;
    float: left;
}

.map_left img{
    width: 100% !important;
    height: 215px;
    object-fit: cover;
}

.map_right{
    width: 50%;
    height: 215px;
    float: right;
}

#simili_calendar .et_social_inline{
    display: none;
}

#simili_calendar .map_left{
    height: auto;
}

.entry .pad_bot_0{
    padding-bottom:0;
}

.lefty{
    width: 540px;
    float: left;
}

.righty{
    width: 260px;
    float: right;
}

.righty .fond{
    padding: 20px 10px 10px;
    background: #e9e9e9;
    margin-bottom: 20px;
}

.righty.fp .fond{
    background: #fff;
    padding: 0;
}

.righty .title_right{
    font-size: 18px;
    color: #9d9d9d;
}

.righty .img_pdf{
    margin-bottom: 20px;
    display: block;
    background: #f4f2f3;
}

.righty .img_pdf img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.btn{
	display: inline-block;
	background: #fff;
	border: 1px solid #4bb3e6;
	color: #4bb3e6 !important;
	font-size: 15px;
	font-weight: bold;
	padding: 18px 20px;
	text-align: center;
    text-decoration: none !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family:'Lato', arial;
    margin-right: 20px;
}

#depliant_fp_img{
    position: relative;
}

.btn.ico_loupe{
    position: absolute;
    bottom:0;
    left: 20px;
    background: url(../images/loupe_fp.png) no-repeat center #4bb3e6;
    width: 100px;
    padding: 0;
    margin: 0;
    height: 48px;
}

.btn.ico_download{
    position: absolute;
    bottom:0;
    right: 20px;
    background: url(../images/download_fp.png) no-repeat center #4bb3e6;
    width: 100px;
    padding: 0;
    margin: 0;
    height: 48px;
}

.btn.ico_loupe:hover{
    background: url(../images/loupe_fp_hover.png) no-repeat center #fff;
}

.btn.ico_download:hover{
    background: url(../images/download_fp_hover.png) no-repeat center #fff;
}

.btn.large{
    display: block;
    margin-right:0;
}

.btn.contrast{
    background: #4bb3e6;
    color: #fff !important;
    border: 1px solid #4bb3e6;
}

.btn:hover{
    background: #5eb4df;
    border: 1px solid #5eb4df;
    color: #fff !important;
}

.btn.contrast:hover{
    background: #fff;
    color: #4bb3e6 !important;
    border: 1px solid #4bb3e6;
}


.righty .fond .et_social_networks,
.righty .fond .et_social_inline{
    display:none;
}

.related_article img{
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.related_article a.title{
    font-weight: bold;
    font-family: Lato, arial;
    padding-top: 8px;
    display: block;
}

.related_article a.title:hover{
    text-decoration: none;
    color: #4bb3e6;
}

#signup-content{
    margin: 0 auto 30px;
    width: 960px;
    padding: 0 20px;
}

/**********commentaire*******/
#commentaire_box
{
    padding-top:10px;
}

h2#comments,
#respond h2,
h3#reply-title
{
    text-transform:none;
    font-size:1.7em;
    padding-bottom:2px !important;
    padding-top:18px;
    font-family:'Lato', arial;
}

h2#comments
{
    padding-top:0;
    padding-bottom:6px !important;
}

.commentlist
{
    background: #E5E4E4;
    padding:14px;
    color:#020202;
}

.comment-author.vcard img
{
    float:left;
    padding-right:8px;
    height: 42px;
    width: 42px;
}

.comment-meta.commentmetadata
{
    padding-bottom:12px;
}

.commentlist .depth-1
{
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
}

.avatar_right
{
    float: right;
    width: 165px;
    padding-left: 10px;
}

#respond label
{

}

#respond span
{

}

#respond input, #respond textarea
{
    clear:both;
    display: block;
}

.form-submit #submit, #searchsubmit
{
    background:#E5E4E4;
    color:#000;
    font-size:1.3em;
    border:none;
    display:inline;
    height: 22px;
    padding: 0 5px;
}

.commentlist .children
{
    padding-left: 50px;
    padding-top: 15px;
}

.reply{
    padding-left:50px;
    padding-bottom: 10px;
}

.depth-2 .reply{
    padding-bottom: 0;
}

.comment-author.vcard
{
    padding-bottom:4px;
}

.comment-body
{
    padding-bottom:10px;
}

.comment-body > p
{
    padding-left:50px;
}


/*gravity form*/
.gform_wrapper span.ginput_product_price {
    color: #fff !important;
}

.gform_wrapper span.ginput_total {
    color: #fff !important;
    font-size: inherit !important;
}

.gform_wrapper div.validation_error {
    color: #2e2325 !important;
    font-size: inherit !important;
    font-weight: bold !important;
    background: #ffd803 !important;
    padding: 10px !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #2e2325 !important;
}

.gform_wrapper .validation_message {
    color: #2e2325 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ffd803 !important;
    border-top: 1px solid #2e2325 !important;
    border-bottom: 1px solid #2e2325 !important;
}

.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
    border: 1px solid #2e2325 !important;
}

.pad_top_20{
    margin-top:20px;
    display:block;
    float:left;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-size: 1.6rem !important;
}


#arbo .sub-menu .sub-menu .sub-menu{
    display: none;
}

#wpadminbar{
    z-index: 999999999 !important;
}

.center_seul{
    max-width: 600px;
    margin: 0 auto;
}

.event-homepage {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.event-homepage-inner {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sticky-title {
    font-size: 18px;
}

.stickies-list {
    display: block;
}

@media screen and (min-width : 768px){
    .stickies-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.sticky-box {
    background-color: white;
    border-bottom: 3px solid #4cb3e5;
    padding: 10px 10px 60px 10px;
    margin: 7px;
    position: relative;
}

@media screen and (min-width : 768px){
    .sticky-box {
        flex-grow: 1;
        flex-basis: 100%;
    }

}

.sticky-box a img{
    max-width: 100%;
}

.sticky-box a.call_btn{
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    padding: 3px 10px;
}

#masthead #superheader .widget_text a.mozaik {
    vertical-align: middle;
    width: 132px;
}

#masthead #superheader .widget_text a.mozaik img{
    max-width: 132px;
}

#footer-widget-area a.mozaik {
    display: block;
    width: 132px;
    margin: 0 auto;
}

@media screen and (min-width : 768px){
    #footer-widget-area a.mozaik {
        margin: 0;
    }
}

#footer-widget-area a.mozaik img {
    max-width: 132px;
}

.featured-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.featured-list .titre_section {
    padding-bottom: 32px;
    padding-left: 12px;
}

.featured-list .featured-item {
    display: block;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: top;
    padding-bottom: 7px;
    padding-top: 7px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.featured-list .featured-item img{
    max-width: 100%;
    height: auto;
}

.featured-list .featured-item h3 {
    color: #000;
    font-size: 22px;
}


.featured-list .featured-item .featured-item-more {
    color: #00aeec;
    font-size: 16px;
    font-weight: bold;
}

.featured-list .featured-item:hover,
.featured-list .featured-item:focus {
    opacity: 0.8;
    text-decoration: none;
}


@media screen and (min-width : 768px) {
    .featured-list .featured-item.image-one-third,
    .featured-list .featured-item.text-one-third {
        width: 32.5%;
        padding: 7px 0.625%;
        float: left;
    }
    .featured-list .featured-item.image-two-thirds,
    .featured-list .featured-item.text-two-thirds {
        width: 65%;
        padding: 7px 1.75%;
        float: left;
    }
    .featured-list .featured-item.image-half,
    .featured-list .featured-item.text-half {
        width: 49.1%;
        padding: 7px 0.8%;
        float: left;
    }
    .featured-list .featured-item.image-full-width,
    .featured-list .featured-item.text-full-width {
        width: 100%;
        padding: 7px 1%;
        float: left;
    }
    .featured-list .featured-item:last-of-type {
        padding-right: 0!important;
    }
    .featured-list .featured-item:first-of-type {
        padding-left: 0!important;
    }
}


.call-to-action-list .call-to-action-item,
.call-to-action-list .call-to-action-item h1,
.call-to-action-list .call-to-action-item h2,
.call-to-action-list .call-to-action-item h3,
.call-to-action-list .call-to-action-item h4,
.call-to-action-list .call-to-action-item h5,
.call-to-action-list .call-to-action-item h6,
.call-to-action-list .call-to-action-item a {
    color: white;
}

.call-to-action-list {
    margin-top: 20px;
}

.call-to-action-list .call-to-action-item {
    display: block;
    margin-bottom: 10px;
}


.call-to-action-list .call-to-action-item .call-to-action-item-inner {
    padding: 20px 35px;
    font-size: 14px
}

.call-to-action-item-btn .call-to-action-item-btn-inner {
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.call-to-action-list .call-to-action-item:hover,
.call-to-action-list .call-to-action-item:focus {
    text-decoration: none;
}

.call-to-action-list .call-to-action-item:hover .call-to-action-item-btn .call-to-action-item-btn-inner,
.call-to-action-list .call-to-action-item:focus .call-to-action-item-btn .call-to-action-item-btn-inner {
    color: #00aeec;
    background-color: #fff;
}

@media screen and (min-width : 768px) {
    .call-to-action-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .call-to-action-list .call-to-action-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }
    .call-to-action-list .call-to-action-item .call-to-action-item-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }
    .call-to-action-list .call-to-action-item.text-one-third {
        width: 32.5%;
        margin-left: 0.625%;
        margin-right: 0.625%;
    }
    .call-to-action-list .call-to-action-item.text-two-thirds {
        width: 65%;
        margin-left: 1.75%;
        margin-right: 1.75%;
    }
    .call-to-action-list .call-to-action-item.text-half {
        width: 49.1%;
        margin-left: 0.8%;
        margin-right: 0.8%;
    }
    .call-to-action-list .call-to-action-item.text-full-width {
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .call-to-action-list .call-to-action-item:last-of-type {
        margin-right: 0!important;
    }
    .call-to-action-list .call-to-action-item:first-of-type {
        margin-left: 0!important;
    }
    .call-to-action-item-content {
        width: 59%;
    }
    .call-to-action-item-btn {
        width: 39%;
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }
    .call-to-action-item-btn .call-to-action-item-btn-inner {
        margin-top: 0;
    }
}



