/*
Theme Name:     favierTheme
Theme URI:      https://www.huitres-favier.com
Description:    Thème du site des Huîtres Favier
Author:         NT Conseil
Author URI:     https://www.ntconseil.com
Template:       twentytwentyone
Version:        1.0.0
*/

body{font-family: 'Inter'; font-size:16px !important;}
p{line-height: 1.5rem !important;}
img{height: auto !important;}
.legendeVideo {width: 90%;}
.mec-container{margin-top: 300px;}
#logoSite{cursor: pointer;}
h1 span{color: #335da9;}

.fondOpaque{background-color: black !important;}

/*** formulaires ***/
.wpcf7{width: 95%; margin: 0px auto;}
.wpcf7 input, .wpcf7 textarea{border: solid 1px !important; margin-bottom: 10px !important; width: 100% !important;}
.wpcf7 input[type="submit"]{width: auto !important; background-color: #335DA9 !important; border-radius:500px; padding: 18px 27px !important; line-height: 1rem;}
.wpcf7 textarea[name="your-adresse"]{height:150px;}
.wpcf7 select{border-width: 1px !important;}

/*** CookieYes ***/
.cky-btn.cky-btn-accept{border-color: #335da9 !important; background-color: #335da9 !important;}
.cky-btn.cky-btn-reject, .cky-btn.cky-btn-customize{border-color: #335da9 !important; color: #335da9 !important;}

@media screen and (max-width: 767px){
	#menuPrincipal a.hfe-menu-item{display: block;}
}
@media screen and (min-width: 768px){
	#menuPrincipal a.hfe-menu-item{background-color: transparent !important;}
	.legendeVideo {width: auto;}
	.wpcf7{width: 66%;}
}
@media screen and (max-width: 767px){
	#menuContainer{background-color: transparent !important;}
	body.post-type-archive-mec-events div.hfe-nav-menu-icon svg, body.single-mec-events div.hfe-nav-menu-icon svg{fill: black !important;}
}