/*!
Theme Name: Valtus
Theme URI: https://them.es/starter
Author: Studio Vitamine
Author URI: https://www.studiovitamine.com
Description: Theme valtus
Version: 3.4
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: valtus
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */
#wpadminbar .quicklinks li .blavatar img{
	height: 16px;
	width: 16px;
	margin: 0 8px 2px -2px;
}
/* Sélecteur de langues */
.lang-toggle-button {
	position: fixed;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 16px;
	z-index: 999;
	cursor: pointer;
}

.lang-sidebar {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: white;
	border-left: 1px solid #ccc;
	transition: right 0.3s ease;
	z-index: 998;
	box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
}

.lang-sidebar.open {
	right: 0;
}

.lang-sidebar-inner {
	padding: 35px 0;
	padding-top: 10px;
}

.lang-close {
	background: none;
	border: none;
	font-size: 30px;
	float: right;
	cursor: pointer;
	padding-right: 35px;
}

.lang-list {
	list-style: none;
	padding: 0;
	margin-top: 50px;
	padding-top: 15px;
	border-top: var(--dark-blue) 1px solid;max-height: 90vh;
	overflow-y: scroll;
}

.lang-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	text-align: right;
	padding-bottom: 15px;
	border-bottom: #ccc 2px solid;
	padding-left: 35px;
	padding-right: 35px;
}


.lang-item a,
.lang-item .lang-link-current {
	display: block;
	width: 100%;
	color: #2f3d51;
}

.lang-item a:hover {
	text-decoration: underline;
}

.lang-item .lang-link-current {
	cursor: default;
}

.lang-item-current {
	font-weight: bold;
}

.lang-name-current {
	font-weight: bold;
}
.spin180 {
	transform: rotate(180deg);
	font-size: 12px;
	margin-left: 5px;
}

.lang-flag-custom {
	height: 20px;
	width: auto;
	margin-left: 10px;
	border: 1px solid #000;
}

.btnContainerLang.lang-toggle-button {
	position: fixed;
	right: 0;
	top: 30px;
	z-index: 800;
}

.btnContainerLang.lang-toggle-button span {
	display: inline-block;
	background-color: #fff;
	padding-left: 60px;
	position: relative;
	height: 60px;
	max-width: 0px;
	opacity: 0;
	transition: 0.3s ease all;
	color: #2f3d51;
	line-height: 60px;
	max-height: 60px;
	overflow: hidden;
}

.btnContainerLang.lang-toggle-button:hover span {
	width: auto;
	opacity: 1;
	max-width: 300px;
	transition: 0.3s ease all;
	padding-right: 15px;
}

.btnContainerLang.lang-toggle-button .fixedBtn {
	text-align: right;
	margin-bottom: 0px;
}

.btnContainerLang.lang-toggle-button .fixedBtn:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	background: #fff url(/wp-content/themes/valtus/assets/img/globe.png) center center no-repeat;
	z-index: 2;
	background-size: 30px;
	height: 60px;
}

.btnContainer{
	position: fixed;
	right: 0;
	top:50%;
	z-index: 800;
}
.btnContainer a{
	display: inline-block;
	background-color: #0C5060;
	padding-left: 80px;
	position: relative;
	height: 70px;
}


a.envelop{

}
a.envelop:before{
	content: " ";
	position: absolute;
	top:5px;
	bottom: 5px;
	left: 23px;
	width: 40px;
	background: #0C5060 url("/wp-content/themes/valtus/assets/img/envelop.png") center left no-repeat;
	background-size: contain;

}

a.phone{

}
a.phone:before{
	content: " ";
	position: absolute;
	top:5px;
	bottom: 5px;
	left: 23px;
	width: 40px;
	background: #0C5060 url("/wp-content/themes/valtus/assets/img/phoneW.png") center left no-repeat;
	background-size: contain;

}

.btnContainer .fixedBtn{
	text-align: right;
	margin-bottom: 10px;
}

.btnContainer a span{
	max-width: 0px;
	opacity:0;
	display: inline-block;
	transition: 0.3s ease all;
	color:#fff;
	line-height: 70px;
	max-height: 70px;
	overflow: hidden;
}
.btnContainer a:hover span{
	width: auto;
	opacity:1;
	max-width: 150px;
	transition: 0.3s ease all;
	padding-right: 15px;
}
/* From http://codex.wordpress.org/CSS */
.grecaptcha-badge { visibility: hidden; }
img{
	max-width: 100%;
	height:auto;
}
.news-slider .slick-list{
box-shadow: 0px 0px 5px 1px #ececec;
}
#main h2,
#main .h2,
#main h3,
#main .h3{
	font-weight: normal;
	text-transform: uppercase;
}
.home #main h2,
.home #main .h2,
.home #main h3,
.home #main .h3{
	font-weight: normal;
	text-transform: normal;
}
body footer a{
	color:#fff;
}
.noshad{
box-shadow:none!important;
}
.sl{
	box-shadow: -18px 22px 21px -25px #ccc;
}

.slb{
box-shadow: -18px 22px 21px -25px #ccc;
}
html {

	overflow-x: hidden;
	max-width: 100vw;
}
html body{
	color:var(--dark-blue);
	overflow-x: hidden;
	max-width: 100vw;
}
.internalMenu ul {
	margin: 0;
	padding: 0;
}
.ml-auto{margin-left: auto}
body .row {

	margin-left: -15px;
	margin-right: -15px;
}
.redHalf
{
	position: relative;
}
.redHalf .vc_column-inner
{
	position: relative;
	z-index: 2;
}
.redHalf:before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 100vw;
	background: #fdfaf5;
	z-index: 1;
}


.redHalf.rightPos:before{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 100vw;
	background: #fdfaf5;
	z-index: 1;
}
body .container,body  .container-fluid,body  .container-lg,body  .container-md,body  .container-sm,body  .container-xl,body  .container-xxl {

	padding-left: 15px;
	padding-right: 15px;
}
body .row>* {

	padding-left: 15px;
	padding-right: 15px;
}
body .h1,body .h2,body .h3,body .h4,body .h5,body .h6,body h1,body h2,body h3,body h4,body h5,body h6{
	font-weight: 300;
}

:root{
	--dark-blue: #222f42;
	--inter-blue: #8cbed2;
	--light-blue: #4196B4;
	--dark-red: #9b2841;
	--inter-red: #9b2841;
	--light-red: #e65160;
}
body a {
	color: var(--light-blue);
	text-decoration: none;
}
.redSlash{

}
.redSlash h3,
.redSlash h3 a,
.redSlash h2 a,
.redSlash h2{
color:var(--dark-blue);
}

