/*
 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
------------------------------------------------------- */
/*****************Géniral*************/

.cls-carte.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
	padding-bottom: 15px !important;
}

.cls-btn a {
    color: #6a1a19 !important;
    border-radius: 30px;
    font-size: 22px !important;
    font-variant: small-caps !important;
    border: 2px solid;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.cls-btn a:hover {
    background-color: #6a1a19 !important;
    color: #fff !important;
	opacity: 1 !important;
}

/********************Respo**********************/
@media only screen and (max-width: 980px){
	
.mobile_menu_bar:before {
    color: #6a1a19 !important;
}	
	
.cls-btn a {
    width: 223px !important;
	border-bottom: 2px solid !important;
}
#logo {
	max-height: 97% !important;
	}
.cls-disponible{
	display:block !important;
	}
.cls-icon img {
    width: 67% !important;
}
.cls-poli p {
    text-align: left !important;
}
}

@media only screen and (max-width: 980px) and (min-width: 768px){
	.cls-disponible {
    height: 400px !important;
}
}

@media only screen and (max-width: 767px){
	.cls-mobile img {
    width: 64% !important;
}
	.cls-disponible {
    height: 222px !important;
}
	.cls-mob-padd {
    padding-bottom: 30px !important;
}
	.cls-padd2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	.cls-padd3 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
	.cls-mob-botom {
    padding-top: 110px !important;
}
	.cls-slider-mob p {
    line-height: 1.2em !important;
    font-size: 30px !important;
	font-family: 'Poppins' !important;
}
	.cls-btn a {
        width: 181px !important;
        font-size: 16px !important;
        padding-bottom: 7px !important;
        padding-top: 7px !important;
		border-bottom: 2px solid !important;
}
}

