/*
Theme Name: O des Aravis
Author: NetDesign
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: rosie
*/

@import url("../rosie/style.css");

@font-face {
	font-family: 'brandon';
	src: url('font/Brandon_reg.otf?') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon';
	src: url('font/Brandon_bld.otf?') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'undersong';
	src: url('font/undersong/webfonts/undersong-tuscan-webfont.eot?') format('eot'),
	url('font/undersong/webfonts/undersong-tuscan-webfont.ttf') format('truetype'),
	url('font/undersong/webfonts/undersong-tuscan-webfont.woff') format('woff'),
	url('font/undersong/webfonts/undersong-tuscan-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	min-width: 320px;
}

p{
	/*font-family: 'brandon', sans-serif;*/
	/*font-size: 16px;*/
}

h1, h2, h3, h4, h5, h6{
	font-family: 'brandon', sans-serif !important;
}

body.has-page-title #main{
	margin-top: 100px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type='file'] {
    max-width: 100%;
}

.ozy-custom-full-row {
	padding: 0 !important;
}

@media(max-width: 767px){
	body.ozy-page-locked.home #main{
		margin-top: 0 !important;
	}
}

.brandon-font{
	font-family: 'Brandon', sans-serif !important;
}

/*==============================
=            Header            =
==============================*/

#header{
	background-color: #fff !important;
	border-bottom: none !important;
}

.ozy-alternate-menu #header .sub-container{
	top: 100px;
	margin-left: -50px;
}

#nav-primary>nav>div>ul li .sub-container.non-mega ul{
	padding-left: 20px;
	padding-right: 50px;
}

#nav-primary>nav>div>ul li .sub-container.non-mega li a{
	font-weight: bold !important;
}

/* Menu */
#nav-primary{
	text-transform: uppercase;
}

.sf-menu > li > a, #nav-primary, #nav-primary > nav > div > ul > li, #nav-primary > nav > div > ul > li > a, #nav-primary > nav > div > ul > li::before { line-height: 1.4em !important; height: auto !important }

#nav-primary > nav > div > ul { height: auto !important; padding: 0.5rem 0 !important; }
nav > div > ul.top-menu > li,
.top-menu > li > a, 
#nav-primary > nav > div > ul.top-menu > li, 
#nav-primary > nav > div > ul.top-menu > li > a, 
#nav-primary > nav > div > ul.top-menu > li::before { line-height: 1.4em !important; height: auto !important }
ul.top-menu > li > a { padding: 7px 20px 3px 0 !important }
ul.top-menu > li.external > a { background: #00aeef; color: white !important; border: 2px solid #00aeef; padding: 3px 15px 1px !important; display: inline-block }
ul.top-menu > li.external > a:hover { color: #00aeef; background: white }
ul.top-menu.mobile-menu > li { padding: 0 !important; }
#nav-primary > nav > div > ul.top-menu > li > a {
	font-family: "Raleway";
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
	color: rgba(129,130,133,1);
}
#nav-primary > nav > div > ul.top-menu > li > a:hover {
	color: rgba(0,174,239,1) !important;
}
#nav-primary > nav > div > ul li .sub-container { top: 100% !important }
#nav-primary li.menu-item-search a { padding: 0 !important }

.sidr.right {
	left: auto;
	right: 0;
}

#top-search>div.container>form>input[type=text]::-ms-clear {
	display: none;
}

.wp-search-form #search, .wp-search-form i {
    line-height: 1;
}

/* Desktop logo */

@media(max-width: 1024px){
	#header-logo #logo-default{
		height: 45px !important;
		width: auto !important;
	}
}

/* Mobile menu */

@media (max-width: 1024px) {
    body.ozy-alternate-menu #header-logo #logo-alternate{
        height: 45px;
        width: auto;
    }
}

#sidr i.oic{
	display: none;
}

#sidr .sidr-mobile .menu li>a{
	font-size: 16px;
}

@media(min-width: 768px){
	#sidr-menu>button.lines-button{
		position: relative;
		bottom: 10px;
	}
}

#sidr .menu>li li>a{
	-khtml-opacity: .8;
	-moz-opacity: .8;
	-ms-filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*=====================================