.redSlash h3:before,
.redSlash h2:before{
	content: " ";
	display: inline-block;
	width: 5px;
	background: #e65160;
	height: 24px;
	transform: skewX(-20deg);
	margin-right: 20px;

}
.bigredSlash h2:before{
	content: " ";
	display: inline-block;
	width: 3px;
	background: #e65160;
	height: 45px;
	transform: skewX(-20deg);
	margin-right: 20px;

}
.news-block,
.temoignage-block{
	padding: 60px 0;
}
.bigredSlash h2{
	font-size: 60px;

}
.darkredSlash h2,.darkredSlash h3{
	text-align: left!important;
}
.darkredSlash h3:before,
.darkredSlash h2:before{
	content: " ";
	display: inline-block;
	width: 5px;
	background: var(--dark-red);
	height: 24px;
	transform: skewX(-20deg) translateY(-50%);
	margin-right: 20px;
	position: absolute;
	left: 90px;
	top: 50%;
}
.vaBack h2:after{
	content: " ";
	display: inline-block;
	width: 85px;
	background: url("/wp-content/uploads/2024/11/VV.png") no-repeat center center;
	background-size: auto;
	height: 60px;
	margin-right: 20px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.vaBack h2{
	text-align: center;
	display: inline-block;
	width: auto;
	position: relative;
	padding-left: 115px;
}
.vaBack .wpb_wrapper{
	text-align: center;

}

.blueSlash{

}
.blueSlash h2{

}
.blueSlash h3:before,
.blueSlash h2:before{
	content: " ";
	display: inline-block;
	width: 5px;
	background: #4196b4;
	height: 24px;
	transform: skewX(-20deg);
	margin-right: 20px;
}
body a:hover {
	color: var(--dark-blue);
	text-decoration: none;
}
body footer a:hover {
	color: #fff;
	text-decoration: underline;
}


.vtb h2{
padding: 60px 0;
}
.vtb p{
padding: 60px 0;
	text-align: center;
}
.vtb h2:before{
	content: "";
	display:inline-block;
	position: absolute;
	top:26px;
	left: 50%;
	transform: translateX(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/precedentV.png") no-repeat center center;
	background-size: contain;
}
.vtb h2:after{
	content: "";
	display:block;
	position: absolute;
	bottom:43px;
	left: 50%;
	transform: translateX(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/suivantA.png") no-repeat center center;
	background-size: contain;
}.vtb p:before{
	content: "";
	display:inline-block;
	position: absolute;
	top:46px;
	left: 50%;
	transform: translateX(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/precedentV.png") no-repeat center center;
	background-size: contain;
}
.vtb p:after{
	content: "";
	display:block;
	position: absolute;
	bottom:43px;
	left: 50%;
	transform: translateX(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/suivantA.png") no-repeat center center;
	background-size: contain;
}

.backRed.vtb p:before{

	top:66px;

}
.backRed.vtb p:after{

	bottom:63px;

}
.blue{
	background-color: var(--dark-blue)!important;
}
.lblue{
	background-color: var(--light-blue)!important;
}
.red{
	background-color: var(--dark-red)!important;
}
.vc_row-o-equal-height .wpb_wrapper,
.vc_row-o-equal-height .wpb_wrapper .red{
height:100%;
}
.vc_row-o-equal-height .wpb_wrapper .red{
margin: 0;
}
.lred{
	background-color: var(--light-red)!important;
}
.backredred > .vc_column-inner{
	background-color: var(--dark-red)!important;
}
.backredlred > .vc_column-inner{
	background-color: var(--light-red)!important;
}
.backredred > .vc_column-inner > .wpb_wrapper{
	padding: 30px;
}
.backredlred > .vc_column-inner > .wpb_wrapper{
	padding: 30px;
}
.lred *,.red *,.backredred * , .backredlred *{
	color: #fff;
}
.white{
	background-color: #fff!important;
}
.center{

	text-align: center!important;
}
.fullW{
	width: 100vw;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
.ctacat.vc_btn3.transparent{
	color:var(--dark-blue)!important;
	border-color:var(--dark-blue)!important;
	margin: 5px;
}
.ctacat.vc_btn3.transparent:hover,
.ctacat.vc_btn3.transparent.active{
	border-color:#b8d6c6!important;
	color:var(--dark-blue)!important;
	background-color: #b8d6c6!important;
}
.btnCat{
	padding-top: 60px;
}
#Topbutton {
	display: inline-block;
	background-color: var(--light-red);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#Topbutton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#Topbutton:hover {
	cursor: pointer;
	background-color: #333;
}
#Topbutton:active {
	background-color: #555;
}
#Topbutton.show {
	opacity: 1;
	visibility: visible;
}
body .h3,body h3 {
	font-size: 1.4rem;
}
/*Articles*/
h3.card-title,
h2.card-title{
	font-size: 16px!important;
	color:var(--light-red)!important;
	margin-top:25px;
	margin-bottom:25px;
	font-weight: bold;
	text-transform: uppercase;
	height: 38px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
h3.card-title a,
h2.card-title a{
	font-size: 16px!important;
	color:var(--dark-blue)!important;
}
span.date{
	font-size: 12px;
	color:#0d5060;
	font-weight: bold;
}
span.author{
	font-size: 12px;
	color:#0d5060;
}
.mb-15{
	margin-bottom: 15px;
}
.pb-15{
	padding-bottom: 15px;
}
.metaArticle{
	border-bottom: 1px solid #0d5060;
	color:var(--light-red);
}
.descriptionListe{
	font-size: 16px;

	color:#0d5060;
}
.card {
	border: none!important;
}
#breadcrumbs{
	color: var(--dark-blue);
	max-width: 60%;
	margin: auto;
	background: rgba(255,255,255,0.7);
	padding: 20px 0 0px;
	position: relative;
}
#breadcrumbs ,
#breadcrumbs p,
#breadcrumbs .breadcrumb_last,
#breadcrumbs a{
	text-transform: none;
	color:var(--dark-blue);
	font-size:12px;
}
#breadcrumbs a{
	text-decoration: underline;
}
.social-icons {
	display: flex;
	justify-content: space-around;
	width: auto; /* ajustez cette valeur selon votre besoin */
	margin: auto;
	margin-top: 30px;max-width: 400px;
}
.redDot ul {
	list-style-type: disc; /* Style de la puce */
	list-style-position: inside; /* Position de la puce à l'intérieur du texte */
	padding-left: 20px; /* Espacement intérieur pour aligner le texte */
}

.redDot ul li {
	position: relative;
}
#main .colRed h3{
	font-weight:bold;
}
.redDot ul li::before {
	content: ''; /* Vide car on va le remplacer par une puce */
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%); /* Centrer la puce verticalement */
	width: 8px; /* Taille de la puce */
	height: 8px; /* Taille de la puce */
	background-color: #e65160; /* Couleur rouge de la puce */
	border-radius: 50%; /* Rond parfait */
}

