/*
Theme Name: sophro-child
Version: 1.0
Description: A child theme of Sophrologie Bordeaux
Template: sophro
*/

@import url("../sophro/style.css");

/*ACCUEIL*/

/*.wpcf7-form-control{
	background-color: #f1f1f1!important;
	border-style: solid;
	border-width: 1px;
	border-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
	
}*/

input.wpcf7-form-control.wpcf7-submit{
	background-color: #005c96!important;
	margin-top: 8px;
}

/* RESPONSIVE */

@media screen and (max-width: 1400px) {
	nav.main_menu > ul > li > a{
		padding: 0 10px;
	}
}

@media screen and (max-width: 1080px) {
	nav.main_menu > ul > li > a{
		padding: 0 5px;
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.carousel-inner .item .image{
		background-size: contain;
	}
	.carousel.advanced_responsiveness .carousel-inner .slider_content{
		display: none;
	}
}

@media only screen and (max-width: 768px) and (min-width: 660px){
	.q_slider .carousel, .qode_slider_preloader, .carousel-inner>.item {
		height: 300px !important;
	}
}

@media only screen and (max-width: 659px) and (min-width: 481px){
	.q_slider .carousel, .qode_slider_preloader, .carousel-inner>.item {
		height: 250px !important;
	}
}

@media only screen and (max-width: 480px){
	.q_slider .carousel, .qode_slider_preloader, .carousel-inner>.item {
		height: 180px !important;
	}
}

@media only screen and (max-width: 400px){
	.q_slider .carousel, .qode_slider_preloader, .carousel-inner>.item {
		height: 150px !important;
	}
}

/* Politique des cookies */

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle{
	font-family: 'Merriweather Sans', sans-serif;
}

#CybotCookiebotDialogBodyButtonDecline {
    background-color: #ffffff!important;
    border: 1px solid #000000!important;
    padding: 5px 15px;
    width: auto!important;
}

#CybotCookiebotDialogBodyButtonAccept {
    background-color: #000000!important;
    border: 1px solid #000000!important;
    padding: 5px 15px;
    width: auto!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{
    display: none!important;
}

#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay *{
    font-size: 13px!important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink{
	color: black!important;
}


