/*
Theme Name: AKORD
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/



/* Couleurs
Bleu foncé : #00253d
Bleu clair : #0070cd
Vert : #00ae41
Gris : #4f4f4f
Gris fond : #F3F3F3
*/
:root {
	--bleu_fonce: #00253d;
	--bleu_clair: #0070cd;
	--vert: #00ae41;
	--gris: #999;
	--gris_clair: #e6e6e6;
	--gris_fonce: #666;
	--blanc: #fff;
	--noir: #000;
}

/* TaC */
#tarteaucitronAlertBig::before {
	content: none !important;
}
#tarteaucitronPrivacyUrl {
	padding: 6px 11px !important;
}
.grecaptcha-badge {
	opacity: 0;
}




h1 {
	position: relative;
	margin: 0 0 50px 0; 	
}
	h1.kare {
		text-indent: -9999px;
		background: transparent url('./images/kare-logo.png') no-repeat center;
		background-size: 300px 88px;
		width: 300px;
		height: 88px;
	}
	h1.kare:after {
		display: none !important;
	}
	h1.akord {
		text-indent: -9999px;
		background: transparent url('./images/akord-logo.png') no-repeat center;
		background-size: 200px 131px;
		width: 200px;
		height: 131px;
		margin: 0 auto;
	}
	h1.akord:after {
		display: none !important;
	}
.page-template-default h1:not(.kare):after,
.page-template-default h1:not(.akord):after {
	position: absolute;
    content: '';
    height: 2px;
    background: var(--bleu_clair);
    left: 0;
    bottom: -10px;
    width: 200px;
}
.home.page-template-default h1:after { 
	content: none;
	height: 0;
	background: none;
	position: relative;
	width: unset;
}
.wpb_column.centered-text h1:after {
	left: 41%;
	transform: translateY(-50%);
}
h2 {
	color: var(--bleu_fonce);
}
h3 {
	color: #666 !important;
}
.wpb_row [data-midnight="light"] h2 {
	color: #fff;
}
.list-style-image ul li {
	list-style-image: url('images/shield-akord-22.png');
	padding: 3px 0 3px 0;
}
.nectar-icon-list-item .list-icon-holder span {

}
@media (max-width: 999px) {
 .right.img-with-aniamtion-wrap {
 	text-align: center !important;
 }
}


/* MENU Principal */
#top .sf-menu li a span {
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
}
#top .sf-menu li:last-child a span {
	border-right: none;
}
#top .sf-menu .sub-menu li a span {
	border-right: none;
}
@media (max-width: 1600px) {
	#top .sf-menu li a {
		margin-left: 8px;
    	margin-right: 8px;
    	font-size: 15px;
	}
	#top .sf-menu li a span {
		border-right: 1px solid #ccc;
		padding: 0 14px 0 0;
	}
}



/* MENU secondaire */
#header-secondary-outer nav a {
	font-size: 14px !important;
	text-transform: uppercase;
	border-radius: 10px;
    text-align: center;
    background: var(--bleu_clair);
}
#header-secondary-outer nav li a span {
	padding: 0 20px;
}
#header-secondary-outer nav li:hover a span:after {
	border: none !important;
}
@media (max-width: 1500px) {
	#header-secondary-outer nav li a span {
		padding: 0 15px;
	}
}

/* MENU mobile */
.off-canvas-menu-container.mobile-only ul li {
	text-align: left;
	border-bottom: 1px dotted #999;
}
.off-canvas-menu-container.mobile-only ul li:last-child  {
	border: none;
}
.off-canvas-menu-container.mobile-only ul li a {
	padding-left: 0 !important;
    padding-bottom: 10px !important;
}
.off-canvas-menu-container.mobile-only ul li.back a {
	color: #000 !important;
	font-size: 28px !important;
}
.off-canvas-menu-container.mobile-only .sub-menu li a {
	font-size: 22px !important;
}