.social-icons a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px; /* ajustez cette valeur selon votre besoin */
	height: 25px; /* ajustez cette valeur selon votre besoin */
	border-radius: 50%;
	background-color: var(--light-red);
	color: #fff; /* ou utilisez la couleur spécifique que vous souhaitez */
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a .fa {
	font-size: 15px; /* ajustez cette valeur selon votre besoin */
}

.social-icons a:hover {
	background-color: var(--dark-blue); /* ou utilisez la couleur spécifique que vous souhaitez */
	color: white;
}
/*CTA*/
a.vc_btn3 {
	display: inline-block;
	border: 1px solid;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .vc_btn3.red {
	color: var(--dark-blue)!important;
	border-color: var(--light-red)!important;
	background-color: #fff!important;
	transition: all ease 0.3s;
	font-weight: bold;

}
.invers .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .invers .vc_btn3.red {
	color: var(--light-red)!important;
	border-color: var(--light-red)!important;
	background-color: #fff!important;
	transition: all ease 0.3s;

}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern, .vc_btn3.white {
	color: var(--dark-blue) !important;
	border-color: #fff !important;
	background-color: #fff !important;
	transition: all ease 0.1s;
	font-weight: bold;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}
footer .vc_btn3.white {
	color: var(--dark-blue) !important;
	border-color: #fff !important;
	background-color: #fff !important;
	transition: all ease 0.3s;
	font-weight: bold;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}
footer .vc_btn3.white:hover {

	border-color: var(--dark-blue) !important;
	background-color: #fff !important;
	transition: all ease 0.3s;
	font-weight: bold;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
.vc_btn3.transparent {
	color:var(--dark-blue)!important;
	border-color:var(--dark-blue)!important;
	border: 1px solid;
	display: inline-block;
	background-color: transparent!important;
	transition: all ease 0.3s;
}
.vc_btn3.transparent:hover {
	color: var(--light-red)!important;
	border-color: #fff!important;
	background-color: #fff!important;
	transition: all ease 0.3s;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern, .vc_btn3.lblue {
	color: #fff!important;
	border-color: var(--light-blue)!important;
	background-color: var(--light-blue)!important;
	transition: all ease 0.3s;
	text-align:left;
}
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover, .vc_btn3.red:hover {
	color:#fff!important;
	border-color: var(--light-red)!important;
	background-color: var(--light-red)!important;
	transition: all ease 0.3s;

}
.invers .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover, .invers .vc_btn3.red:hover {
	color:#fff!important;
	border-color: var(--light-red)!important;
	background-color: var(--light-red)!important;
	transition: all ease 0.3s;

}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover, .vc_btn3.white:hover {
	border-color: var(--dark-blue)!important;
	background-color: #fff!important;
	transition: all ease 0.1s;

	box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover, .vc_btn3.lblue:hover {
	color: var(--light-blue)!important;
	border-color: var(--light-blue)!important;
	background-color: #fff!important;
	transition: all ease 0.3s;
}

.vc_btn3.vc_btn3-size-md,.vc_btn3 {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.vc_btn3.vc_btn3-shape-rounded,.vc_btn3 {
	border-radius: 0px;
}

.vc_btn3.vc_btn3-style-modern,.vc_btn3 {
	background-image: none;
	background-repeat: repeat-x;
}


body *{
	font-family: 'Montserrat', sans-serif;
}
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*headers*/


.header-entreprise{

}
.header-manager{

}
.header-home{

}
.header-default{

}
.header-sousentreprise{

}
.header-sousmanager{

}
.header-about{

}
.single .header-default .pageTitle {
	padding-top: 60px;
	padding-bottom: 110px;
}
.header-default .pageTitle{
	padding-top: 60px;
	padding-bottom: 60px;
}
.header-sousentreprise .pageTitle{
	padding-top: 200px;
	padding-bottom: 200px;
}
.header-sousmanager .pageTitle{
	padding-top: 200px;
	padding-bottom: 200px;
}
.header-about .pageTitle{
	padding-top: 200px;
	padding-bottom: 200px;
}

#header{
	background-color: #fff!important;
	padding-top: 40px;
	padding-bottom: 40px;
	transition: all 0.3s ease;
	z-index: 40;
}
#header .menu-item{
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}
#header .menu-item,
#header .menu-item a{
	font-size: 16px;
	color:var(--dark-blue);
	text-transform: uppercase;
}
#header .menu-item:hover,
#header .menu-item.current_page_item {
	font-size: 16px;
	color: #fff;

	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .menu-item:hover a{
	text-decoration: underline;
}
#header .menu-item.current_page_item a{

	font-weight: bold;
}


.headTranparent #header{
	background-color: rgba(0,0,0,0.3)!important;
}
.fullh header{
	min-height: 100vh;
	position: relative;
}
.pageTitle{
	text-align: center;
	position:relative;
}
.pageTitle img{
	max-height: 90px;
}
.page-id-27 .pageTitle h1:before,
.page-id-10 .pageTitle h1:before,
.page-id-24793 .pageTitle h1:before,
.page-id-24791 .pageTitle h1:before,
.home .pageTitle h1:before{
	content: "";
	display:inline-block;
	position: absolute;
	left:20px;
	top: 50%;
	transform: translateY(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/precedentV.png") no-repeat center center;
	background-size: contain;
}
.page-id-27 .pageTitle h1:after,
.page-id-10 .pageTitle h1:after,
.page-id-24793 .pageTitle h1:after,
.page-id-24791 .pageTitle h1:after,
.home .pageTitle h1:after{
	content: "";
	display:inline-block;
	position: absolute;
	right:20px;
	top: 50%;
	transform: translateY(-50%);
	height: 23px;
	width: 22px;
	background: url("/wp-content/themes/valtus/assets/img/suivantA.png") no-repeat center center;
	background-size: contain;
}
.page-id-27 .pageTitle h1:before,
.page-id-10 .pageTitle h1:before,
.page-id-24793 .pageTitle h1:before,
.page-id-24791 .pageTitle h1:before{

	transform: translateY(-90%);
}
.page-id-27 .pageTitle h1:after,
.page-id-10 .pageTitle h1:after,
.page-id-24793 .pageTitle h1:after,
.page-id-24791 .pageTitle h1:after{
	transform: translateY(-90%);
}
.backRed{
	background: #fdfaf5;
	padding: 20px 35px;
	box-shadow: 10px 10px 10px #ddd;
}
.pageTitle h1{
	color: var(--dark-blue);
	max-width: 60%;
	margin: auto;
	background: rgba(255,255,255,0.7);
	padding: 0px 60px 20px 60px;
	position: relative;
	text-transform: uppercase;
}
.home .pageTitle h1{
	color: var(--dark-blue);
	max-width: 60%;
	margin: auto;
	background: rgba(255,255,255,0.7);
	padding: 20px 60px;
	position: relative;
	text-transform: none;
}
.headTranparent .pageTitle{

}



.offsetTop #main {
	margin-top: -30vh;
	z-index: 5;
	background: #fff;
	position: relative;
	min-height: 30vh;
}
.fullh  .pageTitle{
	position: absolute;
	top: calc(35vh);
	left: 0;
	right: 0;
}
.header-home  .pageTitle{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.header-home  .pageTitle{

}
.header-home  .pageTitle img{
	margin-bottom: 40px;
}
.header-home  .pageTitle h1{
	margin-bottom: 100px;
}
.header-home  .pageTitle .ctaHome a{
	-webkit-box-shadow: 12px 13px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 12px 13px 25px 0px rgba(0,0,0,0.5);
	margin: 0 25px;
	margin-bottom: 25px;
}
.header-home  .pageTitle .ctaHome a.ctamanager:hover{
	color: var(--dark-blue)!important;
	border-color: var(--dark-blue)!important;
	background-color: #fff !important;
	transition: all ease 0.3s;
}
.header-home  .pageTitle .ctaHome a.ctaentreprise:hover{
	color: var(--dark-blue)!important;
	border-color: var(--dark-red)!important;
	background-color: #fff !important;
	transition: all ease 0.3s;
}

.headTranparent #header .menu-item a{
	color:#fff;
}
.menuSticky .headTranparent #header .menu-item a{
	color:var(--dark-blue);
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 6px;
	line-height: 1;
}
.wpml-ls-current-language{
	font-weight: bold;
}
.langSwitcher{

}
.headTranparent .langSwitcher{

}
.langSwitcher a{

	color: var(--dark-blue);
}
.headTranparent .langSwitcher a{

	color: #fff;
}
.menuSticky .headTranparent .langSwitcher a{

	color: var(--dark-blue);
}
.wpml-ls-item {
	position:relative;
}