=            Header slider            =
=====================================*/

.ozy-header-slider .small-blue{
	font-size: 60px;
	color: #00aeef;
	position: relative;
	bottom: 20px;
}

@media(max-width: 767px){
	.ozy-header-slider .small-blue{
		bottom: 0px;
	}
}

.tp-bgimg.defaultimg{
	background-position: top center !important;
}

.scroll-down-container{
	position: relative;
}

.scroll-down{
	display: block;
	width: 65px;
	height: 64px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -32.5px;
	top: -100px;
	background: url(img/slider_arrow.png);
	background-size: cover;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

.scroll-down:hover{
	width: 75px;
	height: 74px;
	margin-left: -37.5px;
	top: -105px;
}

.tp-caption.black:after{
	content: "";
	height: 4px;
	width: 100px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: -50px;
}

@media(max-width: 767px){
	.scroll-down{
		/*display: none;*/
	}
}

.tparrows {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 24px !important;
	height: 37px !important;
}

.tparrows.default {
	background: url(img/slider_nav_arrows.png) !important;
}

.tp-rightarrow.tparrows.default { background-position: bottom !important; }

/*============================
=            PUSH            =
============================*/

.home #main>.container.no-vc, .page-template-page-faq #main>.container.no-vc,
.home #content>div>article>div>.wpb_row.ozy-custom-full-row, .page-template-page-faq #content>div>article>div>.wpb_row.ozy-custom-full-row,
.home #content>div>article>div>.wpb_row>.parallax-wrapper, .page-template-page-faq #content>div>article>div>.wpb_row>.parallax-wrapper,
.home #main>.container, .page-template-page-faq #main>.container{
	padding: 0 !important;
}


.ozy-fancyimagebox > section{
	padding: 20px;
}

.ozy-fancyimagebox > section > section{
	position: relative;
	padding: 0;
	height: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	border: solid 2px transparent;

	transition: border 0.3s;
}

body.home #push .vc_col-sm-4{
	text-align: center;
	height: 110px;
	overflow: hidden;
	-webkit-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

body.home #push .vc_col-sm-4:nth-child(odd){
	background: #d9d9d9;
}

body.home #push .vc_col-sm-4:nth-child(even){
	background: #e9e7e7;
}

body.home #push .vc_col-sm-4 .wpb_wrapper{
	height: 100%;
}

body.home #push .vc_col-sm-4 a{
	height: 100%;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

body.home #push .vc_col-sm-4 a:hover{
	text-decoration: none;
}

body.home #push .vc_col-sm-4:hover{
	background: #00aeef;
}

body.home #push .vc_col-sm-4 .wpb_text_column{
	color: #454546;
}

body.home #push .vc_col-sm-4:hover .wpb_text_column{
	color: #ffffff;
}

body.home #push .vc_col-sm-4 .wpb_text_column p{
	padding: 0;
}

body.home #push .vc_col-sm-4 .wpb_text_column:first-of-type{
	font-size: 24px;
}

body.home #push .vc_col-sm-4 .wpb_text_column:last-of-type{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

@media(max-width: 1023px){
	body.home #push .vc_col-sm-4 .wpb_text_column:last-of-type{
		font-size: 22px;
	}

	body.home #push .vc_col-sm-4 .wpb_text_column:first-of-type{
		margin-bottom: 10px !important;
	}

	body.home #push .vc_col-sm-4 .wpb_raw_code{
		margin-bottom: 15px !important;
	}
}

@media(max-width: 767px){
	body.home #push .vc_col-sm-4 .wpb_text_column:last-of-type{
		font-size: 18px;
	}
}

.ozy-fancyimagebox:hover  > section > section{
	/*border: solid 2px #fff;*/
}

#push{
	font-family: "brandon";
	letter-spacing: 4px;
}


#push a h2{
	line-height: 1.2em;
	color: #fff !important;
	text-transform: uppercase;
}

#push a h2:before{
	content: "Vous êtes";
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
}

#push a h2 .word1{
	display: block;
}

#push a span.tag{
	display: none;
}

#push img{
	width: 100%;
}

.ozy-fancyimagebox>section{
	background: none;
}

