/*
    Theme Name: Tours

*/

/*.atgrid__item__price__button:before{
	
	content:'A partir';
	font-size:15px;
	position:absolute;
	left:0px;
	top:10px;
	
}*/
.atgrid__item__price__button {position:relative;}
.subprice{font-size:12px;}


.overlay_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9050;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    display: none;
}
.formulaire_devis {
    display: none;
    z-index: 9060;
    background: #fff;
    width: 40%;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 30%;
    top: 10%;
    padding: 30px 20px;
    min-width: 400px;
}

.formulaire_devis h3 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Muli', sans-serif !important;
    margin-bottom: 20px;
}
.formulaire_devis input[type=text],.formulaire_devis input[type=number]{
	background: #f5f5f5;
    border: 1px solid #025382;
    width: 100%;
    height: 40px;
    line-height: 30px;
    color: #000;
    padding: 5px 10px;
        font-family: 'Muli', sans-serif !important;
    margin: 5px 10px;
}
.formulaire_devis textarea{
	background: #f5f5f5;
	border:1px solid #025382;
	width: 100%;
	height: 80px;
	line-height: 35px;
	color: #000;
	padding: 5px 10px;
	    font-family: 'Muli', sans-serif !important;    
	margin: 10px;
}

.formulaire_devis input[type=button]{
    width: 100%;
    font-style: normal;
    width: 100%;
    font-family: 'Muli', sans-serif !important;	background:#025382;
	padding:15px 0px;
	border:none;
	color:white;
	margin: 10px;
}


.success_alert{
	    color: green;
    border: 1px solid green;
    padding: 10px;
    text-align: center;
    display: none;
}
.error_non_envoye{
	    color: red;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    display: none;
}
.tours-res{    
	float: right;
    margin-top: 30px;
	}
	.tours-res a{margin:0px 5px;}
.whatsapptour{
	
    background: #25d366;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
    font-size: 20px;
}
.booknow{
	
	position: relative;
    background: #6ab1fd;
    border-radius: 5px;
    padding: 3px 20px;
    color: white;
}
@media only screen and (max-width: 768px){
	.tours-res {
    float: right;
    margin-top: 9px;
}
.whatsapptour {
    background: #25d366;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
    font-size: 20px;
}
	.booknow {
    background: #6ab1fd;
    border-radius: 5px;
    padding: 0px 20px;
        margin-top: -3px !important;
    color: white;
}
.formulaire_devis {
    display: none;
    z-index: 9060;
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: calc(50% - 163px);
    top: 15%;
    padding: 20px 20px 20px 0px !important;	min-width: initial;
    max-width: 320px;
    margin: auto;
}
.formulaire_devis input[type=text] {
    height: 34px;
}
.formulaire_devis h3 {

    padding-bottom: 0px;
}
}