/*------------------------------------*\
    Universel
\*------------------------------------*/

.tag {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-primary);
    line-height: 1.5;
}

#fil-ariane {
    padding: 6rem 0 1rem 0;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs * {
    font-family: var(--font-primary);
    font-size: 13px;
    letter-spacing: 2px;
}

#breadcrumbs a {
    padding-bottom: 0.25rem;
    margin-right: 0.5rem;
    border-bottom: 1px solid var(--color-primary);
}

#breadcrumbs a:hover {
    border-color: var(--color-secondary);
}

#breadcrumbs .breadcrumb_last {
    margin-left: 0.5rem;
}

.lien {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.v-barre {
    margin: 1rem 0 0;
    position: relative;
    padding-left: 3rem;
}

.v-barre::before {
    content: url(/wp-content/themes/Nautelis/images/v-barre.svg);
    position: absolute;
    left: 0%;
}

/*------------------------------------*\
    Front Page
\*------------------------------------*/

/* Section hero */

#hero {
    padding: 0;
    background: var(--color-primary);
}

#hero .container {
    max-width: 100%;
    width: 100%;
}

#hero .row>* {
    padding: 0;
}

#hero .bloc-2:first-of-type {
    display: flex;
    align-items: center;
}

#hero .contenu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 4rem;
    max-width: 85%;
}

#hero h1,
#hero p {
    color: white;
}

#hero .sous-titre {
    color: var(--color-secondary);
    font-size: 22px;
}

#hero .slick-slide {
    margin: 0 !important;
}

#hero .slide {
    position: relative;
    display: block !important;
}

#hero .info {
    position: absolute;
    bottom: 5%;
    right: 5%;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#hero .slick-dots {
    position: absolute;
    bottom: 2%;
    left: 0;
    display: flex;
    gap: 0.5rem;
}

#hero button {
    background: white;
    font-size: 0;
    width: 31px;
    height: 10px;
    border: transparent;
    border-radius: 10px;
}

#hero .slick-active button {
    background: var(--color-secondary);
}

/* Section partenaire */

#partenaire {
    background: var(--fond);
    padding: 5rem 0;
}

#partenaire .bloc-1 {
    margin-bottom: 2rem;
}

#partenaire .bloc-1>* {
    text-align: center;
}

#partenaire .slick-track {
    display: flex !important;
    align-items: center;
}

#partenaire .slick-slide {
    margin: 0 2rem !important;
}

/* Section preuve */

#preuve img {
    border-radius: 16px;
}

#preuve .protocole {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

#preuve .protocole p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 48%;
    margin: 0;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    border: 1px solid #F1F5F9;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

#preuve .protocole p::before {
    content: url(/wp-content/themes/Nautelis/images/icone_voile.svg);
}

/*------------------------------------*\
    Page Nos expertises
\*------------------------------------*/
/* Section Expertises */

#expertises {
    padding: 2rem 0 6rem;
}

.nos-expert-card {
    margin-bottom: 2rem;
}

.nos-expert-card .header {
    padding: 2.5rem;
    border-radius: 24px 24px 0 0;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nos-expert-card .header * {
    color: white;
}

.nos-expert-card .header img {
    background: rgba(255, 255, 255, 6%);
    padding: 1rem;
    border-radius: 12px;
    margin: 0;
}

.nos-expert-card .header h3 {
    margin: 0;
    font-size: 26px;
    font-family: var(--font-primary);
    text-transform: none;
}

.nos-expert-card .contenu {
    padding: 2.5rem;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.nos-expert-card .contene .extrait {
    margin-bottom: 1.5rem
}

.nos-expert-card ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nos-expert-card li {
    width: 48%;
}

.nos-expert-card .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(0 0 0 / 20%);
}

.nos-expert-card .footer div p:first-of-type {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.nos-expert-card .footer span {
    margin: 0 0.25rem;
}

.nos-expert-card .footer span:last-of-type {
    display: none;
}

.nos-expert-card .lien::after {
    content: url(/wp-content/themes/Nautelis/images/right-arrow.svg);
}

/* Section Certifications */

#certif {
    background: var(--gradiant);
}

#certif .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

#certif .bloc-1 * {
    text-align: center;
}

