/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*--SHRINKING LOGO--*/
/*--New class when sticky is turned on 'elementor-sticky--effects'--*/
/*--give the logo image a class called 'sticky-logo' --*/

html, body {
    overflow-x: hidden !important;
}

#masquer-menu{
	display: none !important;
}

.elementor-sticky--effects .sticky-logo img {
	width: 120px!important;/*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .8s all ease-in-out;
}


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 90px!important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}

@media (max-width: 767px) {
	.cky-consent-container{
		max-width: 85% !important;
    	text-align: center !important;
	}

	.e-n-tab-title{
		margin: 20px 20px 0px 20px !important;
	}

	.e-n-tabs-heading {
  		display: flex !important;
}
}

.wpforms-container input.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
	max-width: 100% !important;
}

.abcd_contact_form_btn{
	background : var( --e-global-color-primary ) !important;
}

.abcd_contact_form_btn:hover{
	background : #ffffff !important;
	color : var( --e-global-color-primary ) !important;
	border : 1px solid var( --e-global-color-primary ) !important;
}

.lien_black a{
	color : var( --e-global-color-text ) !important;
}

.sous_titre_form input {
	display: none !important;
}

.sous_titre_form label{
	font-family: "Oswald", Sans-serif !important;
  	font-size: 28px !important;
  	font-weight: 700 !important;
  	text-transform: uppercase !important;
  	color: var( --e-global-color-text ) !important;
	padding-top : 30px !important;
}

.galerie-special .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.galerie-special .gallery-item {
  display: none;
}

.galerie-special .gallery-item:nth-child(1) {
  display: block;
  width: 100%;
}

.galerie-special .gallery-item:nth-child(n+2):nth-child(-n+5) {
  display: block;
  width: calc((100% - 3 * 15px) / 4);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.galerie-special .gallery-item:nth-child(n+6) {
  display: none !important;
}

.galerie-special .gallery-item .gallery-icon {
    height: 100%;
}
.galerie-special .gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
}


.gallery .gallery-item:nth-child(n+2):nth-child(-n+5) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.elementor-slideshow__footer .elementor-slideshow__title {
    display: none;
}


/* Liste d'icônes */

.grid-list {
    border-top: 1px dashed var(--e-global-color-primary);
}
.grid-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .grid-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.box-formule {
    border: 1px solid var(--border-secondary, #e8e8e8);
}

.tnp-field-email input{
  background-color: #ffffff !important;
  border-color: var( --e-global-color-secondary ) !important;
  border-width: 1px 1px 1px 1px !important;
  border-radius: 2px 0px 0px 2px !important;
  color : #D0BAA2 !important;
}

.tnp-subscription form{
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}

.tnp-subscription input[type="submit"]{
  background-color: var( --e-global-color-primary ) !important;
  color: #ffffff !important;
  font-family: "Roboto", Sans-serif !important;
  font-size: 18.5px !important;
  font-weight: 300 !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 0px !important; 
  border-radius: 0px 2px 2px 0px !important;
  border-color: #ffffff !important;
  padding: 10px 30px 10px 30px !important;
}

.tnp-subscription input[type="submit"]:hover{
  background-color: #ffffff !important;
  color: #D0BAA2 !important;
}

.tnp-field-email input:focus-visible, .tnp-field-button input:focus-visible{
    outline: none !important;
}