/*
Theme Name: Archers de Coureilles
Theme URI: https://troisdix.com
Description: Thème enfant pour Les Archers de Coureilles
Author: Julien Rabier
Author URI: https://troisdix.com
Template: Divi
Version: 1.0.0
*/

/*menu*/
#main-header, #et-top-navigation {
	text-shadow: 0.1em 0.1em #111111;
}
.et_fullwidth_nav #main-header .container {
	background: linear-gradient(to bottom,rgba(2,2,2,0.95),transparent);
  width:100%;
}

/*Taille logo*/
@media only screen and (max-width: 980px) {
#logo {
min-height: 80px;
}
}

/*Taille du logo sur grand écran*/
@media only screen and (min-width: 981px) {
#logo {
min-height: 150px;
}
}

/**Formulaire contact**/
/*couleur message erreur*/
.et-pb-contact-message {
	color:white;
}
/*ne pas afficher titre checkbox*/
.et_pb_contact_field_4.et_pb_contact_field .et_pb_contact_field_options_title {
	color: #ffffff !important;
	display: none;
}
/*couleur checkbox*/
.et_pb_contact_form_0 .et_pb_contact p input[type="checkbox"]:checked + label i::before, .et_pb_subscribe .et_pb_contact_field input[type="checkbox"]:checked + label i::before {
color: black !important;
} 

/*carousel*/
#carousel-instit .carousel-slider .carousel-slider__item img {
	max-width: 200px;
}
#carousel-partenaires .carousel-slider .carousel-slider__item img {
	max-width: 300px;
}

/*fancybox nextgen galery*/
div#fancybox-wrap {
z-index: 999999 !important;
}