.wpml-ls-item::after {
	content: "/";
	position: absolute !important;
	right: -3px !important;
	top: 4px;
	color: var(--dark-blue);
	font-size: 16px;
}
.headTranparent .wpml-ls-item::after {
	content: "/";
	position: absolute !important;
	right: -3px !important;
	top: 4px;
	color: #fff;
	font-size: 16px;
}
.menuSticky .headTranparent .wpml-ls-item::after {
	color: var(--dark-blue);
}

.wpml-ls-item + .wpml-ls-item::after {
	content: '';
}

/*BURGER*/

.hamburger {
	padding: 0px 15px;
	display: inline-block;
	cursor: pointer;
	background-color: var(--light-red);
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;height: 46px;
	border: 0px solid #fff;
	margin-top: 1px;
	margin-left: 15px;z-index: 40; }
.hamburger:hover {
	opacity: 1; }
.hamburger.is-active:hover {
	opacity: 1; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff }

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; }
.hamburger-inner::before {
	top: -10px; }
.hamburger-inner::after {
	bottom: -10px; }

.hamburger--spring .hamburger-inner {
	top: 13px;
	transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger{
	display: none;
}

#navbar{
	display: flex;
}

.menuSticky #header{
	background-color: #fff!important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 25;
	transition: all 0.3s ease;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 15px;
}
.logo{
	display: block;
}
.menuSticky .logo{
	display: none;
}
.stickyLogo{
	display: none;
}
.menuSticky .stickyLogo{
	display: block;
}

.internalMenu{
	position: relative;
	top: -51px;
	margin: auto;
	width: 100%;
}
.internalMenu ul{
	margin: 0;
	display: flex;

}
.internalMenu li{
	list-style: none;

}
.internalMenu li a{
	background-color: rgba(255,255,255,0.7);
	color: var(--dark-blue);
	font-size: 14px;
	display: block;
	padding: 15px 25px;
	text-transform: uppercase;
	margin: 0 2px;
	transition: ease all 0.3s;
	border: 0px solid var(--dark-blue);
}
.internalMenu li a:hover,
.internalMenu li.current-menu-item a{
	background-color: #fff;
	color:var(--dark-blue);
	transition: ease all 0.3s;

}
body #main {
	margin-top: 0;
	position: relative;
}

.text-left{

	text-align: left!important;
}
.text-center{

	text-align: center!important;
}
.text-right{
	text-align: right!important;
}
/*Contact*/
input.wpcf7-form-control, .mc4wp-form-fields input {
	line-height: 50px;
	background:#F2F4F7 ;
	border: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
input.wpcf7-form-control.wpcf7-file {
	line-height: 1;
	background:none ;
	border: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.mc4wp-form-fields select {
color:var(--dark-blue);
	height:50px;
	line-height: 50px;
	background:#F2F4F7 ;
	border: 0px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
input.wpcf7-submit,.mc4wp-form-fields input[type=submit] {
margin: auto;
	width: auto;
	border:1px solid var(--dark-blue);
	line-height: 1;
}
.wpcf7-form p{
	margin-bottom: 1rem!important;
}
textarea.wpcf7-form-control {
	line-height: 25px;
	background:#fff ;
	border:1px solid var(--dark-blue);
	padding-left: 15px;
	padding-right: 15px;

	width: 100%;
}
.wpcf7-list-item label{
	display: flex;
	flex-direction: column;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--dark-blue);
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--dark-blue);
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--dark-blue);
}
.focusenabled input:focus, .focusenabled textarea:focus {
	outline: solid var(--dark-blue);
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.dflexContact p{
	display: flex;
	flex-direction: column;
}
/*Footer*/
#surFooter {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;border-top: 1px solid var(--dark-blue);

}
#surFooter *{
	color:var(--dark-blue);

}
#surFooter .h2{
	margin-bottom:15px;

}
footer{
	background-color: var(--dark-blue)!important;
	background-size: cover;
	padding-top: 60px ;
	padding-bottom: 60px ;

}
#footer p{ color: #fff;}
.phoneFooter{
	background: url("/wp-content/themes/valtus/assets/img/pictoTel.png") 7px center no-repeat;
	background-size: auto 35px;
	min-height: 35px;
	line-height: 35px;
	display: block;
	align-items: center;
	padding-left: 50px;
	color: #fff;
	margin: auto;

	margin-bottom:30px;
}

