@media screen and (max-width: 960px) {
	
	
		/* ***************************************************************************************
	*       ____            _                         _                                       
	*      / ___|___  _ __ | |_ ___ _ __  _   _    __| | ___ ___   _ __   __ _  __ _  ___ ___ 
	*     | |   / _ \| '_ \| __/ _ | '_ \| | | |  / _` |/ _ / __| | '_ \ / _` |/ _` |/ _ / __|
	*     | |__| (_) | | | | ||  __| | | | |_| | | (_| |  __\__ \ | |_) | (_| | (_| |  __\__ \
	*      \____\___/|_| |_|\__\___|_| |_|\__,_|  \__,_|\___|___/ | .__/ \__,_|\__, |\___|___/
	*                                                             |_|          |___/          
	*
	****************************************************************************************** */

	h1, .entry-content .fond h1, #secondary.fond h1, h1 strong{font-size:30px;line-height:36px;}



	/* **************************
	*      _____           _     
	*     |_   ____   ___ | |___ 
	*       | |/ _ \ / _ \| / __|
	*       | | (_) | (_) | \__ \
	*       |_|\___/ \___/|_|___/
	*                            
	***************************** */

	.center,
	.center-prop-internaute {width:580px;}
	.center-prop-internaute {margin-left:-290px;}
	#cboxCurrent{display:none !important;}
.center-prop-internaute {
    z-index: 210;
    position: absolute;
    top: 70px;
    left: 50%;
}
	/* ***************************************************
	*         _                        _ _                
	*        / \   ___ ___ ___ ___ ___(_| |__   __ _ _ __ 
	*       / _ \ / __/ __/ _ / __/ __| | '_ \ / _` | '__|
	*      / ___ | (_| (_|  __\__ \__ | | |_) | (_| | |   
	*     /_/   \_\___\___\___|___|___|_|_.__/ \__,_|_|   
	*                                                     
	****************************************************** */
	
	.accessibar-div .confortdelecture {box-sizing:border-box;width:100%;height:128px;}
	.accessibar-div .vocalisation {margin:15px 0 0 0;}

	/* ****************************
	*      __  __                  
	*     |  \/  | ___ _ __  _   _ 
	*     | |\/| |/ _ | '_ \| | | |
	*     | |  | |  __| | | | |_| |
	*     |_|  |_|\___|_| |_|\__,_|
	*                              
	******************************* */
header .menu {
    display: block;
    position: absolute;
    z-index: 100;
    justify-content: space-between;
    width: 580px;
    top: 10px;
    background: #121212;
    transition: all 0.25s;
}
header.fixed .menu {
    top: 10px;
}
header .menu__burger {
    display: block;
    width: 170px;
    height: 50px;
    background: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    float: left;
    outline: 0;
}
header .menu__burger:before {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 50px;
    background: #e9e9e9;
    transform: skew(0deg,0deg);
    left: 0;
    z-index: -1;
    top: 0;
    opacity:0;
    transition: all 0.45s;
}
header .menu__burger:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 10px solid #e9e9e9;
    position: absolute;
    top: 0;
    left: 160px;
    z-index: -1;
    opacity: 0;
    transition: all 0.45s;
}
header .menu__burger:hover::before,header .menu__burger:hover::after{
	opacity: 1;
}
header .menu__burger.active::before,header .menu__burger.active::after{
	opacity: 1;
}
header .menu__burger__text {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 10px;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    transition: all 0.45s;
}
header .menu__burger:hover .menu__burger__text,header .menu__burger.active .menu__burger__text{
	color:#121212;
}
header .menu__nav {
    flex: inherit;
    width: 0;
}
header .menu__burger__svg {
    width: 16px;
    height: 14px;
    fill: #ffffff;
    position: absolute;
    left: 32px;
    top: 19px;
    transition: all 0.45s;
}
header .menu__burger:hover .menu__burger__svg,header .menu__burger.active .menu__burger__svg{
	fill:#121212;
}
	header .menu__nav__list{display:none;}
	header .menu__nav__list.toggled{display:flex;position:absolute;left:0;top: 50px;flex-flow: column;width: 100%;}