/* Wysiwyg *******************************/
.chapeau {
	font-size: 24px;
	line-height: 30px;
	color: var(--bleu_clair);
	font-weight: 500;
}
.bleu {
	color: var(--bleu_clair);
}
.gris {
	color: #999;
}
.bouton {
	border: 1px solid #999;
	color: var(--bleu_clair);
	font-weight: 600;
	background: #fff url('images/check.png') no-repeat 95% center;
	font-size: 16px;
	padding: 8px 60px 8px 20px;
	border-radius: 8px;
	text-transform: uppercase;
	width: fit-content;
}
.bouton a {
	color: var(--bleu_clair);
}
@media screen and (min-width: 1200px) {
	.bouton:hover {
		border: 1px solid var(--bleu_clair);
		color: #000;
		background: #fff url('images/check.png') no-repeat 96% center;
	}
}
@media (max-width: 768px) {
	.bouton {
		font-size: 14px;
		padding: 8px 48px 8px 14px;
	}
}
.encart_gris {
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 30px 40px;
	margin: 10px 0 30px 0;
	color: #333;
	line-height: 26px;
}
.encart_bleu {
	border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid var(--bleu_clair);
	padding: 30px 40px;
	margin: 10px 0 30px 0;
	color: #333;
	line-height: 26px;
}
.citation {
	padding: 60px 40px;
	margin: 10px 0 30px 0;
	background: transparent url('images/temoignage_g.png') no-repeat left top;
}
.lien {
	color: #666;
	font-weight: 600;
	background: #fff url('images/arrow_right.png') no-repeat right center;
	font-size: 16px;
	padding: 8px 20px 8px 0;
	text-transform: uppercase;
}
.vert {
	color: var(--vert);
}


.bouton_tel {
	background: var(--bleu_clair);
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.bouton_tel.largeur_full {
	width: unset;
}
.bouton_tel.largeur_252 {
	max-width: 252px;
}
.bouton_tel.largeur_300 {
	max-width: 300px;
}
.bouton_tel.largeur_400 {
	max-width: 400px;
}
.bouton_tel.largeur_450 {
	max-width: 450px;
}
.bouton_tel p {
	margin: 0;
	padding-bottom: 0;
	line-height: 19px;
}
.bouton_tel a {
	color: #fff;
	font-weight: 500;
}
.bouton_tel:hover {
	box-shadow: 0 20px 38px rgba(0,0,0,.16)!important;
    transform: translateY(-3px);
}
blockquote {
	font-style: italic;
	line-height: 32px;
    font-size: 20px;
}
.invisible {
	display: none;
}
#boutons_equipe a.nectar-button {
	transform: translateY(110px);
	width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    background-color: rgba(0, 37, 61, 0.85) !important;
}
.linkedin {
	display: inline-block;
	text-indent: -9999px;
	background: transparent url('images/icon-linkedin.png') no-repeat left center;
	width: 32px;
	height: 32px;
	margin: 6px 0 0 0;
}



/* Accueil NEW  --------------------------------------- */
.page-id-4599 #page-header-wrap .inner-wrap {
	background-color: rgba(255, 255, 255, 0.4);
}
.page-id-4599 #page-header-wrap .inner-wrap h1{
	text-shadow: 2px 2px 2px #000;
}
.page-id-4599 #page-header-wrap .inner-wrap .subheader {
	text-shadow: 2px 2px 2px #000;
	font-weight: 700;
}
.page-id-4599 #page-header-wrap .inner-wrap h1:after {
	display: none;
}
.page-id-4599 .container-wrap h2 {
	color: var(--bleu_fonce);
}




/* Nectar Slider *******************************/
.nectar-slider-wrap h1:after { 
	content: none;
	height: 0;
	background: none;
	position: relative;
	width: unset;
}
.nectar-slider-wrap .container .ns-heading-el {
	color: #fff !important;
}
.nectar-slider-wrap .container .ns-heading-el span {
	color: #000;
	display: block;
}
.nectar-slider-wrap .container .buttons a {
	border: 1px solid #000;
	color: var(--bleu_clair);
	background: #fff url('images/check.png') no-repeat 95% center !important;
	padding-right: 48px;
	font-size: 16px;
}
.home .nectar-slider-wrap h2:before { 
	content: "100% dématérialisé";
	font-weight: 100;
	font-size: 24px;
    line-height: 24px;
    background: 0 0;
    display: block;
}

