/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

@media (min-width: 981px) {
	.cls-center{    display: flex!important;
  align-items: center !important;
	}}
@media (max-width: 981px) {
.cls-flex{
	display: flex;
	flex-direction: column-reverse;
	}
	}
/*******************/

@media (max-width: 980px) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.et_mobile_menu{
	padding-bottom:40px;
}

li.cls-btn-commande a{
    border: 2px solid#529346;
	background-color:#fff !important;
    padding-top: 25px!important;
    padding-right: 30px!important;
    padding-bottom: 25px!important;
    padding-left: 30px!important;
    text-align: center;
   Color : #0c0c0c !important;
	  margin-bottom: -20px!important;

	border-radius:10px ;
    letter-spacing: 1px;
}
.cls-google{ Display:none !important;}

/******lire plus*****/
 details{
  display:inline;
}
details {
  position:relative;
	top: 10px;
}
details summary {
/* 	color: #fff; */
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 15px;
    padding-bottom: 10px;
	
}
details #open{
	text-align:center;
}
details #open:after{
	display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\f107';
    font-family: 'FontAwesome';
}
	details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\f107';
    font-family: 'FontAwesome';
    transform: rotate(180deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] summary {
    width: 100%;
}
/************/


/*.et_mobile_menu li a {
    color: #ec4c9a;
}
.et_mobile_menu li a:hover {
    background-color: rgb(231 150 23);
}*/
@media (min-width: 981px) {
#main-header li.cls-btn-commande a {
    background-color: #529346 !important;
    padding-top: 15px!important;
    padding-right: 30px!important;
    padding-bottom: 15px!important;
    padding-left: 30px!important;
    color: #fff !important;
    text-align: center;
    margin-top: -20px!important;
	border-radius: 10px;
	letter-spacing: 1px;
    font-weight: 600;
}

}
@media (max-width: 980px){
#main-header li.cls-btn-commande a {
    text-transform: uppercase!important;
    background-color: #fff !important;
    padding-top: 12px!important;
    padding-right: 25px!important;
    padding-bottom: 12px!important;
    padding-left: 25px!important;
    color: #0c0c0c !important;
    text-align: center;
	border-radius: 10px;
	border: 2px solid #529346  !important;
}
}


@media (max-width: 767px) {
.et_pb_text_inner h2 {
    font-size: 28px !important;
}
.et_pb_text_inner h1 {
    font-size: 30px !important;
}
.et_pb_text_inner	h3 {
    font-size: 24px !important;
}
}
@media (min-width: 767px) {
.et_pb_text_inner h2 {
    font-size: 40px !important;
}
.et_pb_text_inner h1 {
    font-size: 45px !important;
}
.et_pb_text_inner	h3 {
    font-size: 30px !important;
}
}
@media (max-width: 980px) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* Style général du formulaire */
.wpcf7 form {
  max-width: 700px;
  margin: 0 auto;
}

/* Labels */
.wpcf7 form label {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* Champs texte, email, tel, date, number */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

/* Effet focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #0066cc;
  outline: none;
}

/* Texte du placeholder */
.wpcf7 ::placeholder {
  color: #999;
  font-size: 14px;
}

/* Checkbox */
.wpcf7 input[type="checkbox"] {
  margin-right: 8px;
}

/* Bouton d'envoi */
.wpcf7 input[type="submit"] {
  background: #b41d1a;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Hover bouton */
.wpcf7 input[type="submit"]:hover {
  background: #b41d1a;
}

#logo {
    width: auto;
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    margin-bottom: 0;
    max-height: 100%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}