header .menu__nav__list > li {
    height: auto;
    flex-flow: column;
    align-items: flex-start;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 0!important;
    width: 100%!important;
    line-height: 40px;
    background: #121212;
}
header .menu__nav__list > li::before,header .menu__nav__list > li::after {
    display: none!important;
}
header .menu__nav__list > li:hover{
	background: #e9e9e9;
}
header .menu__nav__list > li > a, header .menu__nav__list > li > span {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}
	header .menu__nav__list > li > a br,
	header .menu__nav__list > li > span br{display:none;}
	header .menu__nav__list li:hover .sub-menu {display:none;}
	header .menu__nav__list li.active .sub-menu {display:block;}
	
	/*Sub-menu*/
header .sub-menu {
    width: 100%;
    position: inherit;
    border-top: none;
    padding: 0px 0px;
}
header .sub-menu ul.bloc-menu-left li:first-child, header .sub-menu ul.bloc-menu-middle li:first-child, header .sub-menu ul.bloc-menu-right li:first-child {
    border-top: none;
}
	header .sub-menu ul.bloc-menu-left,
	header .sub-menu ul.bloc-menu-middle,
	header .sub-menu ul.bloc-menu-right{width: 100%;float:none;}

	
	/* *************************************
	*      _   _                _           
	*     | | | | ___  __ _  __| | ___ _ __ 
	*     | |_| |/ _ \/ _` |/ _` |/ _ | '__|
	*     |  _  |  __| (_| | (_| |  __| |   
	*     |_| |_|\___|\__,_|\__,_|\___|_|   
	*                                       
	**************************************** */

	#searchform .ui-autocomplete{width:400px !important;}
	.recherche-autocompletion form .ui-autocomplete li .image{display:none;}
	.recherche-autocompletion form .ui-autocomplete li .titre{font-size:12px;}
	header .main-menu li:hover .sub-menu{display:none;}
	header .main-menu li.active .sub-menu,
	header .main-menu li.active:hover .sub-menu{display:block;top:0;}

header .identite {
    display: block;
    float: left;
    text-decoration: none;
    height: 90px;
    position: absolute;
    top: 70px;
    box-sizing: border-box;
    padding: 20px 0;
}
header .identite:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 160px;
    height: 80px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
header .identite h1 {
    text-transform: uppercase;
    line-height: 26px;
    font-size: 26px;
    font-family: "Khand",sans-serif;
}

header .menu .utilitaires-header {
    display: block;
    width: 210px;
    float: right;
}
header .menu .utilitaires-header li.search-icon {
    width: 60px;
    height: 50px;
    float: left;
    position: relative;
}
header .menu .utilitaires-header li.search-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 50px;
    background: #81ceb6;
    transform: skew(-12deg,0deg);
    left: -4px;
    z-index: -1;
    opacity: 1;
    transition: all 0.35s;
}
header .menu .utilitaires-header li.search-icon svg {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 14px;
    left: -4px;
}
header .menu .utilitaires-header li a, header .menu .utilitaires-header li span:not(.profil-txt) {
    display: block;
    text-align: center;
    padding: 0;
    height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}
header .menu .utilitaires-header li.profil-icon {
    width: 150px;
    height: 50px;
    float: left;
    background: #009bdf;
    position: relative;
    transition: all 0.35s;
}	
header .menu .utilitaires-header li span.profil-txt {
    display: inline-block;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    left: 1px;
    font-size: 15px;
    color: #121212;
    transition: all 0.35s;
    letter-spacing: inherit;
}
header .menu .utilitaires-header li.profil-icon a svg {
    width: 33px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 15px;
    left: -2px;
}
header .menu .utilitaires-header li.profil-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 10px solid #009bdf;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
	/* ******************************************************
	*      _____                _                            
	*     |  ____ __ ___  _ __ | |_   _ __   __ _  __ _  ___ 
	*     | |_ | '__/ _ \| '_ \| __| | '_ \ / _` |/ _` |/ _ \
	*     |  _|| | | (_) | | | | |_  | |_) | (_| | (_| |  __/
	*     |_|  |_|  \___/|_| |_|\__| | .__/ \__,_|\__, |\___|
	*                                |_|          |___/      
	*
	********************************************************* */