.addrFooter{
	background:url("/wp-content/themes/valtus/assets/img/pictoMap.png") center left no-repeat;
	background-size: auto 35px;
	min-height: 35px;
	display: block;
	align-items: center;
	padding-left: 50px;
	color: #fff;
	background-position: 6px top;
	margin: auto;
}
.noback.addrFooter{
	background:none;
	background-size: auto 35px;
	min-height: 35px;
	display: block;
	align-items: center;
	padding-left: 50px;
	color: #fff;
	margin: auto;
}
footer .text-center img{
	margin-bottom: 25px;
	max-width:100%;
}
footer .text-center a.white{
	margin-bottom: 50px;
}
footer .text-center .social-icons {
	display: flex;
	align-items: center;
	justify-content: center
}
footer .text-center .social-icons a{

	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #fff;
	color:var(--dark-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #fff;
	margin: 0 15px;
}
footer .text-center .social-icons a:hover{

	background: transparent;
	color:#fff;
}
footer .text-right * {

	color:#fff;
}
footer .text-right a {

	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}



/*Contenus */
.biseauBleu{
	background: #f1f6f9;
	display: flex;
	overflow: hidden;
}
.biseauBlanc{
	background: #fff;
	display: flex;
	overflow: hidden;
}
.biseauRed{
	background: #fdfaf5;
	display: flex;
	overflow: hidden;
}
.biseauBleu .content,
.biseauBlanc .content,
.biseauRed .content{
	display: flex;
	align-items: center;
	margin: auto;
	color:#222f42;
	z-index: 5;
	padding-top: 35px;

}
.biseauBleu .content h2,
.biseauBlanc .content h2,
.biseauRed .content h2{
	font-weight: bold;
	margin-bottom: 30px;
}
.biseauBlanc .content .vc_column-inner,
.biseauBleu .content .vc_column-inner,
.biseauRed .content .vc_column-inner{

	max-width: 75%;
	margin: auto;
}


.biseauBlanc  .wpb_single_image.wpb_content_element ,
.biseauRed  .wpb_single_image.wpb_content_element ,
.biseauBleu  .wpb_single_image.wpb_content_element {
	margin-bottom: 0px;
}

.biseauBlanc  .wpb_single_image.wpb_content_element img,
.biseauRed  .wpb_single_image.wpb_content_element img,
.biseauBleu  .wpb_single_image.wpb_content_element img{
	opacity: 0;
}



.imgcol .vc_column-inner{
	background-size: cover;
	background-position: center center;
}
.gradient{
	background: #f1f6f9;
	padding-top:65px;
	padding-bottom:65px;
}
.gradientInverse{
	background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(218,234,240,1) 100%);
	padding-top:65px;
	padding-bottom:65px;
}
.gradient.vertical{
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(218,234,240,1) 100%);
	padding-top:65px;
	padding-bottom:65px;
}

/*Slider*/
.news-slider{
	margin-bottom: 60px!important;
}
.news-slider.slick-initialized .slick-slide {
	display: flex;
}
.news-slider .slide .image{
	width: 66%;
	padding-right: 0px;
}
.news-slider .slide .image{

}
.news-slider .slide .content{
	width: 34%;
	padding-left: 30px;
	padding-right: 30px;
	color:var(--dark-blue);
	padding-top:45px;
	background: #fff;
}
.news-slider .slide .content a{
	margin-top:30px
}
.news-slider .slide .content a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern{
	color: var(--dark-blue) !important;
	border-color: #b8d6c6 !important;
	background-color: #b8d6c6 !important;
	transition: all ease 0.3s;
	font-weight: normal;
	text-transform: uppercase;
}
.news-slider .slide .content a.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{
	color: var(--dark-blue) !important;
	border-color: #b8d6c6 !important;
	background-color: #fff !important;
	transition: all ease 0.3s;

}
.news-slider .slide .content h3{
	color:var(--dark-blue);
	font-weight: bold;
	margin-bottom: 30px;
}
.slick-prev::before, .slick-next::before {
	font-family: 'slick';

	line-height: 1;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 45px;
	color: var(--light-red);
}

.slick-prev, .slick-next{
	height: 25px;
	width: 25px;
	z-index: 8;
}
.slick-prev{
	left: -55px;
}
.slick-next{
	right: -55px;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: var(--dark-blue);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #b8d6c6;
}
.temoignages-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--dark-red);
}
.temoignages-slider{
	max-width: 60%;
	margin: auto;
}
.slick-dots {
	bottom: -40px;
}

.separator{
	width: 1px;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}
.temoignageContent{
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color:var(--dark-blue);
	max-width: 100%;
	margin: auto;
}
.temoignageMeta{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color:var(--dark-blue);
	margin-top: 45px;
}
.slick-dotted.slick-slider.temoignages-slider{
	margin-bottom: 60px;
}
#pole-filter{
	margin-top: 10px;
	margin-bottom: 60px;
	text-align: center;
}

#pole-filter .filter-btn{
	margin: 5px;
	padding: 5px 10px;
}
#pole-filter .filter-btn.active{
	color: var(--light-red) !important;
	border-color: #fff !important;
	background-color: #fff !important;
	transition: all ease 0.3s;
}
.collaborateur{

	margin-bottom: 25px;

}
.collaborateurContainer{
	background: #fff;
	text-align: center;

	box-shadow: 0px 12px 29px 1px rgba(0,0,0,0.21);

}
.collaborateur.odd a picture{
order: 0;

}
.collaborateur.even a picture{
order: 2;

}
.collaborateur.odd a > img{
order: 0;

}
.collaborateur.even a > img{
order: 2;

}
.collaborateur.odd a h2{
	order: 1;

}
.collaborateur.even a h2{
	order: 0;

}
.collaborateur.odd a p{
order: 2;

}
.collaborateur.even a p{
order: 1;

}

