/*
 Theme Name: GeneratePress Child
 Theme URI: https://example.com
 Description: Thème enfant de GeneratePress
 Author: Ton Nom
 Author URI: https://example.com
 Template: generatepress
 Version: 1.0.0
*/

/* ===== Thème Enfant GeneratePress - style.css ===== */

body {
    --gp-slideout-width: 100%;
}

/* Barre adminb */
#wpadminbar:hover
{
	opacity:1;
	top:0px;
}

#wpadminbar
{
	top:-24px;
	opacity:0;
	transition: all 0.3s ease-in-out;

	
}

/**
* Général
**/

p{
    margin-bottom: 0.5em;
}

html .one-container .site-content{
    padding:0px 32px;
}

body .entry-content > div:not(:first-child) {
    margin-block-start: 0px!important;
    margin-top: 0px!important;
}

:where(.gb-menu-container--mobile) { 
    z-index: 1000!important;
}
/**
* Polices
**/

.police-txt{
    font-family:'Archivo', sans-serif!important;
    letter-spacing: 0em!important;
}

.police-titre{
    font-family: "Londrina Solid", sans-serif!important;
    letter-spacing: 0.05em!important;
}

.menu-langues-mobile{
    display:none!important;
}

/**
* RGPD
**/

body .scl-title{
font-weight:400;
}
/**
* Titres H1 à H6
**/


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom:0px;
    letter-spacing: 0.05em;
    font-family: "Londrina Solid", sans-serif;
}

.h1,
.h1 a{
       font-size: 42px;
        line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
				
		

.h2,
.h2 a{
       font-size: 35px;
        line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
																			
																			

.h3,
.h3 a{
       font-size: 29px;
        line-height: 1em;
    font-weight: 400;
    text-transform: none;
}
												
												

.h4,
.h4 a{
    font-size: 24px;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
}
														
														

.h5,
.h5 a{
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
}
																			
																			

.h6,
.h6 a {
	font-size: 18px;    
    line-height: 1em;
    font-weight: 400;
    text-transform: none;
}


/**
* Formulaire de contact
**/
input[type="submit"] { 
border: 2px solid var(--accent);
padding: 0.6875rem 1rem 0.625rem;
width: fit-content;
}

input[type="submit"]:is(:hover,:focus) {
    color: var(--accent);
    background-color: rgba(255,255,255,0);
}

.wpcf7 p input:not([type="submit"]) {
    width: 100%;
}

.wpcf7 p {
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
    margin:0;
}

.wpcf7 br {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
   right: -20px;
    bottom: 12px;
    z-index: 10;
}

/**
* Animation de vagues
**/



.vagues:before{
    animation: vagues 10s linear infinite;
    background-image: url(assets/img/pattern-vague-390.svg);
    background-repeat: repeat;
    background-size: 400px;
    position: absolute;
    top: 0px;
    opacity: 0.7;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
}

@keyframes vagues {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -400px 0;
  }
}

/**
* Bouton réserver mobile
**/

.slideout-navigation a.gbp-button--secondary:not(:hover):not(:focus) {
    color: var(--accent);
}

/**
* Btn menu hamburger
**/

.mobile-menu-control-wrapper .menu-toggle,
 .mobile-menu-control-wrapper .menu-toggle:hover,
 .mobile-menu-control-wrapper .menu-toggle:focus,
  .has-inline-mobile-toggle #site-navigation.toggled{
    background-color: var(--accent-2);
}
.mobile-menu-control-wrapper .menu-toggle .gp-icon svg,
 .mobile-menu-control-wrapper .menu-toggle:hover .gp-icon svg,
 .mobile-menu-control-wrapper .menu-toggle:focus .gp-icon svg,
  .has-inline-mobile-toggle #site-navigation.toggled .gp-icon svg {
    fill: var(--base-3);
}

.main-navigation .main-nav ul.slideout-menu li a{
    text-align:center;
}

body .slideout-navigation .main-nav,
body .slideout-navigation .slideout-widget:not(:last-child){
    margin-bottom:0rem;
    margin-top:1rem;
}

body .main-navigation.slideout-navigation .main-nav > ul > li > a {
    line-height: 40px;
}

body .menu-item-has-children .gb-menu-link{
    column-gap: 0px;
    padding-right:5px;
}

/**
* Fil d'ariane Yoast - Design moderne et maritime
*/

.yoast-breadcrumbs {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 0;
    margin-bottom: 20px;
}

.yoast-breadcrumbs a {
    color: var(--accent2, #81a1c0);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
}

.yoast-breadcrumbs a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--accent2, #81a1c0), var(--accent4, #2c3f75));
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.yoast-breadcrumbs a:hover {
    color: var(--contrast, #1d2a50);
}

.yoast-breadcrumbs a:hover::after {
    width: 100%;
}



.yoast-breadcrumbs .breadcrumb_last {
    color: var(--contrast, #1d2a50);
    font-weight: 500;
    opacity: 0.8;
}

.page-id-486 .generate-back-to-top{
    bottom: 90px;
}

.generate-back-to-top, .generate-back-to-top svg{
    border-radius: 999px;
    transition: all 0.3s ease-in-out;
}