/* 
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
*/

/* Add your custom styles here */

@font-face {
    font-family: 'SuperBrigade';
    src: url('/wp-content/uploads/2025/12/superbrigade-webfont.woff') format('woff2'),
         url('/wp-content/uploads/2025/12/superbrigade-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*HEADER*/

#header {
  position: fixed; /* ou fixed si tu veux qu'il reste toujours visible */
  top: 0;
  width: 100%;
  padding: 0 20px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000; /* pour être au-dessus du contenu */
}

/* Classe appliquée au scroll */
#header.scrolled {
  background-color: black; /* couleur de fond au scroll */
}



#mega-menu-wrap-menu-1{
  background-color : transparent;
}

#mega-menu-wrap-menu-1 .mega-menu-item a.mega-menu-link{
  text-transform: uppercase!important;
  font-size: 18px!important;
  font-weight:600!important;
  letter-spacing: 1px!important;
  color: #ffffff!important;
}

#mega-menu-wrap-menu-1 .mega-menu-item a.mega-menu-link:hover{
  color: #868686!important;
  background:transparent!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus, .mega-menu-item.mega-menu-item-object-page.mega-current-menu-item.mega-page_item.mega-current_page_item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
  color: #868686!important;
  background:transparent!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img{
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.widget_maxmegamenu_image_swap{
  padding:0!important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-menu-item-type-widget){
    padding: 10px 0 10px 35px!important;
}

.mega-menu-column.mega-menu-columns-5-of-12{
  display: flex;
  flex-direction: column;
  align-content: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
  min-height:200px;
}

.mega-menu-item-object-custom a:hover{
  color:#fff!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    cursor: pointer;
    display: inline;
    transition: background 100ms linear, color 100ms linear, border 100ms linear;
}

.entete:before{
    background-image: linear-gradient(180deg, #090808 2%, transparent 50%, #090808 90%) !important;
        z-index: 100;
}

.wpr-ba-divider{
  z-index:101!important;
}


/*TITRES*/

h1{
  hyphens: auto;
}


.titre{
    rotate: calc(-7deg);
    margin-left: -25px;
    hyphens: auto;
}

.sous-titre{
    margin-top:-17px;
    rotate: calc(-7deg);
	padding-bottom:15px;
}

.sous-titre.center{
    margin-top:-8px;
}



/*BOUTON*/

/* Effet appliqué uniquement au texte interne du bouton */
/* Bouton effet Shine pour Elementor */
.bouton-effect {
  position: relative;
  display: inline-block;
  padding: 12px 0 !important;
  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
  background-position: 0;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-position 0.3s ease;
}

/* Animation du shine au survol */
.bouton-effect:hover {
  animation: shine 2s linear forwards;
  border-color: #fff !important;
}

/* Animation */
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}






/** {
	box-sizing: border-box;
}
body {
  font-family: Mori;
	background: #111;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}*/

.gallery {
    position: relative;      /* reste dans le bloc Elementor */
    width: 100%;
    height: auto;            /* laisse Elementor gérer la hauteur */
    overflow: visible;       /* IMPORTANT : permet aux boutons de dépasser */
    padding-bottom: 0;    /* espace pour les boutons */
}

.cards {
    position: relative;      /* cartes centrées dans le bloc */
    width: 22rem;
    height: 20rem;
    margin: 0 auto;
    top: 0;
    transform: none;
        list-style: none;
}

.cards li {
    position: absolute;
    top: 0;
    left: 0;
    width: 22rem;
    height: 18rem;
    text-align: center;
    line-height: 18rem;
    font-size: 2rem;
    border-radius: 0.8rem;
        display: flex;
    align-items: center;
}

.cards li::marker{
  display:none;
}

.cards li img{
  max-width:90%;
}

.actions button {
    color: #9F9F9F;
    border:none;
}

.actions button:hover, .actions button:focus {
    border-color: #fff;
    color: #fff;
  background-color: transparent;
}

.actions {
    position: relative;     /* pour qu’elles soient dans le flux */
    margin-top: 60px;       /* espace entre cartes et boutons */
    text-align: center;
    z-index: 10;            /* s’assure qu’elles restent au-dessus */
}



/*GENERAL*/

.clip{
  overflow-x: clip!important;
}

.clip.responsive{
  overflow-x: hidden;
  overflow-y: hidden;
}

.clip.accueil{
  overflow-x: hidden;
  overflow-y: hidden;
}

/*CONTACT*/
#short-contact-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2), #short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4){
	width: 48%;
    display: inline-block;
}