#certif .bloc-4 {
    display: flex;
}

#certif .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    border-radius: 16px;
}

#certif .card * {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

#certif .card .sout-titre {
    font-size: 14px;
}

/*------------------------------------*\
    Page Secteur D'intervention
\*------------------------------------*/
#secteurs-dintervention .ports-map-section {
    padding-top: 1rem;
}

#secteurs-dintervention .ports-map-section .ports-map-left {
    order: 2;
}

#secteurs-dintervention .ports-map-section .ports-map-right {
    order: 1;
}

#secteurs-dintervention .ports-map-section .bloc-1 {
    order: 3;
}

/*------------------------------------*\
    Page Le Cabinet
\*------------------------------------*/

#histoire {
    padding-top: 1rem;
}

#histoire .row {
    overflow: hidden;
}

#histoire .bloc-5 .date {
    font-size: 18px;
}

#histoire .bloc-5 .dot {
    color: var(--color-secondary);
    font-size: 40px;
    line-height: 40px;
    position: relative;
    z-index: 1;
}

#histoire .bloc-5 .dot::after {
    content: '';
    background: var(--color-primary);
    width: 115%;
    height: 2px;
    position: absolute;
    top: 55%;
    left: 6%;
    z-index: -1;
}


#histoire .bloc-5 h3 {
    font-size: 26px;
}

#histoire .bloc-5 .description {}

/*------------------------------------*\
    Composants
\*------------------------------------*/

/* Composant Nos expertises */

#expertise .bloc-2 {
    margin-bottom: 1rem;
}

#expertise .expert-card {
    background: url(/wp-content/themes/Nautelis/images/bg-expert.jpg);
    border-radius: 24px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

#expertise .expert-card * {
    color: white;
}

#expertise .contenu img {
    background: rgba(255, 255, 255, 6%);
    padding: 1rem;
    border-radius: 12px;
    margin: 0 0 1rem 0;
}

#expertise .contenu .tag {
    font-size: 12px;
}

#expertise .contenu h3 {
    font-size: 24px;
    font-family: var(--font-primary);
    line-height: normal;
}

#expertise .expert-card .lien::after {
    content: url(/wp-content/themes/Nautelis/images/right-arrow-sec.svg);
}

#expertise .bloc-1 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* Composant Cabinet */

#cabinet {
    background: var(--fond);
}

#cabinet .row>* {
    margin-bottom: 3rem;
}

#cabinet .bloc-2:nth-of-type(2) p {
    margin: 1rem 0;
}

#cabinet .slick-prev,
#cabinet .slick-next {
    top: -10% !important;
}

#cabinet .slick-prev {
    left: 91%;
}

#cabinet .slick-next {
    right: 2%;
}

#cabinet .slick-prev::after {
    content: url(/wp-content/themes/Nautelis/images/prev.svg)
}

#cabinet .slick-next::after {
    content: url(/wp-content/themes/Nautelis/images/next.svg)
}

#cabinet .slick-list {
    padding: 2rem 0 1rem 0;
}

#cabinet .slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
}

#cabinet .slide h4 {
    font-size: 20px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#cabinet .slide p {
    color: #62748E;
}

#cabinet ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
}

#cabinet li {
    width: 50%;
}

#cabinet .bloc-com {
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 16px;
}

#cabinet .contenu {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 65%;
}

#cabinet .contenu img {
    background: rgba(255, 255, 255, 6%);
    padding: 1rem;
    border-radius: 12px;
}

#cabinet .contenu div p {
    color: rgb(219 234 254 / 70%);
}

#cabinet .contenu div .titre {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}

/* Composant Chiffres */

.chiffres {
    background: var(--gradiant);
}

.chiffres .bloc-1 {
    margin-bottom: 3rem;
}

.chiffres .bloc-1 * {
    text-align: center;
}

.chiffres .chi {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    margin-bottom: 2rem;
}