@media screen and (max-width: 992px) {
	.nectar-slider-wrap .container p span {
		line-height: 17px !important;
	}
	.nectar-slider-wrap .container .buttons a {
		background-size: 20px;
		padding-right: 42px !important;
		font-size: 13px !important;
	}
}
@media screen and (max-width: 460px) {
	.nectar-slider-wrap .container p {
		display: none;
	}
	.slide-bg-wrap {
		background: var(--bleu_clair);
	}
	.slide-bg-wrap .image-bg {
		display: none;
	}
}
.nectar-flickity .flickity-button.previous {
	left: -50px !important;
}
.nectar-flickity .flickity-button.next {
	right: -50px !important;
}



/* LP **************************************************/
.page-template-template-landingpage .nectar-slider-wrap h1,
.page-template-template-landingpage .nectar-slider-wrap h2,
.page-template-template-landingpage .nectar-slider-wrap h3 { 
	background-color: rgba(255, 255, 255, 0.6); 
	border-radius: 8px;
	color: var(--bleu_clair) !important;
}
.page-template-template-landingpage .nectar-slider-wrap h1,
.page-template-template-landingpage .nectar-slider-wrap h2,
.page-template-template-landingpage .nectar-slider-wrap h3 { 
	font-size: 44px;
	text-shadow: 2px 2px 2px #000;
}
.page-template-template-landingpage .float-menu-1 {
	display: none;
}



/* bandeau réassurance *******************************/
.reassurance .row-bg-wrap {
	border: 1px solid #4A94BE;
	box-shadow: 0px 0px 13px 2px #666;
}
.reassurance .wpb_column .wpb_text_column .wpb_wrapper h3 {
	font-size: 30px;
}
.reassurance .wpb_column:first-child .wpb_text_column .wpb_wrapper {
	background: transparent url('images/icon_premier.png') no-repeat left center;
	padding: 0 0 0 110px;
}
.reassurance .wpb_column:nth-child(2) .wpb_text_column .wpb_wrapper {
	background: transparent url('images/icon_agenda.png') no-repeat left center;
	padding: 0 0 0 110px;
}
.reassurance .wpb_column:nth-child(3) .wpb_text_column .wpb_wrapper {
	background: transparent url('images/icon_pouce.png') no-repeat left center;
	padding: 0 0 0 110px;
}
@media screen and (max-width: 992px) {
	.reassurance .wpb_column {
		margin-bottom: 0;
	}
	.reassurance .wpb_column .wpb_text_column .wpb_wrapper h3 {
		font-size: 22px;
	}
	.reassurance .wpb_column:first-child .wpb_text_column .wpb_wrapper {
		background-size: 34px 32px;
		background-position: 5px top;
		padding: 0 0 0 50px;
	}
	.reassurance .wpb_column:nth-child(2) .wpb_text_column .wpb_wrapper {
		background-size: 34px 32px;
		background-position: 5px top;
		padding: 0 0 0 50px;
	}
	.reassurance .wpb_column:nth-child(3) .wpb_text_column .wpb_wrapper {
		background-size: 34px 32px;
		background-position: 5px top;
		padding: 0 0 0 50px;
	}
}


/* Témoignages */
.testimonial_slider .flickity-slider .testimonial-name {
	font-weight: 600;
}
.testimonial_slider .flickity-slider p {
	font-size: 16px !important;
}
.testimonial_slider blockquote .inner {
	border: 1px solid #e6e6e6;
	padding: 20px 30px !important;
}



/* Equipe */
.equipe .wpb_column.boxed .wpb_text_column h2 {
	color: var(--bleu_fonce);
}
.equipe .wpb_column.boxed .wpb_text_column blockquote {
	padding-left: 0;
	color: var(--bleu_clair);
}
.equipe .wpb_column.boxed .wpb_text_column blockquote:before {
	display: none;
}
.equipe .wpb_column.boxed .wpb_wrapper {
	position: relative;
}
.equipe .nectar_icon_wrap {
	position: absolute;
	right: 0;
	bottom: -15px;
}