#short-contact-form p:nth-child(5), #short-contact-form p:nth-child(6){
    width:100%;
}

input[type=email], input[type=text], select, textarea, input[type=tel]{
	width: 100%;
	border:none;
	background-color:#1d1a1a;
  color: white;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all .3s;
	font-weight: 300;
	padding: 15px;
    margin-bottom: 20px;
	outline : none;
	font-size : 14.5px;
	font-family : var(--e-global-typography-text-font-family);
  letter-spacing: 1px;
}


a.politique-lien{
	color: var(--e-global-color-accent);
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: none;
	color:#ffffff!important;
}
     
#bouton{ 
  background-color: transparent!important; 
  color: #9f9f9f!important; 
	border: 1px solid #9f9f9f!important;
	border-radius:10px;
	font-family: var(--e-global-typography-b9b460d-font-family);
  font-size: var(--e-global-typography-b9b460d-font-size);
	font-weight:600;
	text-transform: uppercase;
  text-decoration: none;
  margin-top: 30px;
} 

#bouton:hover{
    color: #FFFFFF!important;
    border: 1px solid #fff!important;
} 

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #0089D0;
    border-radius: 10px;
}

/*COMPLIANZ*/

.cmplz-btn{
	text-transform: uppercase!important;
	letter-spacing:1px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgb(0 0 0 / 58%)!important;
}

.cmplz-icon svg path{
	fill:#fff;
}


#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #c00b71 !important;/*CHANGER LA COULEUR*/
    background: #c00b71 !important;;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(https://11design.fr/wp-content/uploads/2025/12/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}



.grecaptcha-badge { 
	display : none!important; 
}





@media screen and (max-width: 1024px) {

  .clip.responsive{
      overflow-x: clip!important;
  overflow-y: clip!important;
  }

  .entete .wpr-ba-image-1 img, .entete .wpr-ba-image-2 img{
        height: 437px;
    object-fit: cover;
  }
	
	.wpr-ba-image-1 img, .wpr-ba-image-2 img{
		height: 270px;
		object-fit: cover;
  }
	
	.clip.accueil{
      overflow-y: visible !important;
}
}

@media screen and (max-width: 1200px) {

  

  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
    justify-content: center;
  }

  .mega-menu-columns-7-of-12{
    display: none !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    text-align:center!important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-menu-item-type-widget){
    padding: 6px 0!important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
    padding:0!important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    margin: 0 0 0 -20px!important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    min-height: 155px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-size: 20px!important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        color: #8c8c8c !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
    gap:17px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    display:flex!important;
    justify-content:center!important;
    gap: 25px;
    flex-direction: row;
  }

}


@media screen and (max-width: 768px) {
  .titre{
    margin-left: 0px;
  }
  
.cards {
    width: 17rem!important;
}

.cards li {
    width: 17rem!important;
}

.actions{
  margin-top:0!important;
}

/*CONTACT*/
    #short-contact-form p:nth-child(1), #short-contact-form p:nth-child(2), #short-contact-form p:nth-child(3), #short-contact-form p:nth-child(4){
	    width: 100%!important;
    }

    span.wpcf7-form-control-wrap{
    	display: flex;
    	flex-direction: column;
	}

	input[type=email], input[type=text], select, textarea{
		width:auto;
	}

}


