/*
 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
------------------------------------------------------- */
/***************lire plus**************/

 details{
  display:inline;
}

details {
  position:relative;
}

details summary {
 color: #94c163;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
 padding-top: 10px;
}

details summary:focus {
  outline:none;
}

details[open] {
  display:block;
  padding-bottom:25px;
  /*padding-top:10px;*/
  animation: open .2s linear;
}

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

details[open] #close {
    position: relative;
    top: 10px;
}

details #open{padding-left:5px;text-align:center;}

/*details #open:after{
 display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\e867';
    font-family: "mfn-icons";
}*/

details #open.arrow_carrot-right:after {
    font-family: 'ETmodules';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: "\35";
}
details #close.arrow_carrot-right:after {
    font-family: 'ETmodules';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: "\35";
    transform: rotate(-90deg);
}
 details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\e867';
    font-family: "mfn-icons";
    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);
  }
}
/*****************Fin lire plus****************/

.class-slider img {
    margin-right: -320px !important;
}
.class-temoi {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	padding: 138px 31px !important;
}
.class-temoi2 {
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 108px 31px !important;
}
.carte {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.texte-carte {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 30px !important;
}
.class-info {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 34px 20px !important;
}
.class-form {
    padding-bottom: 0px !important;
}
.class-form2 {
    margin-bottom: -108px !important;
}
.class-form3 {
    margin-bottom: -203px !important;
}
.class-flex {
	flex-direction: row-reverse;
}
.et_pb_social_media_follow li:before {
    content: "Suivez-nous";
    margin-right: 10px;
	Font-size: 16px;
	font-weight:700;
	color:#3a3a3a;
}

/*************média**************/

@media only screen and (max-width: 1370px) and (min-width: 981px){
	.class-widh {
    max-width: 90% !important;
}
}
@media only screen and (max-width: 980px) and (min-width: 768px){
	.class-temoi {
    padding: 52px 31px !important;
    margin-bottom: 44px !important;
}
	.class-block {
    display: block !important;
    height: 569px !important;
}
	.class-info {
    margin-top: 37px !important;
}
}

@media only screen and (max-width: 767px){
	.mob1 {
    padding-top: 17px !important;
	padding-bottom: 12px !important;
}
	.class-temoi {
    padding: 35px 23px !important;
    margin-bottom: 32px !important;
}
	h2 {
    font-size: 30px !important;
}
	.class-block {
    display: block !important;
    height: 304px !important;
}
	.mob2 {
    padding-top: 9px !important;
    padding-bottom: 0px !important;
}
	.mob3 {
    padding-top: 12px !important;
    padding-bottom: 9px !important;
}
	.mob4 {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
}
	.class-cont {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
}
	.class-temoi2 {
    padding-top: 29px !important;
    padding-bottom: 30px !important;
}
	.mob5 {
    padding-top: 14px !important;
    padding-bottom: 0px !important;
}
	.mob6 {
    padding-bottom: 12px !important;
    margin-top: -10px !important;
}
	.mob7 {
    padding-bottom: 0px !important;
}
	.mb-marg1 {
    padding-top: 12px !important;
    padding-bottom: 0px !important;
}
	.mb-marg2 {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}
	.mb-marg3 {
    padding-bottom: 0px !important;
}
	.mb-marg4 {
    padding-top: 8px !important;
    padding-bottom: 15px !important;
}
	.class-form {
    padding-bottom: 0px !important;
    padding-top: 18px !important;
}
	.class-form3 {
    margin-bottom: -224px !important;
}
	.mb-footer {
    padding-top: 11px !important;
    padding-bottom: 5px !important;
}
}