/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://ubahn.devsynergie.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

textarea:focus, input:focus, button:focus{
    outline: none !important;
}

.jet-dropbar__button:focus{
    background-color: transparent !important;
    border: 0 !important;
}
.bold_text {
    font-weight: 800;
}
.liste-avantages .elementor-icon-list-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: baseline;
    justify-content: space-around !important;
}
.liste-avantages .elementor-icon-list-item{
    display: flex;
    flex-direction: column !important;
}
.liste-avantages .elementor-icon-list-icon svg{
    margin: 0 !important;
}
.texte_terasse {
    display: flex;
    align-items: baseline;
}
.texte_terasse img {
    max-width: 40px !important;
    /* transform: translateX(60px); */
    transform: translate(60px, 5px);
}
.texte_terasse p  {
    background-color: #BA2501;
    border-radius: 25px 0 0 25px;
    padding: 5px 0 5px 70px;
    width: 100%;
}
.checklist svg{
    fill: #2A2622 !important;
}
/* FORMULAIRE DE CONTACT  */
.footer_form input:not([type="submit"]){
    background-color: transparent !important;
    border-radius: 0 !important;
    border-color: #ffffff;
    color: #ffffff !important;
}
.footer_form input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    color: #ED7422 !important;
    font-weight: 900;
    border: none !important;
}
.footer_form input[type="submit"]:hover, .footer_form input[type="submit"]:focus, .footer_form input[type="submit"]:focus-visible{
    background-color: transparent !important;
    outline: none !important;
}
.footer_form input:not([type="submit"]):focus{
    outline: none !important;
    border-color: #ffffff !important;
}

input:not([type="submit"]),input:not([type="checkbox"]), .wpcf7-form textarea{
    background-color: transparent !important;
    border-radius: 0 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
	padding: 15px 30px !important;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:focus-visible{
    background-color: transparent !important;
    outline: none !important;
}
input:not([type="submit"]):focus{
    outline: none !important;
    border-color: #ffffff !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #ffffff !important;
}
.wpcf7-form .cf-col-12{
	padding: 10px 0;
}
.wpcf7-form .cf-col-6.submit{
	text-align: right;
	padding: 0;
}
.wpcf7-form .cf-col-6.submit button{
	background-color: #ed7422;
	border-radius: 0 !important;
	border: 0 !important;
	color: #2A2622 !important;
	font-weight: 500;
	padding: 10px 40px;
}
.wpcf7-form .cf-col-6.checkbox{
	padding: 0;
	margin: auto;
}
.wpcf7-form .cf-col-6.checkbox label{
	color: #ffffff!important;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	align-items: center;
}
.wpcf7-form .cf-col-6.checkbox .wpcf7-list-item{
	margin: 0 !important;
}

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* FIN FORMULAIRE DE CONTACT  */
.adresse-contact{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
}
.container-adresse{
    color: #ffffff !important;
}
.titre-adresse{
    font-weight: 600;
}
.container-adresse address {
    font-style: normal !important;
    font-weight: 200;
	line-height: 30px !important;
}

.section_diapo::before{
	content: " ";
	background-image: url("/wp-content/uploads/2021/10/cercle_gauche.png");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 400px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.section_diapo::after{
	content: " ";
	background-image: url("/wp-content/uploads/2021/10/cercle_droit.png");
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 400px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.rectangle-noir {
	display: grid !important;
    grid-template-columns: 11vw auto 1fr;
}

.rectangle-noir::before {
    content: "";
	background-image: none !important;
    width: 100%;
    height: 16px;
    background-color: #2a2622 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.rectangle-noir::after {
    content: "";
    grid-column: 2;
    width: 30px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2a2622;
    border-radius: 8px;
    left: -23px;
}
.rectangle-blanc {
	display: grid !important;
    grid-template-columns: 11vw auto;
	position: relative;
}

.rectangle-blanc::before {
    content: "";
	background-image: none !important;
    width: 100%;
    height: 16px;
    background-color: #fff !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.rectangle-blanc::after {
    content: "";
    grid-column: 2;
    width: 30px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px;
    left: -23px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	}
.wpcf7 .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
	}
.wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
	}
.wpcf7-checkbox input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background-color: #1B1F21;
	}
.wpcf7-checkbox input[type=checkbox] + span {
	/* border: 3px solid red; */
	}
.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 30px;
	width: 30px;
	top: 0px;
	left: 0px;
	border: 1px solid #ffffff;
	}
.wpcf7-checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: #1B1F21;
	}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
	}
.wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
	}