#presentation{
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
	margin: 0;
}

@media(max-width: 767px){
	#push{
		letter-spacing: 2px;
		line-height: 1em !important;
	}

	#push a h2{
		font-size: 18px !important;
	}

	#push a h2:before{
		font-size: 18px !important;
	}

	.ozy-fancyimagebox:hover  > section > section{
		border: none;
	}
}

@media(max-width: 1024px){
	#push{
		letter-spacing: 2px;
		line-height: 1em !important;
	}

	#push a h2{
		font-size: 22px !important;
	}

	#push a h2:before{
		font-size: 18px !important;
	}

	.ozy-fancyimagebox:hover  > section > section{
		border: none;
	}
}

@media only screen and (max-width: 768px) and (min-width: 480px){
	.vc_responsive .wpb_row .vc_col-sm-4{
		padding-bottom: 0;
	}
}

.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item { margin: 0 0 3rem !important }
.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item > * { height: auto !important }
.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item h3.vce-post-description--title { margin: 0 !important; font-size: 34px !important }
.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item .vce-post-description--meta { font-size: 0 }
.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item .vce-post-description--meta time { font-size: 1rem }

.vce-news-grid-container.vce-posts-grid-container .vce-post-link { display: inline !important; width: auto !important }
.vce-news-grid-container.vce-posts-grid-container .vce-post-link span { margin: 0 !important }
a.vce-button--style-basic { color: white !important; text-align: center; font-family: 'brandon', sans-serif; font-size: 18px !important; letter-spacing: 2px }
a.vce-button--style-basic:hover { color: #222 !important }

#tarteaucitronAlertSmall { display: none !important }
#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl { background: #00aeef !important }
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl { padding: 7px 10px 7px  !important; vertical-align: 2px  !important; }

/*==================================
=            Archive            =
==================================*/

body.archive #content { margin: 0 auto !important; float: none !important }
.category_filters { display: flex; align-items: center; justify-content: center; list-style-type: none; margin: 2rem 0 }
.category_filters li { margin: 10px }
.category_filters li a { display: inline-block; padding: 2px 20px; background: #00aeef; color: white !important; text-align: center; font-family: 'brandon', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; border: 2px solid #00aeef; text-decoration: none }
.category_filters li a.current,
.category_filters li a:hover { color: #00aeef !important; background: white }


/*==================================
=            Fullwidth            =
==================================*/

.page-template-page-fullwidth #main > .container { padding: 0 !important; width: 100% }
#content.fullwidth { max-width: 100%; width: 100%; padding: 0 !important }
#content.fullwidth .vce-row-container .vce-row-container { max-width: 1140px; margin: 0 auto }


/*==================================
=            Actualités            =
==================================*/

/* Title (actualités) */

#content .vc_separator{

}

#content .vc_separator span{
	display: none;
}

#content .vc_separator h4{
	font-family: 'brandon', sans-serif;
	font-size: 60px;
	color: #818285;
	padding: 40px 0;
}

#content .vc_separator h4:after{
	content: "";
	display: block;
	height: 1px;
	width: 60px;
	background: #818285;
}

/* Tableau */


@media(max-width: 400px){
    #content table {
        font-size: 0.7em;
    }
}

/* List actus */

#content .ozy-fancyaccordion-feed a:hover h3{
	color: #00aeef;
}

#content .ozy-fancyaccordion-feed a:hover .plus-icon{
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

#content .ozy-fancyaccordion-feed a:hover .plus-icon.open{
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.blog.ozy-page-model-has-sidebar #main>.container>#content {
    float: none;
}

#content .ozy-fancyaccordion-feed .d h3{
	color: #00aeef;
}

@media(min-width: 768px){

	.ozy-fancyaccordion-feed .ozy-border-color > span{
		padding-right: 80px;
	}
}

@media(max-width: 768px){

    .ozy-fancyaccordion-feed>a>span>div.d{
        display: block !important;
        position: relative;
        float: none;
        border: none;
    }
}

.ozy-fancyaccordion-feed>a>span {
    margin: 0 0 0 36px;
}

.ozy-fancyaccordion-feed .category{
	background-color: #00aeef;
	border: none;
}