/* Profil client *****************/
.profilclient .wpb_column .vc_column-inner {
	border: 1px solid #666;
}
.profilclient .wpb_column .vc_column-inner .wpb_wrapper {
	position: relative;
	height: 100%;
}
	.profil_titre {
		margin-bottom: 14px !important;
	}
	.profilclient h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.profilclient .img-with-aniamtion-wrap {
		width: 100%;
		text-align: center;
	}
	.profilclient .profil_cta {
		position: absolute;
		bottom: -40px;
	}
	.profilclient .profil_cta a {
		border: 1px solid #999;
		color: var(--bleu_clair);
		background: #fff url('images/check.png') no-repeat 94% center;
		font-size: 16px;
		padding: 8px 60px 8px 20px;
		border-radius: 8px;
		font-weight: 600;
		text-transform: uppercase;
	}
@media screen and (min-width: 1200px) {
	.profilclient h3 {
		min-height: 85px;
	}
	.profilclient .profil_cta a:hover {
		border: 1px solid var(--bleu_clair);
		color: #000;
		background: #fff url('images/check.png') no-repeat 95% center;
	}
}
@media screen and (max-width: 992px) {
	.profilclient .wpb_column {
		margin-bottom: 74px;
	}
	.profilclient h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.profilclient .profil_cta {
		position: absolute;
		bottom: -27px;
	}	
}



/* Actualités - OLD Salient ********************/
.archive.category span.subheader {
	display: none;
}
.blog-title h1.entry-title {
	text-shadow: 1px 1px 2px #000000;
}

.blog-recent.columns-3 a.featured {
	height: 30vh;
	display: block;
}
.blog-recent.columns-3 a.featured img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.allnews {
	padding: 60px 0;
}



/* Actualités ------------------------------------------------------------------------------------------ */	
.liste-articles {
	display: flex;
	flex-wrap: wrap;
	gap: 36px 2%;
	justify-content: start;
}
	.liste-articles .liste-articles__item {
		position: relative;
		padding-bottom: 60px;
		flex: 0 0 31%;
		border: 1px solid var(--gris_clair);
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background: var(--blanc);
	}
	.liste-articles__item .liste-articles__thumb {
		height: 260px;
	}
		.liste-articles__item .liste-articles__thumb img {
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	.liste-articles__item .liste-articles__meta_categorie	{
		padding: 14px 10px 0 14px;
	}
		.liste-articles__item .liste-articles__meta_categorie span	{
			padding: 3px 10px;
			font-size: 15px;
			color: var(--bleu_fonce);
			border: 1px solid var(--gris);
			border-radius: 4px;
		}
	.liste-articles__item .liste-articles__meta_date	{
		padding: 6px 10px 6px 14px;
		font-size: 16px;
		color: var(--gris_fonce);
	}
	.liste-articles__item h3 {
		padding: 8px 10px 10px 14px;
		line-height: 26px;
	}
		.liste-articles__item h3 a {
			color: var(--noir);
			line-height: ;
		}
	.liste-articles__item .liste-articles__excerpt {
		padding: 0 10px 20px 14px;
		line-height: 24px;
	}
	.liste-articles__item .lire_suite {
		position: absolute;
		bottom : 14px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	    width: fit-content;
	    border: 1px solid var(--bleu_fonce);
	    border-radius: 22px;
	    padding: 4px 18px 4px 18px;
	    transition: 0.4s;
	    text-transform: uppercase;
	    background: var(--blanc);
	    font-size: 14px;
	    font-weight: 500;
	    color: var(--noir);
	}

#articles_pagination {
	margin: 60px 0;
}
	#articles_pagination nav ul  {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
		#articles_pagination .page-numbers li {
			list-style: none;
		}
	#articles_pagination .page-numbers li span,
	#articles_pagination .page-numbers li a {
		padding: 5px 10px;
		font-size: 18px;
		line-height: 18px;
		border: 1px solid var(--gris);
		border-radius: 8px;
	}
	#articles_pagination .page-numbers li a.prev,
	#articles_pagination .page-numbers li a.next {
		font-size: 16px;
		line-height: 16px;
	}
		#articles_pagination .page-numbers li span.current {
			background-color: var(--gris-fond);
			color: var(--noir);
		}
		#articles_pagination .page-numbers li:hover span,
		#articles_pagination .page-numbers li:hover a {
			background-color: var(--bleu);
			color: var(--blanc);
		}


