/*
 Theme Name:     Divi Child
 Theme URI:      https://sc-web-solutions.fr/
 Description:    Theme Enfant Divi
 Author:         SC WEB SOLUTIONS
 Author URI:     https://sc-web-solutions.fr/
 Template:       Divi
 Version:        2024
*/

/*Header*/
/*Begin Responsive menu desktop*/
/*Only desktop*/
@media only screen and (min-width: 981px) {
	/*Logo header*/
    .header-nt.et_pb_row_0_tb_header, .header-nt.et_pb_row_1_tb_header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
	/*Colonne 1*/
	.et_pb_column_0_tb_header, .et_pb_column_2_tb_header {
        width: 70% !important;
        margin-right: 0 !important;
    }
	/*Colonne 2*/
	    .et_pb_column_1_tb_header, .et_pb_column_3_tb_header {
        width: 30% !important;
    }
}
@media screen and (min-width:1236px) and (max-width:1420px) {
	.presentation {
		background-position: right 80% center !important;
	}
}
@media only screen and (max-width:1235px) and (min-width:981px) {
		.presentation {
		background-position: right 65% center !important;
	}
	
	.header-nt.et_pb_row_0_tb_header, .header-nt.et_pb_row_1_tb_header {
		/*retirer le .header-nt.et_pb_row_1_tb_header quand tu sera a la fin du menu*/
  	width: 90% !important;
    max-width:1110px !important;
	}
	.header-nt ul.et-menu nav {
    justify-content:center;
	}
  .header-nt .et_pb_menu--style-left_aligned .et_pb_menu__logo, selector .et_pb_menu__wrap {
    margin-right: 10px;
	}
  .header-nt .et_pb_column_2_tb_header, .header-nt .et_pb_column_0_tb_header {
    width: 80% !important;
	}
  .header-nt .et_pb_column_3_tb_header, .header-nt  .et_pb_column_1_tb_header {
    width: 20% !important;
	}
	/*bouton devis desktop*/
  	.header-nt .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header, 
	.header-nt .et_pb_button_1_tb_header_wrapper .et_pb_button_1_tb_header, 
	.header-nt .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover, 
	.header-nt .et_pb_button_1_tb_header_wrapper .et_pb_button_1_tb_header:hover {
	padding: 9px 20px !important;
	}
}

/*screen mob et tab*/
@media only screen and (max-width: 980px) {
	/*Colonne 1*/
    .et_pb_column_0_tb_header, .et_pb_column_2_tb_header {
        width: 100% !important;
        margin-right: 0 !important;
		margin-bottom: 0;
    }

	/*Colonne 2*/
	    .et_pb_column_1_tb_header, .et_pb_column_3_tb_header {
        width: auto !important;
    }
}
/*screen only mob*/
@media only screen and (max-width: 767px) {
	/*bouton devis*/
	.header-nt .et_pb_button_1_tb_header {
        width: 124px !important;
        height: 30px !important;
    }
}
/*Burger menu - full screen when is opened*/
@media only screen and (max-width: 980px) {
	.header-nt {
		overflow:visible !important;
	}
	
	.et_mobile_nav_menu .mobile_nav.closed {
		/*opacity: 0;
		transition: all 1.5s ease-out;*/
	}
	
	.et_mobile_nav_menu .mobile_nav.opened {
		background-color: #00609b;
        height: 100%;
        width: 100%;
		position: fixed;
        left: 0;
        right: 0;
        z-index: 100;
        top: 0;
		/*opacity: 1;*/
		transition: all 0.5s ease-out;
	}
	
	.et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar {
		display: block;	
		height: auto;
		margin: 20px 20px 0 20px;
		max-width: 100%;
		position: relative;
		top: -10px;
		text-align: right;
		transform: none;
	}

	.mobile_nav.opened .et_mobile_menu {
		border: 0;
    	box-shadow: none;
		display: block;
    	position: relative;
    	height: calc(100% - 10%) !important;
		text-align: center;
   	 	top: 0px;
    	left: 0px;
    	width: 100%;
		
	}
	
	.mobile_nav.opened .mobile_menu_bar:before {
		background-color: #ffffff;
		color: #00609b !important;
		font-size: 50px;
	}
	
	.et_mobile_menu li {
		margin-bottom: 10px;
	}
	
	.et_mobile_menu li a {
		border: 0;
	}
}
/*End Responsive menu desktop*/
/*Header*/

/*Footer*/
.et-l--footer .et_pb_text_inner .footer-list {
	padding:0;
  	margin-top:20px;
}
.et-l--footer .et_pb_text_inner .footer-list li {
	margin-bottom:10px;
}
/*Footer*/
/*icone tasse cafe - position fixed */
.contact-nt:hover .et_pb_blurb_content{
	background-color:black;
}