.ozy-fancyaccordion-feed .plus-icon{
	border:solid 3px #00aeef;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: -25px;
	transition: all 0.3s;
}

.ozy-fancyaccordion-feed .plus-icon.open{
	-ms-transform: rotate(45deg) !important; /* IE 9 */
	-webkit-transform: rotate(45deg) !important; /* Chrome, Safari, Opera */
	transform: rotate(45deg) !important;
	transition: all 0.3s;
}

.ozy-fancyaccordion-feed .plus-icon, .ozy-fancyaccordion-feed .plus-icon.close{
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}

.ozy-fancyaccordion-feed .plus-icon .v{
	top: 50%;
	margin-top: -10px;
	height: 20px;
	background: #818285;
}

.ozy-fancyaccordion-feed .plus-icon .h{
	left: 50%;
	margin-left: -10px;
	width: 20px;
	background: #818285;
}

@media(min-width: 480px) {
	.ozy-fancyaccordion-feed > a > span > h3.t {
		padding-right: 110px;
	}
}

@media(min-width: 800px){
	.ozy-fancyaccordion-feed .ozy-border-color > span{
		padding-left: 230px;
	}

	.ozy-fancyaccordion-feed>a>span>div.d{
		float: none;
		left: 50px;
	}

	.ozy-fancyaccordion-feed>a>span>h3.t{
		margin-left: 0;
		margin-right: 20px;
	}

	.ozy-fancyaccordion-feed span.category{
		margin-left: 0;
		margin-right: 20px;
	}

	.ozy-fancyaccordion-feed>div.panel>div{
		margin-left: 209px;
	}
}

/*===========================================
=            Découvrez notre FAQ            =
===========================================*/

#discover-faq{
	text-align: center;
	background: url(img/decouvrez-faq.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	width: auto !important;
	font-family: 'brandon', sans-serif;
}

.discover-faq--content{
	padding: 200px 15px !important;
}

@media(max-width: 767px){
	.discover-faq--content{
		padding: 100px 15px !important;
	}
}

.discover-faq--content h4{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.discover-faq--content a{
	font-size: 30px;
	padding: 10px 40px;
	border: solid 2px #fff;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: transparent;
	letter-spacing: 5px;
	transition: all 0.4s;
}

@media(max-width: 767px){
	.discover-faq--content a{
		letter-spacing: 2px;
	}
}

.discover-faq--content a:hover{
	background: #fff;
	color: #111;
	text-decoration: none;
}

/*==============================================
=            GENERAL PAGE + ARTICLE            =
==============================================*/

.post-content ul{
	list-style: none;
}

.post-content ul li{
	position: relative;
}

.post-content ul li:before{
	content: "";
	display: block;
	height: 4px;
	width: 12px;
	background: #00aeef;
	border-radius: 2px;
	position: absolute;
	top: 0;
	margin-top: 10px;
	left: -25px;

	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}

.post-content ul li:after{
	content: "";
	display: block;
	height: 4px;
	width: 12px;
	background: #00aeef;
	border-radius: 2px;
	position: absolute;
	margin-top: 16px;
	top: 0;
	left: -25px;

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
}


/*============================
=            PAGE            =
============================*/

/* Breadcrumbs */

.breadcrumbs {
    font-size: 16px;
    margin-bottom: 50px;
}

.home .breadcrumbs, .home .breadcrumbs, .breadcrumbs:empty {
	display: none;
}

/************/

.page-id-2701 .has-title{
	padding-top: 0 !important;
}

.featured-thumbnail-header.page-header{
	height: 300px;
}
body.home .featured-thumbnail-header.page-header{
	height: 500px;
}
body.home .city_list { 
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	flex-wrap: wrap;
}
body.home .city_list li { margin: 0 1rem 2rem }
body.home .city_list img { 
	max-width: 100px;
	max-height: 50px;
	width: auto;
	height: auto
}

.featured-thumbnail-header h1{
	font-family: 'Brandon', sans-serif;
	font-size: 70px;
}

@media(max-width: 767px){
	body.home .featured-thumbnail-header > div > div{
		top: 30%
	}
	.featured-thumbnail-header.page-header{
		height: 200px;
	}
	.featured-thumbnail-header h1 {
		font-size: 1.5rem;
	}
}

.featured-thumbnail-header.no-thumbnail>div{
	background-image: url(img/overlay-header.png);
	background-color: #00aeef !important;
}

/* Video YT */

.yt-video {
    margin: 10px 0 0 0;
}

/* Actualités */

.page-id-2722 .container{
	padding-top: 0 !important;
}

.widget li>span.post-date { /*classic recent posts widget*/
    font-size: 0.7em;
}

/* Page de contact */

.full-width img{
	width: 100%;
}

#file {
}