.collaborateurContainer a{
	display: flex;
	flex-direction: column;

}
.collaborateur h2{
	font-size: 16px;
	position: relative;
	max-width: 80%;
	font-weight: bold!important;
	margin-left: auto;
	padding-top:25px;
	margin-right: auto;
	color: var(--dark-blue);
}
.collaborateur p{
	font-size: 16px;
	position: relative;
	max-width: 80%;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom:25px;
	margin-right: auto;
	color: var(--dark-blue);
}
.collaborateur img{
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.mfp-content .container{
	background: #fff;
	position: relative;
	display: flex;
}

.mfp-content .container .blocimage{
	max-width: 30%;
}

.mfp-content .container .blocNom{
	display: flex;
	margin-bottom: 0px;
}

.mfp-content .container .blocNom a{
	display: inline-block;
	height: 25px;
	width: 25px;
}

.mfp-content .container .blocContact{
	display: flex;
	margin-bottom: 40px;
}

.mfp-content .container .blocContact .mail{
	padding-left: 30px;
	margin-right: 30px;
	font-weight: bold;
	background: url("/wp-content/themes/valtus/assets/img/enveloppe.png") center left no-repeat;
}
.mfp-content .container .blocContact .tel a{
	padding-left: 25px;
	font-weight: bold;
	color: var(--dark-blue);
	background: url("/wp-content/themes/valtus/assets/img/phone.png") center left no-repeat;
}
.mfp-content .container .blocContact .tel a:hover{

	color: var(--dark-red);
}
.mfp-content .container .blocPoste{
	display: flex;
	font-size: 28px;
	color: var(--light-red);

	align-items: center;
	margin-bottom: 20px;
}

.mfp-content .container .blocPoste .mail{
	margin-right: 5px;
	font-size: 28px;
	text-transform: uppercase;

	color: var(--dark-blue);
}

.mfp-content .container .blocPoste .tel{
	margin-left: 5px;
	font-size: 28px;
	text-transform: uppercase;
	color: var(--dark-blue);
}
.mfp-content .container .blocContentContainer{
	padding-left: 30px;
	max-width:70%;
}
.mfp-content h2{
	font-size: 28px;
	color: var(--dark-blue);
	font-weight: 400;
	margin-right: 15px;
	line-height: 25px;
}
.mfp-content .blocNom i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: var(--light-red);
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 12px;
	border: 1px solid var(--light-red);
	transition: all 0.3s ease;
}

.mfp-content .blocNom a:hover i{

	transition: all 0.3s ease;
	background: #fff;
	color:var(--light-red);

}
.mfp-content p{
	font-size: 16px;
	color: var(--dark-blue);
}
.mfp-content img{
	max-width: 100%;
}
.mfp-bg{
	background: #ddd!important;
	opacity: 0.9!important;
}


.backmap{
	background: transparent url("/wp-content/themes/valtus/assets/img/backmap.png") center right no-repeat;
	background-size: contain;
	padding-top: 80px;
	padding-bottom: 80px;
}
.biseauBlue{
	background: var(--dark-blue) url("/wp-content/themes/valtus/assets/img/backblue.png") center right no-repeat;
	background-size: contain;
	padding-top: 80px;
	padding-bottom: 80px;
}
.biseauBlue h2, .blue h2{
	color:#fff;
}
.biseauBlue p,.blue p{
	color:#fff;
}
.chiffrecle{

}
.chiffrecle b,
.chiffrecle strong{
	color:var(--dark-blue);
	font-size: 36px;
}
.vc_separator.lightRed span{
	border-color:var(--light-red)!important;
}
.vc_separator.darkRed span{
	border-color:var(--dark-red)!important;
}

.p-60{
	padding: 60px!important;
}
.p-30{
	padding: 30px!important;
}
.ptb-30{
	padding-top:30px!important;
	padding-bottom:30px!important;
}
.ptb-60{
	padding-top:60px!important;
	padding-bottom:60px!important;
}
.pt-60{
	padding-top:60px!important;
}
.pb-60{

	padding-bottom:60px!important;
}
.pb-30{

	padding-bottom:30px!important;
}
.pl-60{
	padding-left:60px!important;

}
.pr-60{

	padding-right:60px!important;
}
.vc_row[data-vc-full-width].offset-120{
	overflow: visible;
}
.vc_row[data-vc-full-width].offset-170{
	overflow: visible;
}
.vc_row[data-vc-full-width].offset-120 > .wpb_column{
	margin-top:-120px;
	padding-top: 0!important;
	margin-bottom: 60px;
}