.chiffres .chi::after {
    content: url(/wp-content/themes/Nautelis/images/barre-sec.svg);
    position: absolute;
    bottom: -20%;
}

.chiffres .chi * {
    text-shadow: 0 4px 9px rgba(0, 0, 0, 0.10);
    font-weight: 700;
    line-height: 1;
}

.chiffres .nombre {
    font-size: 96px;
    margin: 0;
}

.chiffres .chi span {
    font-size: 36px;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.chiffres .bloc-4 .donnée {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

/* Composant Nous contacter */

#nous-contacter {
    background: var(--color-primary);
}

#nous-contacter .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nous-contacter h2,
#nous-contacter p {
    color: white;
    text-align: center;
}

#nous-contacter p:not(.tag) {
    color: #DBEAFE;
}

#nous-contacter .grp-btn {
    margin-top: 2rem;
}

#nous-contacter .btn::after {
    display: none;
}

/* Composant Google avis */

#avis {
    background: var(--fond);
}

#avis .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

#avis .google-reviews__rating {
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.google-reviews__rating {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    margin: 0;
}

.stars-rating {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 16px;
}

.stars-rating::before {
    content: '★★★★★';
    background: linear-gradient(90deg,
            var(--color-secondary) var(--percent),
            white var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
}

.google-review {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    padding: 2rem;
}

.review-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.review-text__toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: start;
    color: #000000;
    text-decoration: underline;
}

.review-text__toggle:hover {
    color: #006eff;
}

.google-review .auteur {
    font-weight: 700;
}

/* Composant Étapes */
#etapes {
    background: var(--fond);
}

#etapes * {
    text-align: center;
}

#etapes .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 2rem;
}

#etapes .bloc-1:last-child {
    margin: 2rem 0 0;
}

#etapes .bloc-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

#etapes .bloc-5 * {
    margin-bottom: 0;
}

#etapes .bloc-5 .img,
#etapes .bloc-5 .img img {
    position: relative;
    z-index: 6;
}

#etapes .bloc-5 .img {
    width: 100%;
}

#etapes .bloc-5 .img::after {
    content: '';
    background: var(--color-secondary);
    width: 90%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50%;
    z-index: 1;
}

#etapes .bloc-5:nth-child(6) .img::after {
    display: none;
}

#etapes .duree {
    position: relative;
    font-weight: 600;
    background: #FFF3E3;
    padding: 0.5rem 0.75rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#etapes .duree::before {
    content: url(/wp-content/themes/Nautelis/images/clock.svg);
    height: 18px;
}

/* Composant Accordeon */

#faq .bloc-3-5 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordeon {
    background: var(--fond);
    border: 1px solid var(--color-primary);
    border-radius: 16px;
    padding: 1rem 2rem;
    cursor: pointer;
}

.accordeon.actif {
    background: white;
}

.accordeon .content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.accordeon .content>* {
    overflow: hidden;
}

.accordeon.actif .content {
    grid-template-rows: 1fr;
}

.accordeon .titre {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordeon .titre::after {
    content: url(/wp-content/themes/Nautelis/images/accordeon-open.svg);
}

.accordeon.actif .titre::after {
    content: url(/wp-content/themes/Nautelis/images/accordeon-close.svg);
}

.accordeon .content p {
    margin: 0;
}

.accordeon.actif .content p {
    margin: 1rem 0 0;
}

/*------------------------------------*\
    Section Intro
\*------------------------------------*/

#intro {
    background: url(/wp-content/themes/Nautelis/images/intro.jpg);
}

#intro .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

#intro h1,
#intro p {
    color: white;
}

#intro h1,
#intro .titre,
#intro .extrait {
    text-align: center;
}

#intro .extrait {
    max-width: 70%;
}

#intro .titre {
    font-size: 76px;
    font-weight: 700;
    font-family: var(--font-secondary);
    line-height: 1;
    margin-bottom: 1rem;
}

#intro .grp-btn {
    margin-top: 2rem;
}

/*------------------------------------*\
    Single Expertise
\*------------------------------------*/