/* style temporaire pour changer le style de l'input type file qui foire sure IE9 (a modifier avec du JS) */
#file .file__button {
    display: block;
    background: white;
    position: absolute;
    top: 0;
    right: -171px;
    padding: 12px 10px;
    font-family: "Lora";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.7em;
    color: #777777;
    border: solid 1px #ddd;
}

.wpcf7 label{
	width: 30%;
	display: inline-block;
	text-align: right;
	margin-right: 2%;
	vertical-align: top;
	margin-top: 15px;
}

.wpcf7 input:not([type=submit]):not([type=file]), .wpcf7 select{
	width: 80%;
	border: solid 1px #ddd;
}

.wpcf7 select {
	background: url(img/select-arrow.png) no-repeat center right 20px rgb(248, 248, 248);
	background-size: 15px;
}

.wpcf7 select:hover {
	background-color: rgb(230, 230, 230);
	cursor: pointer;
}

.wpcf7 input[type="file"]{
	font-size: 16px;
}

.custom-file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label[for="file"] {
	vertical-align: middle;
}

.custom-file-input + label {
	width: auto;
	margin: 0;
	background: #868686;
	font-family: sans-serif;
	color: white;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
}

.custom-file-input + label span {
	font-size: 16px;
}

.custom-file-input + label:hover {
	background: #707070;
}

.custom-file-input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.wpcf7 textarea{
	width: 100%;
	border: solid 1px #ddd;
}

.wpcf7 input[type=submit]{
	width: auto;
	border-radius: 0;
	background: #00aeef;
	font-family: 'Brandon', sans-serif;
	font-size: 22px;
	float: right;
	border: none;
	padding: 15px 50px;
	margin-bottom: 20px;
	transition: background 0.2s;
}

.wpcf7 input[type=submit]:hover{
	border: none;
	background: #1384af;
}

input#zipcode{
	width: 40%;
}

.wpcf7 aside{
	float: right;
}

span.wpcf7-form-control-wrap {
	position: relative;
	width: 68%;
	display: inline-block;
}

label span{
	display: block;
	font-size: 11px;
}

@media(max-width: 767px){
	.wpcf7 label{
		display: block;
		width: 100%;
		text-align: left;
	}

	.wpcf7 input, .wpcf7 select{
		width: 100%;
	}

	span.wpcf7-form-control-wrap {
		width: 100%;
	}
}

.clear{
	clear: both;
}

.page-id-2701 h1, .page-id-2701 h2{
	font-family: 'Brandon', sans-serif !important;
}

.page-id-2701 h2{
	margin: 0 !important;
}

/* FAQ */

.page-template-page-faq .parallax-wrapper{
	max-width: none !important;
}

.page-template-page-faq .ozy-fancyaccordion-feed h3{
	margin-left: 0 !important;
}

.page-template-page-faq .ozy-fancyaccordion-feed a{
	padding:8px 0 !important;
}