.vc_row[data-vc-full-width].offset-170 > .wpb_column{
	margin-top:-250px;
	padding-top: 0!important;
}
.offset-120,.offset-170 {

	padding-top: 0!important;
}
.post-thumbnail.offset-200  {
	margin-top:-200px;
}
.post-thumbnail{
	position: relative;
}
.thumbDate{
	position: absolute;
	bottom: 32px;
	left: 0px;
	color:var(--dark-blue);
	padding:  0 10px ;
	line-height:32px ;
	background: #fff;
}
.thumbauthor{
	position: absolute;
	bottom: 0px;
	left: 0px;	color:var(--dark-blue);
	line-height:32px ;
	padding: 0 10px ;
	background: #faf8f6;
}
.related{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #eeece9;
}
.related h2{

	padding-bottom: 30px;
}
.related .card{

	background-color: transparent!important;
}
.single .wpb-content-wrapper{
	padding-top:60px;
}
.backBordeaux{
	background: transparent url("/wp-content/themes/valtus/assets/img/backBordeaux.png") center center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.backBordeaux p,
.backBordeaux h2{
	color:#fff;
}
.backBlue{
	background: transparent url("/wp-content/themes/valtus/assets/img/backblueWild.png") center center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.backBluePlain  p,
.backBluePlain  h2,
.backBlue p,
.backBlue h2{
	color:#fff;
}
.listyle{

}
.listyle ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
}

.listyle ul li{
	padding-right: 40px;
	padding-left: 25px;
	line-height: 28px;
	background: url("/wp-content/themes/valtus/assets/img/puce.png") 8px center no-repeat;
	margin-bottom: 15px;
	flex-grow: 0;
	flex-shrink: 1;
	display: inline-block;
	margin-right: auto;
	transition: 0.3s ease all;

}
.listyle ul li:hover{
transition: 0.3s ease all;
	background: #fff url("/wp-content/themes/valtus/assets/img/puce.png") 8px center no-repeat;


}
.biseauBleu .listyle ul li{

	background: url("/wp-content/themes/valtus/assets/img/puceb.png") 8px center no-repeat;


}
.biseauBleu .listyle ul li:hover{

	background: #fff url("/wp-content/themes/valtus/assets/img/puceb.png") 8px center no-repeat;


}
.backBlue  ul li::before {
	content: "\2022";
	color: var(--light-red);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}
.backBlue  ul li{

	list-style: none;
	color:#fff;
}
.listyle ul li *{

	color: var(--dark-blue);

}
.listyle ul li:hover *{
	color:var(--light-blue);

}
.cwhite{
	color:#fff!important
}
.blueCol *,
.colBlue *{
	color:#fff;
}
.blueCol > .wpb_column > .vc_column-inner > .wpb_wrapper,
.colBlue > .wpb_column > .vc_column-inner > .wpb_wrapper{
	background: #f1f6f9;
	padding: 30px;
}
.blueCol b,
.blueCol strong{
	font-size: 60px;
	color:var(--light-blue);
	font-weight: bold;
}
.colBlue > .wpb_column > .vc_column-inner > .wpb_wrapper, .colBlue  > .vc_column-inner > .wpb_wrapper, .colBlue  > .wpb_column > .vc_column-inner{
	background: var(--light-blue);
	padding: 30px;
}
.colBlue.dark > .wpb_column > .vc_column-inner > .wpb_wrapper, .colBlue.dark  > .vc_column-inner > .wpb_wrapper, .colBlue.dark  > .wpb_column > .vc_column-inner{
	background: #f1f6f9;
	padding: 30px;
}
.colRed > .wpb_column > .vc_column-inner > .wpb_wrapper, .colRed  > .vc_column-inner > .wpb_wrapper, .colRed  > .wpb_column > .vc_column-inner{
	background: #fff;
	padding: 15px;
}

.colRed.dark > .wpb_column > .vc_column-inner > .wpb_wrapper, .colRed.dark  > .vc_column-inner > .wpb_wrapper, .colRed.dark  > .wpb_column > .vc_column-inner{
	background: #fdfaf5;
	padding: 30px;
}

.vc_separator.red .vc_sep_holder .vc_sep_line {

	border-top: 0px solid #ebebeb;

}
.RedBlocNumber{

}
.blue.vc_row.vc_column-gap-10 > .vc_column_container{
	border-right: 1px dashed #fff;
}
.blue.vc_row.vc_column-gap-10 > .vc_column_container:last-child{
	border-right: 0px dashed #fff;
}
.bigRound{
	display: flex;
	background: #fff;
	color: var(--light-red) !important;
	left: 50%;
	position: relative;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-weight: bolder;
	transform: translate(-50%, -50%);
	margin: 0;

}

.topManager img{
	display: none;
}
body .wpb_video_wrapper{
	padding-top: inherit!important;
}
@media screen and (max-width: 1400px) {
	.hamburger{
		display: block;
	}
	.internalMenu li a:hover, .internalMenu li.current-menu-item a {
		background-color: #F2F4F7;
		color: var(--dark-blue);
		transition: ease all 0.3s;
		border: 1px solid var(--dark-blue);
	}
	#header .menu-item, #header .menu-item a {

		color: #fff;
	}
	.topManager{
		margin-left: auto;
	}
	.internalMenu li a{

		margin-bottom:  4px;
		text-align: center;background-color: #F2F4F7;
		border: 1px solid transparent;
	}
	.internalMenu ul{
		margin: 0;
		display: flex;
		flex-direction: column;

	}
	#navbar{
		visibility: hidden;
		opacity: 0;
		z-index: -10;
		position: fixed;
		bottom: -100%;
		top: 100%;
		left: 0;
		right: 0;
		height: calc(100vh - 125px);
		background: #fdfaf5;
		z-index: 25;
		transition: all ease 0.3s;
		display: flex;
		flex-direction: column;
	}
	.menu-open #navbar{
		visibility: visible;
		opacity: 1;
		z-index: 25;
		top: 125px;
		bottom:0px;
		transition: all ease 0.3s;

	}

	.menu-open .stickyLogo{
		display: block;

	}
	.menu-open .logo{
		display: none;

	}
	.menu-open .headTranparent #header {
		background-color: #fff !important;
	}
	#navbar > ul{
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		padding-top:50px;
		padding-bottom:50px;
		align-items: center;
	}
	.langSwitcher ,.langSwitcher a{
		text-align: center;
		color:var(--dark-blue)!important;
	}
	.wpml-ls-item::after {

		color:var(--dark-blue)!important;
	}
	#navbar > ul li{
		width: 90%;
		margin: auto;
		border-top: 1px solid #fff;
	}
	#navbar > ul .menu-item:hover,  #navbar > ul .menu-item.current_page_item {

		color: var(--dark-blue);

		background-color: transparent;

	}
	#navbar > ul .menu-item:hover a,  #navbar > ul .menu-item.current_page_item a {

		color: var(--dark-blue);

	}
	#navbar > ul li a{
		display: block;
		color: var(--dark-blue)!important;
	}
	.menu-open{
		overflow-y: hidden;
	}

}