#a-la-une, #a-la-une .caroufredsel_wrapper, #a-la-une .a-la-une-medias.a-la-une-image, #a-la-une .a-la-une-item {
    height: 440px!important;
}
#a-la-une .a-la-une-item .infos-diapo {
    width: auto;
    position: absolute;
    top: 191px;
    font-size: 16px;
    left: 0px;
    background: transparent;
    font-weight: 300;
    box-sizing: border-box;
    max-width: 300px;
}
#a-la-une .a-la-une-item span.titre {
    font-family: "Khand",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #121212;
    margin-bottom: 10px;
}
.center.navi {
    display: block;
    top: -80px;
}
.center.befored:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1350px;
    height: 440px;
    background: rgba(0, 155, 223, 0.70);
    transform: skew(-11.5deg);
    right: 2000px;
     animation: get_width_before 1.5s forwards; 
}
@keyframes get_width_before {
  0%   { right:2000px; }
  100% { right:335px; }
}	

.ie .center.befored:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1350px;
    height: 440px;
    background: rgba(0, 155, 223, 0.70);
    transform: skew(-11.5deg);
    right: 335px;
    animation:none; 
}

.first-bloc {
    display: block;
    height: 280px;
    box-sizing: border-box;
    padding-top: 0;
    position: relative;
}
.first-bloc:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-right: 390px solid #ffffff;
    position: absolute;
    top: -40px;
    right: 372px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.first-bloc:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-left: 560px solid #fff;
    position: absolute;
    top: -40px;
    left: 208px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
ul.liste-picto li {
    display: block;
    float: left;
    width: 135px;
    height: 120px;
    margin-right: 12px;
    margin-bottom: 14px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    transition: all 0.35s;
}
li.li-picto.portail, li.li-picto.implanter, li.li-picto.service, li.li-picto.numeros {
    margin-right: 14px;
}
ul.liste-picto li a span.txt-picto {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-family: "Poppins",sans-serif;
    color: #121212;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 11px;
}
ul.liste-picto li:hover a span.txt-picto:before {
    width: 135px;
}

.second-bloc {
    display: block;
    height: 770px;
    margin-top: 40px;
    background: #e9e9e9;
}
.second-before:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-right: 340px solid #e9e9e9;
    position: absolute;
    top: -40px;
    right: 420px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.second-before:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-left: 600px solid #e9e9e9;
    position: absolute;
    top: -40px;
    left: 160px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.bloc-actu {
    display: block;
    height: 770px;
    position: relative;
}
.wrapper-actu li.small-actu.l0 {
    display: block;
    width: 580px;
    height: 330px;
    float: left;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.wrapper-actu li.small-actu.l0 .description {
    display: block;
    position: absolute;
    top: 0;
    width: 220px;
    height: 330px;
    padding: 43px 20px 70px 20px;
    box-sizing: border-box;
    z-index: 1;
}
.wrapper-actu li.small-actu {
    display: block;
    width: 580px;
    height: 155px;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.wrapper-actu li.small-actu a .description {
    display: block;
    width: 360px;
    height: 155px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.second-after:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-left: 545px solid #e9e9e9;
    position: absolute;
    top: 770px;
    right: 225px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.second-after:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-right: 420px solid #e9e9e9;
    position: absolute;
    top: 770px;
    left: 355px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}


.third-bloc {
    display: block;
    height: 470px;
    margin-top: 0;
}
.center.head_event {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    height: 95px;
    z-index: 6;
}
.center.desc_event {
    padding-right: 270px;
    box-sizing: border-box;
    left: -8px;
}
.wrapper-evt li span.description {
    display: block;
    height: 430px;
    box-sizing: border-box;
    padding-top: 155px;
}
.wrapper-evt li span.description .titre {
    display: block;
    font-family: "Poppins",sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    top: -3px;
    margin-bottom: 10px;
}
.wrapper-evt li span.description span.intro {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    margin-top: 12px;
    margin-bottom: 17px;
}
.wrapper-evt li span.description span.lieu {
    display: block;
    color: #81ceb6;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
    margin-top: 24px;
}
.wrapper-evt li span.globe-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 51.5vw;
    height: 100%;
    overflow: hidden;
    background-color: #47555b;
}
.bloc-agenda a.voir-toutes-les-dates {
    display: block;
    position: absolute;
    top: 345px;
    height: 40px;
    line-height: 42px;
    width: 200px;
    text-align: left;
    font-family: "Khand",sans-serif;
    font-size: 15px;
    color: #81ceb6;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding-left: 28px;
    transition: all 0.35s;
}
.bloc-agenda:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 50% + 89px);
    height: 470px;
    background: #121212;
    top: 0;
    left: -60px;
    transform: skew(-8.5deg);
    z-index: 4;
}
.bloc-agenda a.voir-toutes-les-dates svg {
    display: block;
    position: absolute;
    width: 15px;
    height: 12px;
    fill: #81ceb6;
    top: 14px;
    left: 0;
    transition: all 0.35s;
}