.page-template-page-faq .ozy-fancyaccordion-feed .panel div{
	margin-left: 0 !important;
	border: none !important;
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-faq .ozy-fancyaccordion-feed .ozy-border-color > span{
	padding-left: 0px;
}

@media(min-width: 1025px) {
	body.home .city_list li { margin: 0 1.5rem 3rem }
	body.home .city_list img { 
		max-width: 150px;
		max-height: 80px;
		width: auto;
		height: auto
	}
    .ozy-fancyaccordion-feed .ozy-border-color > span, .ozy-fancyaccordion-feed > div.panel {
        margin: 0 auto;
    }
}
@media(min-width: 1600px) {
	body.home .city_list li { margin: 0 2.5rem 3rem }	
}

.page-template-page-faq .faq-title {
	margin: 20px 0;
}

@media(max-width: 1024px){

    .page-template-page-faq .faq-title {
        padding-left: 10px;
    }
}


/* Assainissement */

.children-pages{
	margin: 15px 0;
}

.children-pages:after{
	content: "";
	display: table;
	clear: both;
}

.child-page-wrapper{
	float: left;
	display: table;
	width: 33.33%;
    margin: 0 8% 15px 8%;
}

.child-page-wrapper:last-child{
    float: right;
}

@media(max-width: 768px){
    .child-page-wrapper{
        float: none;
        margin: 10px auto;
    }

    .child-page-wrapper:last-child{
        float: none;
    }
}

.child-page-wrapper a{
	text-align: center;
	display: table-row;
	width: 100%;
	height: 200px;
	background: #d9d9d9;
}

.child-page-wrapper a:hover{
	text-decoration: none;
}

.child-page-wrapper a:hover{
	background: #00aeef;
}

.child-page-wrapper a:hover span{
	color: #fff;
}

.child-page-wrapper a span{
	display: table-cell;
	vertical-align: middle;
	color: #454546;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 20px;
	color: #454546;
	font-family: 'brandon', sans-serif;
	padding: 15px;
}


/*===============================
=            ARTICLE            =
===============================*/


/* Archive */

.ozy-postlistwithtitle-feed a{
	color: #00aeef !important;
}

.ozy-postlistwithtitle-feed>a:hover{
	background: #00aeef !important;
}


/* Single */

.featured-thumbnail-header{
	height: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width: 767px){
	.featured-thumbnail-header{
		height: 200px;
	}
}


.featured-thumbnail-header .a,.featured-thumbnail-header .b{
	display: none !important;
}

.nav-box{
	display: none;
}

@media(min-width: 768px) and (max-width: 1212px){
	body.single #main>.container #content.has-super-header.right-sidebar{
		width: 65%;
	}

	body.single #main>.container #sidebar.has-super-header{
		width: 30%;
	}
}

/* Partage */

span.symbol, a.symbol:before {
    -ms-font-feature-settings:"liga" 1;
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#content .post-submeta>div>div.button {
    padding: 5px 8px;
}

#content .post-submeta>div>div.button>a {
    font-size: 20px;
    color: #b4b4b4;
    padding: 0;
    margin: 0 5px;
}

#content .post-submeta>div>div.button>a:hover {
    color: #ffffff;
}

/*====================================
=            SIDEBAR BLOG            =
====================================*/

/* Push */

#sidebar--push a{
	width: 100%;
	display: table;
	padding: 0px;
	background-size: cover;
	margin-bottom: 25px;
}

#sidebar--push a:hover{
	text-decoration: none;
	background-color: #00aeef;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

#sidebar--push .push-1{
	background-color: #d9d9d9;
}

#sidebar--push .push-2{
	background-color: #e9e7e7;
}

#sidebar--push .push-3{
	background-color: #d9d9d9;
}

#sidebar--push article{
	height: 86px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px;

	letter-spacing: 2px;

	position: relative;
	box-sizing: border-box;

	border: solid 2px transparent;
	transition: border 0.3s;
}

@media(min-width: 1212px){
	#sidebar--push article{
		height: 86px;
	}
}

#sidebar--push article h4{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 20px;
	color: #454546;
}

#sidebar--push a:hover article h4{
	color: #ffffff;
}

@media(max-width: 767px){
	#sidebar--push article h4{
		letter-spacing: 1px;
	}
}

#sidebar--push article h4 span{
	font-size: 17px;
	display: block;
	text-transform: none;
	font-weight: normal;
}

/* Les dernières actualités */

#sidebar li.widget li{
	position: relative;
}

#sidebar li.widget li:after{
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #c6c7c8;
}

#sidebar li.widget li:last-child:after{
	content: none;
}

#sidebar li.widget > h4{
	font-family: 'brandon', sans-serif;
	font-size: 45px ;
	color: #818285;
	padding: 40px 0;
	margin-bottom: 0;
}