@media screen and (max-width: 1200px) {
	#header > .container{
		padding-right: 70px;
	}
}
@media screen and (max-width: 1200px) {

	.biseauBleu  .vc_single_image-wrapper::before {

		transform: skew(-18deg);
	}
	.biseauBleu  .vc_single_image-wrapper::after {


		transform: skew(-18deg);

	}
	.biseauRed  .vc_single_image-wrapper::before {


		transform: skew(-18deg);
	}
	.biseauRed  .vc_single_image-wrapper::after {



		transform: skew(-18deg);


	}
	.biseauBleu.left  .vc_single_image-wrapper::before {


		transform: skew(-18deg);

	}
	.biseauBleu.left  .vc_single_image-wrapper::after {


		transform: skew(-18deg);


	}
	.biseauRed.right  .vc_single_image-wrapper::before {



		transform: skew(-18deg);
	}
	.biseauRed.right  .vc_single_image-wrapper::after {



		transform: skew(-18deg);


	}
	.news-slider .slide .content {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		color: var(--dark-blue);
		padding-top: 45px;
		background: #fff;
	}
	.news-slider .slide .image {
		width: 100%;
		padding-right: 0px;
	}
	.news-slider.slick-initialized .slick-slide {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 992px) {
	.vc_row-fluid.biseauBleu{
		flex-wrap: wrap;
	}
	.btnContainer {
		position: fixed;
		top: inherit;
		z-index: 800;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;    background-color: #0c5060;
	}
	.btnContainer a {
		display: inline-block;
		background-color: #0C5060;
		padding-left: 80px;
		position: relative;
		height: 50px;
	}
	a.phone::before {
		width: 30px;
	}
	a.envelop::before {
		width: 30px;
	}
	.btnContainer a span {
		max-width: 100%;
		opacity: 1;
		display: inline-block;
		transition: 0.3s ease all;
		color: #fff;
		line-height: 50px;
		max-height: 50px;
		overflow: hidden;
		padding-right: 15px;
	}
	.btnContainer .fixedBtn {
		text-align: right;
		margin-bottom: 0px;    display: flex;
	}
	.redHalf::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: inherit;
		width: 200vw;
		background:
				#fdfaf5;
		z-index: 1;
		left: -100%;
	}
	.mfp-content .container .blocimage{
		max-width: 40%;
		display: none;
	}
	.mfp-content .container .blocContentContainer{
		width:100%;
		max-width:100%;
	}
	.mfp-content .container .blocNom{

		margin-bottom: 0px;
	}

	.mfp-content .container .blocContact{
		flex-direction: column;
		margin-bottom: 40px;
	}

	.mfp-content .container .blocContact .mail{
		padding-left: 30px;
		margin-right: 30px;
	}
	.mfp-content .container .blocContact .tel{
		padding-left: 30px;
	}
	.mfp-content .container .blocPoste{

		font-size: 20px;

		margin-bottom: 16px;
	}

	.mfp-content .container .blocPoste .mail{
		margin-right: 5px;
		font-size: 16px;
	}

	.mfp-content .container .blocPoste .tel{
		margin-left: 5px;
		font-size: 16px;
	}
	.mfp-content .container .blocContentContainer{
		padding-left: 30px;
	}
	.mfp-content h2{
		font-size: 20px;

		line-height: 25px;
	}
	.mfp-content .blocNom i{
		width: 25px;
		height: 25px;
		line-height: 25px;

		font-size: 12px;

	}
	.biseauBleu  .vc_single_image-wrapper::before {
		display: none;
	}
	.biseauBleu  .vc_single_image-wrapper::after {
		display: none;

	}
	.biseauRed  .vc_single_image-wrapper::before {
		display: none;
	}
	.biseauRed  .vc_single_image-wrapper::after {

		display: none;

	}
	.biseauBleu.left  .vc_single_image-wrapper::before {
		display: none;
	}
	.biseauBleu.left  .vc_single_image-wrapper::after {

		display: none;

	}
	.biseauRed.right  .vc_single_image-wrapper::before {
		display: none;
	}
	.biseauRed.right  .vc_single_image-wrapper::after {

		display: none;

	}
	body .vc_column_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .vc_btn3.white {

		margin: auto;
	}
	header {

		background-size: cover!important;
	}
}

@media screen and (max-width: 768px) {
	.page-id-27 .pageTitle h1:before,
	.page-id-10 .pageTitle h1:before,
	.page-id-24793 .pageTitle h1:before,
	.page-id-24791 .pageTitle h1:before,
	.home .pageTitle h1:before{
		display: none;
	}
	.header-home .pageTitle{
		top:57%;
	}
	.page-id-27 .pageTitle h1:after,
	.page-id-10 .pageTitle h1:after,
	.page-id-24793 .pageTitle h1:after,
	.page-id-24791 .pageTitle h1:after,
	.home .pageTitle h1:after{
		display: none;
	}
	.home .pageTitle h1{
		padding: 20px 20px;
	}
	.header-home  .pageTitle h1{
		margin-bottom: 180px;
	}
	.text-left{

		text-align: center!important;
		display: flex;
		flex-direction: column;
	}
	.blue.vc_row.vc_column-gap-10 > .vc_column_container{
		border: 0px!important;
	}
	.header-sousentreprise .pageTitle:before{
		display: none;
	}
	.header-sousentreprise .pageTitle:after{
		display: none;
	}
	.header-sousmanager .pageTitle:before{
		display: none;
	}
	.header-sousmanager .pageTitle:after{
		display: none;
	}
	.text-center{
		display: flex;
		flex-direction: column;
		text-align: center!important;
	}
	.text-right{
		text-align: center!important;
		display: flex;
		flex-direction: column;
	}
	footer .col-md-4{
		margin-bottom:40px;
	}
	.phoneFooter{
		display: inline-block;
	}

	.addrFooter{

		display: inline-block;
	}
	.header-home .pageTitle .ctaHome a{
		width: 50%;
	}
	.fullh header {
		height: 100vh;
		min-height: 700px;
		position: relative;
	}
	.topManager img{
		display: block;
		max-height: 34px;
		width:auto;

	}
	.pageTitle h1 {

		max-width: 90%;
		font-size: 1.5rem;
	}
	#breadcrumbs {

		max-width: 90%;
	}
	.home .pageTitle h1 {

		max-width: 100%;
	}
	.topManager a{
		font-size: 0!important;
	}
}

@media screen and (max-width: 576px) {

	.header-home .pageTitle .ctaHome a{
		width: 60%;
	}
	.slick-prev, .slick-next {
		display: none!important;
	}
	.temoignageContent {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.menuSticky #navbar{

		height: calc(100vh - 85px);
	}
	.menuSticky.menu-open #navbar{

		top: 85px;

	}
	.header-home .pageTitle .ctaHome a{
		width: 70%;
	}
	.header-home .pageTitle {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transform: none;
		padding-top: 190px;
	}
	.navbar-brand img {
		height: 31px!important;
	}
	.topManager {
		margin-left: auto;
		margin-top: 1px;
		height: 46px;
	}
	.navbar-brand{

	}
	.topManager .vc_btn3 {
		padding-top: 5px!important;
		padding-bottom: 5px!important;
		padding-left: 8px!important;
		padding-right: 8px!important;
	}
	.topManager .vc_btn3:hover {
		background: var(--dark-blue)!important;
	}
	.hamburger-box {
		width: 27px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 27px;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.fullh header {
		min-height: 800px;
		position: relative;
	}
	.menuSticky #header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.menuSticky .navbar-brand {

		width: auto;
		margin: 0;

	}
	.menuSticky .topManager {

	}
.topManager .vc_btn3 {
	font-size: 12px;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
	.p-60 {
		padding: 30px !important;
	}
}

@media screen and (max-width: 320px) {

}