.last-bloc {
    display: block;
    height: 980px;
    position: relative;
    background: #fff;
    z-index: 0;
}
.last-bloc h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #a6a6a6;
    text-align: center;
    line-height: 54px;
    height: 70px;
}
.last-bloc:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-right: 480px solid #ffffff;
    position: absolute;
    top: -40px;
    right: 290px;
    z-index: -1;
    opacity: 1;
    transition: all 0.35s;
}
.last-bloc:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 0px solid red;
    border-left: 740px solid #ffffff;
    position: absolute;
    top: -40px;
    left: 290px;
    z-index: -1;
    opacity: 1;
    transition: all 0.35s;
}

.kiosque {
    display: block;
    width: 340px;
    height: 260px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}
.header-kiosque {
    display: block;
    width: 185px;
    height: 35px;
    position: absolute;
    left: 151px;
    z-index: 2;
}
.kiosque .caroufredsel_wrapper {
    width: 318px!important;
    padding: 0;
    box-sizing: border-box!important;
    height: 230px!important;
    padding-top: 0!important;
}
.wrapper-kiosque li {
    width: 320px;
    display: block;
    float: left;
    height: 230px;
    box-sizing: border-box;
}
.header-kiosque {
    display: block;
    width: 185px;
    height: 35px;
    position: absolute;
    left: 153px;
    z-index: 2;
}
.wrapper-kiosque li .publication-seule {
    display: block;
    width: 320px;
    height: 220px;
}
.wrapper-kiosque li .description-publi {
    display: block;
    float: left;
    width: 180px;
    height: 230px;
    box-sizing: border-box;
    padding-top: 45px;
}
span.btn-publication {
    display: block;
    position: absolute;
    bottom: 1px;
}

.galerie {
    display: block;
    width: 220px;
    height: 260px;
    float: left;
    margin-right: 0;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}

.social {
    display: block;
    width: 580px;
    height: 120px;
    float: left;
    position: relative;
    margin-top: 20px;
}
.social a {
    display: block;
    width: 280px;
    height: 120px;
    margin-bottom: 20px;
    text-decoration: none;
    background: #009bdf;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.lien-admin {
    display: block;
    position: relative;
    float: left;
    width: 460px;
    height: 400px;
    margin-left: 60px;
    margin-top: 20px;
}
.lien-admin .single-bloc{
    margin-bottom: 20px;	
}
.lien-admin .single-bloc:nth-child(3),.lien-admin .single-bloc:nth-child(6){
	margin-right: 0;
}
	/* *********************************
	*      _____           _            
	*     |  ______   ___ | |_ ___ _ __ 
	*     | |_ / _ \ / _ \| __/ _ | '__|
	*     |  _| (_) | (_) | ||  __| |   
	*     |_|  \___/ \___/ \__\___|_|   
	*                                   
	************************************ */