#sidebar li.widget a{
	font-weight: bold;
	font-family: 'brandon', sans-serif;
}

#sidebar li.widget span.post-date{
	font-weight: bold;
	font-family: 'brandon', sans-serif;
	color: #00aeef;
	text-transform: uppercase;
}

#sidebar li.widget > h4:after{
	content: "";
	display: block;
	height: 2px;
	width: 60px;
	background: #818285;
}

.home_ctas .vce-row-content .vce-col-inner,
.home_ctas .vce-row-content .vce-col-inner div { display: flex; width: 100% }
.home_ctas span.vce { margin-bottom: 0px; width: 100% }
.home_ctas span.vce > a { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.2em !important; visibility: inherit !important }
.home_actus { width: calc( 100% + 3.2rem );  max-width: calc( 100% + 2.1rem ) !important; margin-left: 0rem; }
.home_actus .vce-posts-grid-item { padding: 0 2rem 0 0 !important; }
.home_actus h3 { line-height: 1.2em !important }
.vce-news-grid-container.vce-posts-grid-container .vce-post-description--title { word-break: inherit !important }
.vce-side-grid-container.vce-posts-grid-container .vce-post-description--image-alignment-left { flex-direction: column !important }
.vce-side-grid-container.vce-posts-grid-container .vce-post-description--image { width: 100% !important; padding-bottom: 60% !important }
.vce-news-grid-container.vce-posts-grid-container .vce-post-description--content { padding: 0 !important; flex: 0 0 auto !important }


/*==============================
=            FOOTER            =
==============================*/

#footer{
	text-align: left !important;
	font-size: 13px !important;
}

#footer ul, #footer ul li {
	list-style: none;
}
#footer a {
	padding: 0 0.5rem 0 0.4rem
}

@media all and (-ms-high-contrast:none) {
	.vce-news-grid-container.vce-posts-grid-container .vce-posts-grid-item { flex: 0 0 30.5% !important }
}

@media(min-width: 768px){
	
	
	#footer ul li{
		display: inline-block;
	}

	#footer ul li:after{
		content: " | ";
	}

	#footer ul li:last-child:after{
		content: none;
	}
}

#footer ul li a:hover{
	color: #00aeef !important;
}

#footer .textwidget{
	text-align: left !important;
	width: auto !important;
	float: left;
	height: auto !important;
}

#footer .facebook{
	display: inline-block;
	width: 36px;
	height: 35px;
	background: url(img/facebook.png) no-repeat;
	position: relative;
	top: 10px;
	margin-left: 10px;
	transition: background 0.2s;
}

#footer .facebook:hover{
	background: url(img/facebook-hover.png) no-repeat;
}

.byND{
	float: right;
}

#footer ul{
	list-style: none;
}

@media(max-width: 767px){
	.byND{
		float: none;
		display: block;
		text-align: center;
		margin-top: 15px;
	}

	#footer .facebook{
		top: 0px;
	}

	#footer .textwidget{
		text-align: center !important;
	}

	#footer ul{
		position: relative;
	}

	#footer li {
		display: block;
		text-align: left;
		width: 100%;
		margin-top: 10px;
		margin-right: 10px;
		padding-left: 10px;
	}

	#footer li:last-of-type{
		position: absolute;
		top: 50%;
		margin: 0;
		margin: -17px;
		right: 30px;
		width: auto;
	}

	#footer li:last-of-type a{
		margin: 0;
	}

	#footer .textwidget{
		float: none;
	}
}

/* Scroll top */

#to-top-button{
	border: none !important;
	background: #00aeef !important;
}

/*===============================
=            Sitemap            =
===============================*/

.sitemap-menu ul{
	list-style: none;
	text-align: center;
	font-family: 'Brandon', sans-serif;
}

.sitemap-menu ul a{
	color: #00aeef;
}

.sitemap-menu > ul > li{
	margin-bottom: 20px;
}

.sitemap-menu > ul > li > a{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.sitemap-menu ul li ul a{
	font-size: 18px;
}

.cookie-notice-container{
	font-family: 'Brandon', sans-serif;
	font-size: 13px;
}