/* Actualités - Fiche */
.single-post #breadcrumbs {
	display: none;
}
.single-post #page-header-wrap .container h1 {
	font-size: 58px;
	font-weight: 700;
}




/* FAQ ******************************/
.single-faq h1.entry-title {
	text-shadow: none;
}
.liste_faq {
	display: flex;
	flex-wrap: wrap;
}
.liste_faq .faq_element {
	margin-bottom: 20px;
	padding: 0 0 20px 80px;
	position: relative;
	width: 49%;
}
.liste_faq .faq_element:nth-child(odd) {
	margin-right: 2%;
}
.liste_faq .faq_element:nth-child(even) {
	margin-right: 0;
}
.liste_faq .faq_element:before {
	content: "";
	background: url('images/icon_faq.png');
	background-size: 59px 50px;
	position: absolute;
	left: 0;
	top: 12px;
	width: 59px; 
    height: 50px;
}
.liste_faq .faq_element span.faq_question {
	padding: 10px 0 0 0;
	display: block;
	border-top: 1px dotted var(--bleu_clair);
}
.liste_faq .faq_element h2 {
	line-height: 26px !important;
}
.liste_faq .faq_element h2 a {
	color: #000;
	position: relative;
	font-size: 22px;
	display: block;
}
.liste_faq .faq_element h2 a:after {
	position: absolute;
    content: '';
    height: 1px;
    background: #e6e6e6;
    left: 0;
    bottom: -20px;
    width: 200px;
}
.liste_faq .faq_element .faq_reponse {
	padding: 30px 0;
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.liste_faq .faq_element .faq_suite {
	margin: 0 0 26px 0;
	cursor: pointer;
}

.single-faq .blog-title h1 {
	text-align: left;
	position: relative;
}
.single-faq .blog-title h1:before {
	content: "Questions fr\00E9quentes";
	position: absolute;
	top: -16px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	font-weight: 300;
}
.single-faq .blog-title h1:after {
	position: absolute;
    content: '';
    height: 2px;
    background: var(--bleu_clair);
    left: 0;
    bottom: -10px;
    width: 200px;
}
@media screen and (min-width: 1200px) {
	.liste_faq {
		width: 86%;
	}
	.liste_faq .faq_element h2 a:hover {
		color: var(--bleu_clair);
	}
}
@media screen and (max-width: 992px) {
	.liste_faq .faq_element {
		width: 100%;
		padding: 0 0 20px 48px;
	}
	.liste_faq .faq_element:nth-child(odd) {
		margin-right: 0;
	}
	.liste_faq .faq_element:nth-child(even) {
		margin-right: 0;
	}
	.liste_faq .faq_element:before {
		background-size: 36px 29px;
		width: 36px; 
    	height: 29px;
	}
}


#demande-erp-form textarea{
	height: 150px;
}

#demande-erp-form .erp-flex{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: 10px !important;
	margin: 10px 0;
}

#demande-erp-form .erp-flex .erp-child{
	flex: 0 0 48% !important;
}





/* Floaring menu ********************************************/

.floating-menu ul li{
	list-style: none !important;
}

.floating-menu ul{
	list-style: none !important;
}

/* CF7 ********************************************/
.rgpd {
	font-size: 14px;
	line-height: 18px;
	margin: 14px 0;
	color: #999;
}
.wpcf7 .wpcf7-form-control-wrap[data-name="your-file"] {
	padding: 6px 0 6px 100px;
	background: transparent url('images/icone_plan.png') no-repeat left bottom;
}
	.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-file {
		background-color: rgba(0, 0, 0, .04);
	    border-radius: 4px;
	    border: 2px solid transparent;
	    padding: 10px;
	    width: 100%;
	    font-size: 14px;
	    line-height: 24px;
	    color: #555;
	}