footer.site-footer {
    display: block;
    height: 370px;
    background: #009bdf;
    position: relative;
}	
.footer-before:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-right: 230px solid #009bdf;
    position: absolute;
    top: -40px;
    right: 545px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}	
.footer-before:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-left: 740px solid #009bdf;
    position: absolute;
    top: -40px;
    left: 35px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.logo-footer {
    display: block;
    float: left;
    width: 250px;
    height: 180px;
    text-align: center;
    margin-right: 0;
}
.logo-footer svg {
    width: 230px;
    height: 151px;
    position: relative;
    top: -1px;
    fill: #fff;
    left: -10px;
}
.contact-footer {
    display: block;
    float: left;
    width: 330px;
    height: 190px;
    margin-right: 0;
}
.contact-foot {
    display: block;
    margin-top: 0;
    margin-bottom: 31px;
}	
.menu-footer {
    display: block;
    float: left;
    width: 460px;
    height: 80px;
    box-sizing: border-box;
    padding-top: 0;
    text-align: center;
    padding-top: 25px;
    margin-left: 60px;
}
.menu-footer ul li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}


.menu-commune {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #e9e9e9;
    box-sizing: border-box;
    padding-top: 40px;
}
.menu-commune ul {
    display: block;
    width: 580px;
    margin: 0 auto;
    text-align: center;
}

.footer-after:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-left: 740px solid #009bdf;
    position: absolute;
    top: 280px;
    right: 30px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.footer-after:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-right: 220px solid #009bdf;
    position: absolute;
    top: 280px;
    left: 548px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}

.menu-commune {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #e9e9e9;
    box-sizing: border-box;
    padding-top: 35px;
    line-height: 14px;
}
.menu-commune ul li {
    display: inline-block;
    margin-right: 9px;
    margin-left: 7px;
}
.menu-commune ul li a {
    display: block;
    font-family: "Khand",sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #009bdf;
    text-decoration: none;
}
	/* **************************
	*      ____                  
	*     |  _ \ __ _  __ _  ___ 
	*     | |_) / _` |/ _` |/ _ \
	*     |  __| (_| | (_| |  __/
	*     |_|   \__,_|\__, |\___|
	*                 |___/      
	*
	***************************** */
	.main-wrapper{width:100%;}
	#primary.contextualites-on,
	.size-with-contextualites,
	.size-template-filtres,
	#primary .partage-social-media{width:100%;float:left;}
	#wrapper .entry-content iframe {max-width:100%}
	#wrapper .entry-content .pages {width:100%;}
	body.post-template-template-meteo-php #wrapper .entry-content div {width:100%!important;overflow-x:auto;}


#wrapper .top-publication .imagealaune {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.center.no-home:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1350px;
    height: 440px;
    background: rgba(0, 155, 223, 0.70);
    transform: skew(-11.5deg);
    right: 335px;
}
.section-before:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-right: 390px solid #e9e9e9;
    position: absolute;
    top: -40px;
    right: 372px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.section-before:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 0px solid red;
    border-left: 560px solid #e9e9e9;
    position: absolute;
    top: -40px;
    left: 208px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}

.section-after:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-left: 340px solid #e9e9e9;
    position: absolute;
    bottom: -60px;
    right: 420px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
.section-after:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 0px solid red;
    border-right: 600px solid #e9e9e9;
    position: absolute;
    bottom: -60px;
    left: 160px;
    z-index: 0;
    opacity: 1;
    transition: all 0.35s;
}
	/* ****************************************
	*      ____  _     _      _                
	*     / ___|(_) __| | ___| |__   __ _ _ __ 
	*     \___ \| |/ _` |/ _ | '_ \ / _` | '__|
	*      ___) | | (_| |  __| |_) | (_| | |   
	*     |____/|_|\__,_|\___|_.__/ \__,_|_|   
	*                                          
	******************************************* */
	
	.contactslie_v2 .relations-contacts-v2 ul li,
	.actualitelie .relation-actualites ul li,
	.relations-agenda ul li {width:540px;}
	#secondary, #primary .wrapper-panel{width:100%;margin-top:0;padding-bottom:10px;margin-bottom:20px;}
