/*
 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 (max-width: 981px) {
.cls-flex{
	display: flex;
flex-direction: column-reverse;

	}}
@media (max-width: 767px) {
.et_pb_text_inner h2 {
    font-size: 20px !important;
}
.et_pb_text_inner h1 {
    font-size: 22px !important;
}
.et_pb_text_inner	h3 {
    font-size: 18px !important;
}
}
/*******************lire plus*********/
details {
  position: relative;
  top: 10px;
  display: inline;
  transition: all 0.3s ease;
}

details summary {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  transition: color 0.3s ease;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  animation: open 0.2s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}


.container {
    width: 85% !important;
    max-width: 1800px !important;
    margin: auto;
    position: relative;
}

details #open {
  text-align: center;
}

details #open::after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

details #close {
  display: none;
  position: relative;
  top: 15px;
  padding-bottom: 10px;
}

details #close::after {
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

details[open] #open {
  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] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
}

/*******************/



@media only screen and (min-width: 981px)
{
h1 {
    font-size: 40px !important;
}

h2 {
    font-size: 35px !important;
}
h3 {
    font-size: 25px !important;
}
}

/**********/
.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #f0f0f1 !important;
}

/********contact*********/

/* Style global des champs de formulaire */
.wpcf7-form-control {
  width: 100% !important;
  padding: 20px 20px 20px 3% !important;
  margin-bottom: 3% !important;
  font-size: 16px !important;
  font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  color: #333 !important;
  border: 2px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  background-position: 50% !important;
  background-size: cover !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease !important;
}

/* Placeholder stylé */
.wpcf7-form-control::placeholder {
  color: #999 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.16em !important;
}

/* Focus des champs */
.wpcf7-form-control:focus {
  border-color: #888 !important;
  outline: none !important;
}

/* Style pour textarea */
.wpcf7-textarea {
  min-height: 160px !important;
  resize: vertical !important;
}

/* Case à cocher RGPD */
.wpcf7-checkbox label {
  font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #555 !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 3% !important;
  display: block !important;
}

/* Bouton */
.wpcf7-submit {
  background-color: #009f93  !important;
  color: white !important;
  font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  border: none !important;
  padding: 14px 30px !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  letter-spacing: 0.16em !important;
	 display: inline-block !important;
  width: auto !important;
	 float: right !important;
}

.wpcf7-submit:hover {
  background-color: #333 !important;
}

/* Correction case à cocher */
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  border: none !important;
  padding: 0px !important;
}

/*****/


.cls-google{ Display:none !important;}



.et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev {
    color: #f0f0f1;
}