#footercontact {
	background: transparent url('images/expert-akord-yann-pompier.jpg') no-repeat left bottom;
	padding: 0 0 0 386px;
	transform: translateY(14px);
}
.footercontact_formwrapper .wpcf7 .form_col1 {
	float: left;
	width: 41%;
	margin: 0 4% 0 0;
	font-size: 16px;
}
.footercontact_formwrapper .wpcf7 .form_col2 {
	float: left;
	width: 45%;
	font-size: 16px;
}
.footercontact_formwrapper .wpcf7 .form_col1 br,
.footercontact_formwrapper .wpcf7 .form_col2 br {
	display: none;
}
.footercontact_formwrapper .wpcf7 .form_col1 .wpcf7-form-control-wrap {
	margin: 0 0 10px 0;
}
.footercontact_formwrapper .wpcf7 .form_col2 .wpcf7-form-control-wrap.fichier1,
.footercontact_formwrapper .wpcf7 .form_col2 .wpcf7-form-control-wrap.fichier2 {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 5px 0 0 0;
	padding: 8px 10px;
}
.footercontact_formwrapper .wpcf7 .form_col2 p.form_sous_titre {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 6px;
}
.footercontact_formwrapper .wpcf7 .wpcf7-form-control.wpcf7-text {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.footercontact_formwrapper .wpcf7 .wpcf7-form-control.wpcf7-textarea {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 14px 0 0 0;
}
.footercontact_formwrapper .wpcf7 .wpcf7-form-control.wpcf7-date {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 14px 0 0 0;
}
.footercontact_formwrapper .wpcf7 .wpcf7-form-control.wpcf7-checkbox {
	margin: 0 0 14px 0;
}
.footercontact_formwrapper .wpcf7 .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.container-wrap input[type=submit] {
	border: 1px solid #000;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	text-transform: uppercase;
}
.footercontact_formwrapper .wpcf7 .wpcf7-not-valid-tip {
	color: #dc3232;
}
@media screen and (max-width: 992px) {
	#footercontact {
		background: none;
		padding: 0;
		transform: none;
	}
	.footercontact_formwrapper .wpcf7 .form_col1 {
		float: none;
		width: 100%;
		margin: 0;
		font-size: 15px;
	}
	.footercontact_formwrapper .wpcf7 .form_col2 {
		float: none;
		width: 100%;
		font-size: 15px;
	}
}



/* CF7 - LP */
@media (min-width: 1200px) {
	#contactlp .wpcf7 {
		background: transparent url('images/expert-akord-yd.png') no-repeat left bottom;
		background-size: contain;
		padding: 0 0 0 290px;
		height: fit-content;
	    float: left;
	}
}
#contactlp .wpcf7 .form_col1 {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
	font-size: 16px;
}
#contactlp .wpcf7 .form_col2 {
	float: left;
	width: 50%;
	font-size: 16px;
}
#contactlp .wpcf7 .form_col3 {
	float: left;
	padding: 16px 0 0 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
#contactlp .wpcf7 .form_col1 br,
#contactlp .wpcf7 .form_col2 br {
	display: none;
}
#contactlp .wpcf7 .form_col1 .wpcf7-form-control-wrap {
	margin: 0 0 10px 0;
}
#contactlp .wpcf7 .form_col2 p.form_sous_titre {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 6px;
}
#contactlp .wpcf7 .wpcf7-form-control.wpcf7-text {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
}
#contactlp .wpcf7 .wpcf7-form-control.wpcf7-textarea {
	background: #fff !important;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 14px 0 0 0;
}




/* Download Monitor / Email before download */
.ebd_results {
	padding: 20px 0 0 0;
}
.ebd_link {
	display: block;
	width: fit-content;
	padding: 6px 40px 6px 20px;
	margin: 0 0 20px 0;
	transition: 0.4s;
	text-transform: uppercase;
    background: var(--bleu_clair);
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #fff;
}
.ebd_link div {
	height: unset !important;
}
.ebd_link div:after {
	content: "\f019";
	font-family: FontAwesome;
	color: #fff;
	font-size: 22px;
	margin: 0 0 0 26px;
}
.download-link {
	border: 1px solid #999;
	color: var(--bleu_clair);
	font-weight: 600;
	background: #fff url('images/download.png') no-repeat 95% center;
	font-size: 16px;
	padding: 8px 60px 8px 20px;
	border-radius: 8px;
	text-transform: uppercase;
	width: fit-content;
}





