/*
 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**************/
#top-menu-nav>ul>li>a:hover{
	color:#e95f31 !important;
	opacity:1 !important;
}
#top-menu-nav li.class-commande a:hover{
	color:#fff !important;
	opacity:1 !important;
}
 details{
  display:inline;
}

details {
  position:relative;
}

details summary {
 color: #A7A7A7;
    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*/

.carte {
    background-color: #ffffff9c !important;
    padding: 16px !important;
}

.et_pb_social_media_follow li:before {
    content: "Suivez-nous";
    margin-right: 10px;
	Font-size: 16px;
	font-weight:700;
	color: #00214e;
}

li.class-commande a {
    background-color: #e95f31 !important;
    color: #fff !important;
    padding: 15px 25px !important;
}

li.class-commande a:hover {
    background-color: #00214e !important;
    color: #fff !important;
    padding: 15px 25px !important;
	opacity: 1 !important;
}
.class-flex {
		flex-direction: row-reverse;
	}
.et_pb_text_inner h2, .et_pb_text_inner h3, .et_pb_text_inner h4 {
	font-family: "Playfair Display SC" !important;
}

@media only screen and (max-width: 981px) and (min-width: 768px){
	.class-marg1 {
    margin-top: 36px !important;
}
	.class-info {
    margin-bottom: 44px !important;
}
}

@media only screen and (max-width: 767px){
	.class-marg2 {
    margin-bottom: -26px !important;
    margin-top: -37px !important;
}
	.class-marg3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
	.class-marg1 {
    margin-top: 32px !important;
}
	.class-marg4 {
    margin-top: -27px !important;
    margin-bottom: -29px !important;
}
	.class-marg5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
	.class-marg6 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
	.class-padd1 {
    margin-bottom: -30px !important;
}
	.class-padd2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
	.class-padd3 {
    margin-top: -15px !important;
}
	.class-padd4 {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
	.class-info {
    padding: 71px 20px !important;
    margin-bottom: 27px !important;
}
	.class-padd5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
}