#secondary{margin-bottom: 40px;}	
	/* *********************************
	*      _____ _ _ _                 
	*     |  ___(_) | |_ _ __ ___  ___ 
	*     | |_  | | | __| '__/ _ \/ __|
	*     |  _| | | | |_| | |  __/\__ \
	*     |_|   |_|_|\__|_|  \___||___/
	*                                  
	*********************************** */

	#primary .wrapper-panel .rester-informe,
	#primary .wrapper-panel .prop-publi {width:100%;margin-top:10px;}

	#primary .panel-agenda .form-panel .keywords,
	#primary .panel-agenda .form-panel .periode {width:100%;}
	#primary .panel-agenda .form-panel .periode {margin-top:20px;}
	#primary .panel-agenda .form-panel .periode .input-date input {width:85%;}

	body.map-full-width #primary .panel-plan-interactif {width:260px;}

input[type="text"], input[type="password"], textarea, select {
    font-size: 14px !important;
}
header .utilitaires-accessibar-div {
    width: 100%;
    position: absolute;
    z-index: 10;
}
header .infos-profil {
    top: 60px;
}

.post-template-template-newsletter-php .entry-content .widget_wysija_cont .wysija-submit{height: 37px;}
#breadcrumbs {
    display: inline-block;
    background-color: transparent;
    padding: 0px 0px 5px;
    margin: 0px 0;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
    position: relative;
    top: 0;
}
#breadcrumbs .vous-etes-ici {
    display: none;
}
		/* **************************************************
	*      ____           _                   _          
	*     |  _ \ ___  ___| |__   ___ _ __ ___| |__   ___ 
	*     | |_) / _ \/ __| '_ \ / _ \ '__/ __| '_ \ / _ \
	*     |  _ <  __/ (__| | | |  __/ | | (__| | | |  __/
	*     |_| \_\___|\___|_| |_|\___|_|  \___|_| |_|\___|
	*                                                    
	***************************************************** */

.c-search-form_wrap input {background-color: transparent;line-height: 1.5em;font-size: 3em !important;}

	/* *****************************************************************************************
	*       ____                                        _                       _       _       
	*      / ___|___  _ __ ___  _ __ ___  _   _ _ __   | |_ ___ _ __ ___  _ __ | | __ _| |_ ___ 
	*     | |   / _ \| '_ ` _ \| '_ ` _ \| | | | '_ \  | __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
	*     | |__| (_) | | | | | | | | | | | |_| | | | | | ||  __/ | | | | | |_) | | (_| | ||  __/
	*      \____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|  \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
	*                                                                    |_|                    
	******************************************************************************************** */

	#primary .template-affilistes-navprofil ul.liste-publication li a .articles-content .title,
	#primary .template-actualites ul li a .articles-content span.title,
	#primary .template-actualites ul li.minime a .articles-content span.title,
	#primary .template-agenda ul li a .articles-content .title,
	#primary .template-annuaire-contacts ul li a .articles-content .title,
	#primary .template-bdocumentaire-phototheque ul li .information-document h4,
	#primary .template-gestion-ressources ul li span.articles-content .title {font-size:20px;line-height:23px;}
