/*
 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
------------------------------------------------------- */
.disp {
	display: none !important;
}
.flex {
	flex-direction: row-reverse !important;
}
@media only screen and (max-width: 980px) and (min-width: 768px){
	.block {
		display: block !important;
		height: 400px !important;
	}

}
@media only screen and (max-width: 767px){
	.block {
		display: block !important;
		height: 230px !important;
	}
	h1 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 28px !important;
	}
	h3 {
		font-size: 26px !important;
	}
	.padd {
    padding-bottom: 22px !important;
    padding-top: 0px !important;
}
	.padd22 {
    padding-bottom: 22px !important;
    padding-top: 22px !important;
}
}
/***********fixed Tel************/
.fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #2EA3F2;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #2EA3F2;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
	top: 10px;
}
details summary {
	color: #444;
    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%;
}
/********************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abhaya Libre' !important;
}

           span.cmt {
                font-size: 15px;
                font-style: italic;
            }

            .sm-form, .sm-form h2 {
                 color: #000000;
            }

            .acmcontainer .nz-row .col-inner .col4.card-col4 {
                overflow: inherit;
                color: #fff;
                padding: 2.5% 2% 2% 2%;
                border-radius: 10px;
                background: linear-gradient(-45deg, #f81e1d, #f81e1d, #f81e1d, #f81e1d);
            }

            .noUi-handle:after, .noUi-handle:before {
                background: #ee0202;
                height: 6px;
            }

            #text-quantity {
                font-size: 20px;
                color: #ee0202 !important;
            }

            .noUi-connects {
                 background: #ff3e0d;
            }

            .styled-checkbox label {
                border: 1px solid #00a9fe;
            }

            .styled-checkbox label:after {
                border-left: 3px solid #00a9fe;
                border-bottom: 3px solid #00a9fe;
            }

            .submit-col4 #to-submit {
                margin: 0 auto;
                background: #033393;
                border-radius: 2em;
                padding-top: 13px;
                padding-bottom: 13px;
                font-weight: bold;
            }

            .submit-col4 #to-submit:hover {
                background: #fff;
                box-shadow: 0 1px #fff;
                color: #133f9d;
                transition: all 1s ease 0s;
            }

            .noUi-handle:after, .noUi-handle:before {
                background: #ee0000 !important;
            }

            .bord {
                border-color: #e20602 !important;
            }

            .thanks, .thanks h1 {
                color: #000;
                text-align: center;
            }

            p.motto {
                /* background: red; */
                display: table;
                width: 100%;
                text-align: center;
                /* margin-top: 44px !important; */
                padding-top: 34px;
            }

            .home .vc_row.wpb_row.vc_row-fluid.vc_hidden {
                opacity: 1;
            }

            .col.col12.radio-adress {
                padding: 0;
            }

            .col.col12.radio-adress input[type="radio"] + label {
                width: 56px;
                height: 52px;
                padding: 0;
                text-align: center;
                line-height: 52px;
            }

            .col.col12.radio-adress .col.col2 {
                display: inline-block !important;
                width: auto !important;
                margin-bottom: 0 !important;
            }

            .info2 {
                text-align: center;
                font-size: 20px !important;
            }

            label.additive-label.cgv-label.erreur {
                color: red;
            }

            .sm-form .additive-label {
                min-height: 56px;
            }

            .col.col4.fuel-price:nth-child(3) {
                display: none !important;
            }

            .col.col4.fuel-price {
                width: 46%;
            }

            .page-id-809 p {
                text-align: justify;
            }

            .h4-footer {
                color: #00519e;
                font-size: 24px;
                line-height: 30px;
                font-weight: 500;
                letter-spacing: 0px;
                font-family: 'Gilroy' !important;
                margin-bottom: 15px;
            }

            .class-slider-mobil {
                display : none;
                
            }
 @media(max-width: 480px) {
	         .class-slider-mobil {
                    display : block;
	 }}
            .class-slider-mobil h1 {
                background: none !important;
                color: white;
            }

            @media(max-width: 480px) {
                .col.col4.fuel-price {
                    width: 100%;
                }
            }

            .pum-content.popmake-content h3 {
                text-align: center !important;
                color: #f20000;
            }

            .pum-theme-886 .pum-container, .pum-theme-hello-box .pum-container {
                padding: 30px;
                border-radius: 80px;
                border: 14px solid #013097;
            }

            .pum-content.popmake-content div {
                margin-bottom: 4px;
            }

            .pum-container.pum-responsive img {
                max-width: 75%;
            }

            div#top_bar {
                display: block;
            }

            .wpb_animate_when_almost_visible {
                opacity: 1 !important;
            }


.submit-col4 #showpopup:hover {
    background: #fff;
    box-shadow: 0 1px #fff;
    color: #00a9fe;
    transition: all 1s ease 0s;
}
.submit-col4 #showpopup {
    margin: 0 auto;
    border-radius: 2em;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    width: 75%;
    margin-top: 0 !important;
    border-color: #00a9fe !important;
    background-color: #00a9fe;
    color: white;
    box-shadow: none !important;
    border: 0 !important;
}

.sm-form h2 {
    font-size: 35px;
}

.sm-form .additive-label {
    min-height: 56px;
}
label, legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.col.col12.radio-adress {
    padding: 0;
    margin-bottom: 0 !important;
}

input#sm-fact {
    margin-top: 27px;
}

input[type="radio"]:checked+label {
    border: 2px solid #00a9fe;
}



.acmcontainer * {
    font-family: "Open Sans", Arial, sans-serif !important;
}