.contact-nt .et_pb_blurb_1_tb_header.et_pb_blurb{
	transition:none;
}

/* Bouton */
.contact-nt {
	cursor:default;
}
.contact-nt .et_multi_view__hover_selector a {
	height: 53px;
    display: inline-block;
}
.contact-nt .et_pb_module,
.contact-nt .et_pb_image img {
	animation:none;
}
.contact-nt .et_pb_image_wrap {
	height: 0;
}

.contact-nt .et_pb_image img {
	top: -10px;
    visibility: visible;
}
.contact-nt .et_pb_module_header {
	padding: 10px;
    background-color: #39C0FA;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

/***** BLOCK COMMERCANTS *****/
/*TABLET & MOBILE*/
@media only screen and (max-width: 980px) {
.commerces {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
	}
}

/*MOBILE*/
@media only screen and (max-width: 600px) {
.commerces {
	flex-direction: column;
	gap: 80px;
	}
}

/***** BLOCK POURQUOI NOUS CHOISIR *****/
.netoi-business{
	overflow:hidden;
}
/** List Business **/
.list-business { 
	justify-content: center;
    display: flex;
}
.list-business.et_pb_row { 
	height: unset;
}
.list-business .et_pb_column {
	max-width: 170px;
	overflow: visible;
	width: 20.875% !important;
	z-index: unset;
}
.list-business .et_pb_column:nth-last-child(2){
	margin-right: 0!important;
	z-index: 1;
}
.list-business .et_pb_column:first-child, .list-business .et_pb_column:last-child {
	max-width: unset;
}

@media screen and (max-width:980px){
	.list-business .et_pb_column {
		height: 250px;
		max-width: 240px;
		width: 50% !important;
	 }
	
	.list-business .et_pb_column:first-child, .list-business .et_pb_column:last-child {
		max-width: unset;
		width: 200px !important;
	}
}
/** List Business **/

/* MOBILE */
/** List Business **/
@media screen and (max-width:767px){
	.list-business.et_pb_row { 
		align-items: center;
		flex-direction: column;
	}	
	.list-business .et_pb_column {
		height: 180px;
		margin-bottom: 30px !important;
		margin-right: 0 !important;
		max-width: 290px;
		width: 100% !important;
	}
	.list-business .et_pb_column:first-child, .list-business .et_pb_column:last-child {
		max-width: unset;
	}
	.list-business .et_pb_column:last-child {
		margin-left: 100px !important;
		right:auto !important;
	}
	
}
/** list business **/
/** list esperience **/
.list-experience ul {
	padding:0 0 0 20px;
}
.list-experience ul li {
	padding-left:20px;
	margin-bottom:20px;
	position:relative;
}

.list-experience ul li:before
 {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -50px;
    background-color: #ffffff;
    border-radius: 100%;
}
.list-experience ul li:first-child:after
 {
    content: "1.";
	transform: rotate(5.187736673593861deg);
}
.list-experience ul li:after
 {
    content: "2.";
    display: block;
    height: 50px;
    width: 50px;
    color: green;
    position: absolute;
    top: 10px;
    left: -50px;
    font-size: 17px;
	font-weight: 700;
	transform: rotate(355.5165437484036deg);
}
.list-experience ul li:last-child:after
 {
    content: "3.";
	transform: rotate(4.882851242142976deg);
}
/* ONLY MOBILE */
@media only screen and (max-width: 600px) {
	.list-experience ul li:before {
		top: 10px;
	}
.list-experience ul li:after {
	    top: 20px;
	}
}
/** list esperience **/

/*SECTION LABEL REMPARTS*/
.rempart .et_pb_row:nth-child(2) {
	display: flex;
    justify-content: center;
	width: 80%;
}
.rempart .et_pb_column{
	margin-bottom: 0;
}

.rempart img {
    object-fit: contain;
}

.remparts .et_pb_column:first-child {
  margin-right: 5.5%;
}

.remparts .et_pb_column {
  width: 47.25%;
}

.remparts .et_pb_column .et_pb_module.et_pb_image {
    margin: 0 auto;
}

/*ONLY TABLET & MOBILE*/
@media only screen and (max-width:981px)  {
	.rempart .et_pb_row:nth-child(2) {
}
	.rempart img {
		width: 100% !important;
	}
	.rempart .et_pb_image{
		width:100%;
	}
}

/***** SECTION LOGICIEL DE CAISSE *****/
.logiciel a {
	text-decoration:underline;
}
.logiciel a:hover {
	text-decoration:none;
}
.logiciel-image {
	display: flex;
    /*flex-wrap: wrap;*/
  	justify-content: space-around;
	gap: 10px;
}
.logiciel-image:after {
	position: absolute;
}
.logiciel-image .et_pb_column  {
	margin-bottom: 20px !important;
    margin-right: 0;
	min-width:220px;
	width: 23%;
}

/***** SECTION BORNE DE COMMANDE *****/
.logiciel-image .borne-commande.et_pb_column  {
	min-width:380px;
}

/*TABLET & DESKTOP*/
@media only screen and (min-width:768px) and (max-width:981px)  {
	.logiciel-image .et_pb_column {
			min-width:190px;
	}
}
/*ONLY TABLET & MOBILE*/
@media only screen and (max-width:981px)  {
	.logiciel-image .et_pb_column {
		width: 100%;
	}
}

/*MOBILE & TABLET*/
@media only screen and (min-width:601px) and (max-width:767px)  {
	.logiciel-image .et_pb_column {
			min-width:150px;
	}
}
/*ONLY MOBILE*/
@media only screen and (max-width:600px) {
	.logiciel-image {
		flex-wrap: wrap;
	}
	.logiciel-image .et_pb_column {
		margin-bottom: 20px;
		max-width:70%;
    	width: 100% !important;
	}
	.logiciel-image .et_pb_text_inner p{
		font-size:15px;
	}
/*SECTION BORNE DE COMMANDE*/
.logiciel-image .borne-commande.et_pb_column  {
	min-width: 100%;
}
}

/*----- PAGE FORMULAIRE DE DEVIS -----*/
/*----- bloc question paiement & equipements -----*/
.formulaire-devis p[data-id="carte-paiement"], .formulaire-devis p[data-id="equipement"], .formulaire-devis p[data-id="donnees"] {
	margin-left: 3% !important;
    box-sizing: border-box;
    width: 47%;
    border-radius: 8px;
}
.formulaire-devis p[data-id="donnees"] {
	width: calc(100% - 3%);
}
/**** A SUPPRIMER = ANCIEN STYLE FORMULAIRE *****/
/*----- FORMULAIRE/DEVIS -----*/
.formulaire-devis p[data-id="carte-paiement"] .et_pb_contact_field_options_title, .formulaire-devis p[data-id="equipement"] .et_pb_contact_field_options_title, .formulaire-devis p[data-id="donnees"] .et_pb_contact_field_options_title {
    font-weight: 500;
	color: #325E80;
    font-size: 16px;
}
.formulaire-devis p[data-id="carte-paiement"] .et_pb_contact_field_radio i:before {
	background-color: #325e80 !important;
}

.formulaire-devis p[data-id="equipement"] .et_pb_contact_field_checkbox i:before {
	color: #325e80 !important;
}

.formulaire-devis p[data-id="carte-paiement"].et_contact_error, .formulaire-devis p[data-id="equipement"].et_contact_error, .formulaire-devis p[data-id="donnees"].et_contact_error {
	border:1px solid red;
}
.formulaire-devis p[data-id="carte-paiement"].et_contact_error .et_pb_contact_field_radio label, .formulaire-devis p[data-id="equipement"].et_contact_error .et_pb_contact_field_radio label , .formulaire-devis p[data-id="donnees"].et_contact_error .et_pb_contact_field_radio label, .formulaire-devis p[data-id="carte-paiement"].et_contact_error input[type=checkbox]+label, .formulaire-devis p[data-id="equipement"].et_contact_error input[type=checkbox]+label, .formulaire-devis p[data-id="donnees"].et_contact_error input[type=checkbox]+label {
	color: #325e80 !important;
}
.formulaire-devis .et-pb-contact-message {
	background-color: #FFFFFF;
    border-radius: 8px;
}
/*sucess*/
.formulaire-devis .et-pb-contact-message p {
	font-size: 20px;
	line-height: 1.5em;
	color: #06a022;
	padding:20px;
}
/*error*/
.formulaire-devis .et-pb-contact-message:has(ul) p {
	font-size: 16px;
	line-height: 1.5em;
	color: red;
	padding-bottom: 0;
}

.formulaire-devis .et-pb-contact-message ul {
	font-size: 16px;
	line-height: 1.5em;
	color: red;
	margin:30px;
	padding: 0;
		
}
.formulaire-devis .et-pb-contact-message ul li:last-child {
    padding-bottom: 20px;
}
/*error*/
/**** A SUPPRIMER = ANCIEN STYLE FORMULAIRE *****/