#primary .template-affilistes-navprofil ul.liste-publication li.vignette a .articles-content .hover-contact .introduction, #primary .template-affilistes-navprofil ul.liste-publication li.liste a .introduction, #primary .template-affilistes-navprofil ul.liste-publication li.vignette a ul li {
    margin: 10px 0 0;
}
	#proposition-publication .bloc-form .demi-bloc-form,
	#proposition-publication .demi-field {width:100%;}

	/* *************************************************
	*         _        _               _ _ _    __      
	*        / \   ___| |_ _   _  __ _| (_) |_ /_/  ___ 
	*       / _ \ / __| __| | | |/ _` | | | __/ _ \/ __|
	*      / ___ \ (__| |_| |_| | (_| | | | ||  __/\__ \
	*     /_/   \_\___|\__|\__,_|\__,_|_|_|\__\___||___/
	*                                                   
	**************************************************** */
	
	#primary .template-actualites ul li a .img-actu {width:140px;}
	#primary .template-actualites ul li .cats-date {left:160px;}
	#primary .date-cat p.cats-actus {float:none;overflow:hidden;}
	#primary .date-cat{display: flex;flex-wrap:wrap;padding: 10px 15px 5px; }
	#primary .date-cat p{margin: 0 5px 5px;}
	#primary .date-cat p.cats-actus{margin: 0 0 5px;}

	/* ****************************************
	*         _                        _       
	*        / \   __ _  ___ _ __   __| | __ _ 
	*       / _ \ / _` |/ _ \ '_ \ / _` |/ _` |
	*      / ___ \ (_| |  __/ | | | (_| | (_| |
	*     /_/   \_\__, |\___|_| |_|\__,_|\__,_|
	*             |___/       
	*                 
	******************************************* */

	#primary .template-agenda ul li a .date {width:105px;}
	#primary .template-agenda ul li a .date p {font-size:16px;}
	/*#primary .template-agenda ul li a .articles-content .lieu {display:none;}*/
	#primary .template-agenda ul li .categorie-agenda {left:260px;}
	#primary .content-agenda .categorie-date .date-evenement p {font-size:18px;}
	#primary .content-agenda .site-contact a {width:100%;}
	#primary .content-agenda .site-contact a.nous-contactez {margin-top:10px;}
	
	/* ****************************************************************************************************
	*         _                            _                _                        _             _       
	*        / \   _ __  _ __  _   _  __ _(_)_ __ ___    __| | ___    ___ ___  _ __ | |_ __ _  ___| |_ ___ 
	*       / _ \ | '_ \| '_ \| | | |/ _` | | '__/ _ \  / _` |/ _ \  / __/ _ \| '_ \| __/ _` |/ __| __/ __|
	*      / ___ \| | | | | | | |_| | (_| | | | |  __/ | (_| |  __/ | (_| (_) | | | | || (_| | (__| |_\__ \
	*     /_/   \_\_| |_|_| |_|\__,_|\__,_|_|_|  \___|  \__,_|\___|  \___\___/|_| |_|\__\__,_|\___|\__|___/
	*                                                                                                      
	******************************************************************************************************* */

	#primary .template-annuaire-contacts ul li .site-internet .reponsive-1024 {display:none;}
	#primary .template-annuaire-contacts ul li .site-internet .reponsive-480 {display:block;}
	#primary .contact-detail .label {width:100%;}

	/* *******************************************
	*         _    _            _     _   _ ____  
	*        / \  | |       ___| |_  | \ | |  _ \ 
	*       / _ \ | |      / _ \ __| |  \| | |_) |
	*      / ___ \| |___  |  __/ |_  | |\  |  __/ 
	*     /_/   \_\_____|  \___|\__| |_| \_|_|    
	*                                             
	********************************************** */

	#primary .template-affilistes-navprofil ul.liste-publication li.liste a .articles-content .title {margin-bottom:5px;}
	#primary .accesrapide-resultats-alnp p.volet-alnp.open .open, 
	#primary .accesrapide-resultats-alnp p.volet-alnp.close .close {display:none;}

	/* ********************************************************************************************************************
	*      ____                       _                   _           _           _        _   _      __                   
	*     | __ )  __ _ ___  ___    __| | ___   ___    ___| |_   _ __ | |__   ___ | |_ ___ | |_| |__   \_\  __ _ _   _  ___ 
	*     |  _ \ / _` / __|/ _ \  / _` |/ _ \ / __|  / _ \ __| | '_ \| '_ \ / _ \| __/ _ \| __| '_ \ / _ \/ _` | | | |/ _ \
	*     | |_) | (_| \__ \  __/ | (_| | (_) | (__  |  __/ |_  | |_) | | | | (_) | || (_) | |_| | | |  __/ (_| | |_| |  __/
	*     |____/ \__,_|___/\___|  \__,_|\___/ \___|  \___|\__| | .__/|_| |_|\___/ \__\___/ \__|_| |_|\___|\__, |\__,_|\___|
	*                                                          |_|                                           |_|           
	*
	*********************************************************************************************************************** */

	#primary .template-bdocumentaire-phototheque ul li .image-a-la-une {height:200px;}
	#primary .template-bdocumentaire-phototheque ul li .information-document {min-height:178px;height:auto;padding-bottom:0px;}


	/* ****************************************
	*         _    _ _            _         __ 
	*        / \  | | | ___   ___(_)_ __   /_/ 
	*       / _ \ | | |/ _ \ / __| | '_ \ / _ \
	*      / ___ \| | | (_) | (__| | | | |  __/
	*     /_/   \_\_|_|\___/ \___|_|_| |_|\___|
	*                                          
	******************************************* */
	
	.allocine-film .affiche-film {float:none;margin:0 auto 20px;}
	.allocine-film .informations-film {width:440px;}

	/* ****************************************
	*         _    _ _                         
	*        / \  | | |__  _   _ _ __ ___  ___ 
	*       / _ \ | | '_ \| | | | '_ ` _ \/ __|
	*      / ___ \| | |_) | |_| | | | | | \__ \
	*     /_/   \_\_|_.__/ \__,_|_| |_| |_|___/
	*                                          
	******************************************* */

	#primary .vignettes-album a .articles-content h4 {margin-bottom:0!important;padding:41px 0 0!important;}
	#primary .vignettes-album a .articles-content .introduction {margin-top:5px!important;}

	/* ************************
	*      _  _    ___  _  _   
	*     | || |  / _ \| || |  
	*     | || |_| | | | || |_ 
	*     |__   _| |_| |__   _|
	*        |_|  \___/   |_|  
	*                          
	*************************** */
	
	.page404 #searchform {text-align:center;}
	.page404 #searchform div {display:inline-block;}
	.page404 #searchform .rechercher {width:240px;}

	/* ***************************************
	*       ____            _             _   
	*      / ___|___  _ __ | |_ __ _  ___| |_ 
	*     | |   / _ \| '_ \| __/ _` |/ __| __|
	*     | |__| (_) | | | | || (_| | (__| |_ 
	*      \____\___/|_| |_|\__\__,_|\___|\__|
	*                                         
	****************************************** */

	.page-contact .gform_wrapper ul li.gfield {width:100%;}
	.page-contact .gform_wrapper ul li#field_1_5 {padding-top:0;}

	/* ***************************************************
	*         _                                          
	*        / \   _ __  _ __   ___  _ __   ___ ___  ___ 
	*       / _ \ | '_ \| '_ \ / _ \| '_ \ / __/ _ \/ __|
	*      / ___ \| | | | | | | (_) | | | | (_|  __/\__ \
	*     /_/   \_\_| |_|_| |_|\___/|_| |_|\___\___||___/
	*                                                    
	*
	***************************************************** */
	.template-liste ul li.liste a .informations-pub {width:34%;}
	.template-liste ul li.liste a .content-pub {width:66%;}

	/* *****************************************************
	*      _   _            _       ___         ____  ____  
	*     | | | | __ _  ___| | __  / (_) ___   / / _|/ _\ \ 
	*     | |_| |/ _` |/ __| |/ / | || |/ _ \ / / |_| |_ | |
	*     |  _  | (_| | (__|   <  | || |  __// /|  _|  _|| |
	*     |_| |_|\__,_|\___|_|\_\ | ||_|\___/_/ |_| |_|  | |
	*                              \_\                  /_/ 
	*
	******************************************************** */

	body.gecko footer .middle-footer .newsletter-sms input[type="text"], 
	body.gecko footer footer .middle-footer .newsletter-sms input[type="email"] {width:308px;}

	body.ie .front-page .fil-infos-droits-demarches .droits-demarches-ligne select {width:389px;}
	
}