/* 360° */
.akord360 {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
	.akord360_quart {
		flex: 0 0 50%;
		position: relative;
	}
		.akord360_quart img {
			position: absolute;
		}
		.akord360_quart:first-child img {
			right: 1px;
			bottom: 0;
		}
		.akord360_quart:nth-child(2) img {
			left: 0;
			bottom: 0px;
		}
		.akord360_quart:nth-child(3) img {
			top: -14px;
			right: 1px;
		}
		.akord360_quart:nth-child(4) img {
			top: -14px;
			left: 0;
		}
@media (min-width: 921px) {
	.akord360 {
		max-width: 800px;
		max-height: 800px;
	}
		.akord360_quart {
			height: 400px;
		}
	.akord360_quart:hover {
		z-index: 10;
	}
	.akord360_quart:hover img {
		transform: scale(1.2);
		transition: all 1s ease-in;
	}
}
@media (max-width: 920px) {
	.akord360 {
		max-width: 100%;
		max-width: 600px;
		max-height: 600px;
	}
	.akord360_quart {
		height: 300px;
	}
}
@media (max-width: 768px) {
	.akord360_quart {
		height: 250px;
	}
}




/* Nos services */
@media (min-width: 1240px) {
	.prestations360 {
		padding-left: 240px;
		padding-right: 240px;
	}
}
.prestations360 .wpb_column .vc_column-inner .wpb_wrapper {
	font-size: 22px;
	color: #fff;
	position: relative;
	padding-top: 22px;
    padding-bottom: 22px;
}
.prestations360 .wpb_column .vc_column-inner .wpb_wrapper span {
	display: block;
	position: absolute;
	line-height: 90px;
    font-size: 90px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: arial;
    font-weight: 800;
    letter-spacing: -4px;
}
@media (min-width: 1001px) {
	.prestations360 .wpb_column:first-child .vc_column-inner .wpb_wrapper {
		padding-left: 20px;
	}
		.prestations360 .wpb_column:first-child .vc_column-inner .wpb_wrapper span {
			left: -110px;
			top: 12px;
		}
	.prestations360 .wpb_column:nth-child(2) .vc_column-inner .wpb_wrapper {
		padding-right: 20px;
		text-align: right;
	}
		.prestations360 .wpb_column:nth-child(2) .vc_column-inner .wpb_wrapper span {
			right: -45px;
			top: 12px;
		}
	.prestations360.ligne1 .wpb_column:first-child .vc_column-inner .column-bg-overlay {
		border-top-left-radius: 140px;
	}
	.prestations360.ligne1 .wpb_column:nth-child(2) .vc_column-inner .column-bg-overlay {
		border-top-right-radius: 140px;
	}
	.prestations360.ligne2 .wpb_column:first-child .vc_column-inner .column-bg-overlay {
		border-bottom-left-radius: 140px;
	}
	.prestations360.ligne2 .wpb_column:nth-child(2) .vc_column-inner .column-bg-overlay {
		border-bottom-right-radius: 140px;
	}
	.prestations360.ligne1 .wpb_column:nth-child(1) .wpb_wrapper span {
		text-shadow: -1px 1px 1px var(--bleu_fonce);
	}
	.prestations360.ligne1 .wpb_column:nth-child(2) .wpb_wrapper span {
		text-shadow: 1px 1px 1px var(--bleu_clair);
	}
	.prestations360.ligne2 .wpb_column:nth-child(1) .wpb_wrapper span {
		text-shadow: -1px 1px 1px var(--gris);
	}
	.prestations360.ligne2 .wpb_column:nth-child(2) .wpb_wrapper span {
		text-shadow: 1px 1px 1px var(--vert);
	}
}
@media (max-width: 1000px) {
	.prestations360.ligne2 .col  {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0;
	}
		.prestations360.ligne2 .wpb_column:nth-child(1) {
			order: 2;
		}
		.prestations360.ligne2 .wpb_column:nth-child(2) {
			order: 1;	
		}
	.prestations360 .wpb_column .vc_column-inner .wpb_wrapper {
		padding-left: 40px;
		padding-top: 5px;
    	padding-bottom: 5px;
	}
		.prestations360 .wpb_column .vc_column-inner .wpb_wrapper span {
			line-height: 60px;
		    font-size: 60px;
		    left: -46px;
		}
}