/** TITRES + STRUCTURE */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel', sans-serif;
    padding-bottom: 10px;
}

h1 {
	font-size: 40px;
    line-height: 1em;
}

h2 {
    font-weight: 700;
    color: #333;
    line-height: 1.1em;
    font-size: 36px;
    margin-bottom: 24px;    
}

img {
    max-width: 100%;
    height: auto;
}

.video iframe {
    max-width: 100%;
}

b, strong {
    font-weight: 700;
}

body, input, textarea, select {
    font-family: 'Oxygen', sans-serif;
}

a {
    color: #2ea3f2;
}

body {
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

.container {
	padding: 0 32px;
}

@media (min-width: 992px){
    h2 {
        font-size: 50px;
        margin-bottom: 32px;
    }

    .container {
        padding: 0 10%;
        max-width: 1080px;
        margin: auto;
    }
}

/** MENU */

.menu {
    display: none;
}

.burger_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 12px 5px;
    position: fixed;
    z-index: 9999;
    top: 16px;
    right: 16px;
}

.burger_menu span {
    display: block;
    background: var(--color-1, #003049);
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .25s margin .25s, .25s transform;
    -moz-transition: .25s margin .25s, .25s transform;
    transition: .25s margin .25s, .25s transform;
}

.burger_menu span:nth-child(1) {
    margin-bottom: 5px;
    width: 20px;
}

.burger_menu span:nth-child(3) {
    margin-top: 5px;
    width: 20px;
}

.burger_menu.active span {
    -webkit-transition: .25s margin, .25s transform .25s;
    -moz-transition: .25s margin, .25s transform .25s;
    transition: .25s margin, .25s transform .25s;
    background: #fff;
}

.burger_menu.active span:nth-child(1), .burger_menu.active span:nth-child(2) {
    transform: rotate(45deg);
}

.burger_menu.active span:nth-child(1) {
    margin-top: 10px;
    width: 30px;
    margin-bottom: 1px;
    opacity: 0;
}

.burger_menu.active span:nth-child(3) {
    margin-top: -3px;
    transform: rotate(135deg);
    width: 30px;
}

.menu_mobile {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px; /* caché hors écran */
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.4s ease;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.menu_mobile.active {
    left: 0; /* affiché */
}

/* Optionnel : overlay sombre derrière le menu */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px){
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        padding: 16px 32px;
        display: flex;
        gap: 32px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom-left-radius: 6px;
    }

    .menu a {
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

    .menu_mobile, .overlay, .burger_menu {
        display: none;
    }
}

/** HOMEPAGE */

.home_accueil {
	background-image: url(../images/pierre_frolla_homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-height: 612px;
    padding-top: 130px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; 
}

.home_accueil__content {
    margin: 20px 0;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.home_presentation__flex {
    display: flex;
    flex-direction: column;
}

.home_presentation__flex--figure {
    position: relative;
    margin-top: -64px;
    z-index: 0;
}

.home_presentation__flex--figure img {
	filter: saturate(150%);
    backface-visibility: hidden;
}

.reseaux_sociaux {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
    bottom: -12px;
    left: 0;
}

.reseaux_sociaux figure {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.home_presentation__flex--content {
    padding-top: 54px;
}

.home_presentation__flex--content h2 {
    font-size: 36px;
    color: black;
    margin-bottom: 0;
}

.home_presentation__flex--content p:first-of-type {
    margin-bottom: 1em;
}

.flex_content .liens {
    margin-top: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.flex_content .liens a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0da0c5;
    font-size: 16px;
    font-family: "Abel", sans-serif;
    letter-spacing: 1px;
    line-height: 1.7em;
    position: relative;
    padding-left: 24px;
}

.flex_content .liens a:hover {
	color: #0c71c3;
}

.flex_content .liens a:before {
	content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 11px;
    height: 10px;
    background-image: url(../images/arrow_link.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.home_requin {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
}

.home_origine__flex {
	display: flex;
    flex-direction: column;
	gap: 40px;
}

.home_origine__flex--left p:first-of-type {
    margin-bottom: 1em;
}

.home_origine__flex--right figure {
	margin-bottom: 32px;
}

.home_records {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%), url(../images/pierre_frolla_records_home.jpg);
    margin-top: 0;
    margin-right: 0;
    padding-top: 50px;
    filter: saturate(113%) contrast(117%);
    backface-visibility: hidden;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
}

.home_records h2 {
    text-align: center;
}

.records {
    display: flex;
    flex-direction: column;
    color: white;
    gap: 32px;
}

.record {
    text-align: center;
    flex: 1;
}

.record .nombre {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 1.5em;
    font-size: 72px;
}

.record h3 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 1.4em;
}

.home_stages {
    margin: 64px 0 96px;
    text-align: center;
}

.home_stages p {
    max-width: 800px;
    margin: 0 auto 16px;
}

.home_stages h3 {
    font-size: 26px;
    color: #333;
    margin-top: 48px;
    line-height: 1.5;
}

.home_stages li {
    margin-bottom: 10px;
}

.home_stages .boutons {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.boutons a.btn {
    color: #2ea3f2;
    font-size: 18px;
    font-weight: 500;
    padding: 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: block;
}

.boutons a.btn:hover {
    background-color: #2ea3f2;
    color: white;
}

.home_aventures {
    margin-bottom: 64px;
}

.home_aventures__flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.home_aventures__flex--content {
    padding: 0 32px;
}

.home_aventures__flex--content h2 {
    margin-bottom: 10px;
}

.home_aventures p {
    margin-bottom: 10px;
}

.lien_youtube.lien {
    align-self: flex-start;
}

.lien_instagram.lien {
    align-self: center;
}

.home_spots__flex {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.home_spots__flex--content {
    padding: 0 32px;
}

.spots {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.spot h4 {
    font-size: 20px;
    color: #000000 !important;
}

.spot h4 .chiffre {
    color: #0da0c5;
    font-size: 34px;
    font-weight: 700;
}

.newsletter {
    background-position: right 0px center;
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 52%), url(../images/pierre_frolla_newsletter_home.jpg);
    padding-top: 54px;
    padding-bottom: 34vw;
    text-align: center;
    margin-top: 24px;
}

.newsletter__content {
    max-width: 600px;
    margin: auto;
}

.newsletter__content h2 {
    margin-bottom: 10px;
}

.newsletter__content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 0;
}

.newsletter__content form .field {
    flex-basis: 48%;
}

.newsletter__content form .field input {
    height: 52px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 0;
}

.submit {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    justify-content: space-between;
    gap: 32px;
}

.newsletter__content .reglement {
    font-size: 14px;
    color: white;
}

.newsletter__content .reglement a {
    text-decoration: none;
    color: #2ea3f2;
}

.partenaires {
    padding: 5% 0;
}

.partenaires__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.rgpd {
    background-color: rgba(2, 2, 2, 0.09);
    padding: 16px 0;
    text-align: center;
}

.rgpd a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}

@media (min-width: 992px){
    .home_accueil {
        background-position: 0 -120px;
    }

    .home_presentation__flex {
        flex-direction: row;
        align-items: flex-start;
        gap: 10%;
    }

    .home_presentation__flex--figure {
        margin-top: -195px;
    }

    .home_presentation__flex--figure img {
        max-width: unset;
    }

    .reseaux_sociaux {
        justify-content: space-evenly;
        bottom: -20px;
    }

    .reseaux_sociaux figure {
        width: 52px;
        height: 52px;
    }

    .home_presentation__flex--content h2 {
        font-size: 44px;
    }

    .home_requin {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .home_origine__flex {
        flex-direction: row;
        gap: 64px;
    }

    .home_origine__flex--right {
        margin-top: -280px;
    }

    .home_records {
        margin-top: 64px;
        margin-right: 80px;
        background-position: unset;
        padding-bottom: unset;
        min-height: 600px;
    }

    .records {
        flex-direction: row;
        justify-content: space-between;
        gap: 6%;
    }

    .boutons a.btn {
        font-size: 20px;
        padding: .3em 1em;
    }

    .home_aventures {
        margin-bottom: 120px;
    }

    .home_aventures__flex {
        flex-direction: row;
        gap: 80px;
        align-items: center;
    }

    .home_aventures__flex--figure {
        flex-basis: 66%;
    }

    .home_aventures__flex--content {
        flex-basis: 34%;
        margin-right: 80px;
        padding: 0;
    }

    .flex_content .liens {
        gap: 32px;
        text-align: right;
    }

    .flex_content .liens a {
        font-size: 20px;
    }

    .home_spots {
        width: 85%;
        margin-left: auto;
    }

    .home_spots__flex {
        flex-direction: row;
        gap: 80px;
    }

    .home_spots__flex--content {
        flex-basis: 40%;
        padding: 0;
    }

    .home_spots__flex--figure {
        flex: 1;
    }

    .newsletter {
        margin-top: 80px;
    }

    .partenaires__flex {
        flex-direction: row;
        align-items: flex-start;
    }

    .partenaires__flex--figure {
        flex-basis: 33%;
    }

    .partenaires__flex--logos {
        flex: 1;
    }

    .rgpd {
        text-align: left;
    }
}

/** PAGE LE COEUR DE L'OCEAN */

.page_coeur header {
    background-image: url(../images/z-PHOTO-2021-02-11-16-57-04-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    color: white;
    margin-bottom: 64px;
    text-align: center;
}

.animaux {
    background-image: url(../images/pierre_frolla_animaux.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 300px;
}

.animaux__content p {
    margin-bottom: 16px;
}

.passion {
    margin-top: 56px;
    background-size: contain;
    background-position: top;
    background-image: url(../images/pierre_frolla_passion.jpg);
    background-repeat: no-repeat;
    padding: 54px 0;
}

.passion__flex {
    display: flex;
    flex-direction: column;
    padding-top: 375px;
}

.passion__flex--content {
    margin-top: 64px;
}

.passion__flex--content p {
    margin-bottom: 16px;
}

.requin {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%), url(../images/IMG_1771.jpg) !important;
    padding-bottom: 372px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 48px;
}

.destination {
    text-align: center;
    margin-bottom: 64px;
}

.destination h2 {
    margin-bottom: 10px;
}

.destination__flex {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.destination__flex--item {
    flex: 1;
}

.destination__flex--item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.destination__flex--item p {
    margin-bottom: 24px;
}

.videos {
    margin-bottom: 64px;
}

.videos__flex {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.videos__flex--content {
    text-align: center;
}

.videos__flex--content p {
    margin-top: 16px;
}

.videos__flex--videos {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.videos__flex--videos h3 {
    font-size: 26px;
    flex-basis: 100%;
    line-height: 1.5;
}

.video_item {
    flex-basis: 100%;
}

.video_item iframe {
    height: 240px;
    width: 100%;
}

.formulaire {
    margin-bottom: 48px;
}

.formulaire__flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 48px;
}

.formulaire__flex--figure {
    flex-basis: 55%;
}

.formulaire__flex--form {
    flex: 1;
}

.form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
}

.form .field {
    flex-basis: 100%;
}

.form .field.field100 {
    flex-basis: 100%;
}

.form .field input {
    width: 100%;
    border: 0;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
    font-size: 16px;
}

.form .field textarea {
    background: #f7f7f7;
    border: 0;
    padding: 16px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    min-height: 180px;
}

input[type="submit"] {
    --webkit-appearance: none;
    border: 0;
    background-color: #0da0c5;
    color: white;
    font-family: 'Oxygen';
    text-transform: uppercase;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 32px;
}

.prestige {
    text-align: center;
    margin-bottom: 64px;
}

.page_coeur .fin {
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 52%), url(../images/pierre_frolla_newsletter_home.jpg) !important;
    padding-bottom: 100vw;
}

@media (min-width: 992px){
    .animaux {
        background-position: right 0px center;
        padding: 54px 0;
    }

    .animaux__content {
        width: 38%;
        padding: 40px;
        background-color: rgba(255, 255, 255, 0.87);
        margin-top: 40px;
    }

    .passion {
        background-position: left bottom 0px;
        margin-bottom: 40px;
    }

    .passion__flex {
        flex-direction: row;
        gap: 80px;
        padding-top: 48px;
        padding-bottom: 80px;
    }

    .passion__flex--figure {
        flex-basis: 46%;
    }

    .passion__flex--content {
        flex: 1;
    }

    .requin {
        margin-bottom: 96px;
    }

    .destination {
        margin-bottom: 120px;
    }

    .destination__flex {
        flex-direction: row;
    }

    .videos .container {
        max-width: unset;
        padding: 0 70px;
    }

    .videos__flex {
        flex-direction: row;
    }

    .videos__flex--content {
        flex-basis: 40%;
        text-align: right;
    }

    .videos__flex--videos {
        flex: 1;
    }

    .videos__flex--videos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .videos__flex--videos h3 {
        font-size: 34px;
        flex-basis: 100%;
    }

    .video_item {
        flex-basis: calc(50% - 16px);
    }

    .formulaire {
        margin-bottom: 80px;
    }

    .formulaire .container {
        max-width: unset;
        padding: 0 70px;
    }

    .formulaire__flex {
        flex-direction: row;
        gap: 80px;
        align-items: center;
    }

    .form .field {
        flex-basis: 48%;
    }

    .page_coeur .fin {
        background-position: right 0px center;
        background-size: unset;
        padding-bottom: 45vw;
    }
}

/** PAGE PIERRE FROLLA */

.page_pierre header {
    background-image: url(../images/pierre_frolla_presentation.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    color: white;
    margin-bottom: 64px;
    text-align: center;
    position: relative;
}

.page_pierre .reseaux_sociaux {
    justify-content: center;
    gap: 32px;
    bottom: -20px;
}

.directeur {
    background-size: contain;
    background-position: left bottom 0px;
    background-image: url(../images/pierre_frolla_directeur.jpg);
    background-repeat: no-repeat;
    margin-bottom: 64px;
}

.directeur__content.flex_content_bg {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
}

.directeur__content.flex_content p {
    margin-bottom: 16px;
}

.directeur__content.flex_content ul {
    margin-bottom: 16px;
    padding-left: 40px;
    list-style-type: disc;
}

.directeur__content.flex_content ul li {
    margin-bottom: 16px;
}

.ecole {
    background-size: contain;
    background-position: right 0px center;
    background-image: url(../images/pierre_frolla_ecole_bleue.jpg);
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.ecole_content.flex_content_bg {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
}

.ecole_content.flex_content p {
    margin-bottom: 16px;
}

.conferencier p {
    margin-bottom: 16px;
}

.conferencier__chiffres {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 48px 0;
}

.conferencier__chiffres--item {
    flex: 1;
}

.conferencier__chiffres--item .nombre {
    font-family: 'Oxygen', sans-serif;
    color: #0da0c5 !important;
    line-height: 1.5em;
    font-weight: 600;
    font-size: 72px;
}

.conferencier__chiffres--item h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.conferencier__figure {
    margin-bottom: 48px;
}

.conferencier__figure img {
    width: 100%;
}

.conferencier__videos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.conferencier__videos--item iframe {
    width: 100%;
    height: 160px;
}

.requin2 {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%), url(../images/pierre_frolla_presentation2.jpg);
    padding-bottom: 372px;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
    margin-bottom: 88px;
}

.parole {
    margin-bottom: 48px;
}

.parole__flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.parole__flex--content p {
    margin-bottom: 16px;
}

.parole__flex--content .video {
    margin-top: 48px;
}

.parole__flex--videos {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.acteur {
    margin-bottom: 48px;
}

.acteur__flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 32px;
}

.acteur__flex--content {
    flex: 1;
}

.acteur__flex--content p {
    margin-bottom: 16px;
}

.acteur__flex--videos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.acteur__flex--videos_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partenariat {
    padding: 0 32px;
    margin-bottom: 48px;
}

.partenariat__flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.partenariat__flex--content p {
    margin-bottom: 16px;
}

.partenariat__flex--content .video {
    margin-top: 32px;
}

.partenariat__flex--content .video iframe {
    height: 200px;
}

.partenariat__flex--video {
    width: 100%;
}

.partenariat__flex--video .video iframe {
    width: 100%;
    height: 200px;
}

.page_pierre .fin {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 52%), url(../images/pierre_frolla_newsletter_home.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 100vw;
}

@media (min-width: 992px){
    .directeur__content.flex_content {
        padding-top: 90px;
        padding-bottom: 90px;
        width: 53%;
        margin-left: 45%;
    }

    .ecole_content.flex_content {
        padding-top: 110px;
        padding-bottom: 110px;
        width: 53%;
        margin-right: 45%;
    }

    .conferencier__chiffres {
        flex-direction: row;
        justify-content: center;
    }

    .conferencier__figure {
        margin-bottom: 100px;
    }

    .conferencier__videos {
        flex-direction: row;
    }

    .conferencier__videos--item {
        flex: 1;
    }

    .parole__flex {
        flex-direction: row;
        gap: 64px;
        align-items: flex-start;
    }

    .parole__flex--content {
        flex: 1;
    }

    .parole__flex--videos {
        flex: 1;
    }

    .parole {
        margin-bottom: 100px;
    }

    .acteur {
        margin-bottom: 64px;
    }

    .acteur__flex {
        flex-direction: row;
        padding-left: 72px;
        padding-right: 0;
        gap: 72px;
        align-items: center;
    }

    .acteur__flex--videos {
        flex-basis: 54%;
        flex-direction: row;
        gap: 48px;
    }

    .partenariat {
        padding-left: 72px;
        padding-right: 0;
        margin-bottom: 64px;
    }

    .partenariat__flex {
        flex-direction: row;
        gap: 48px;
        align-items: flex-start;
    }

    .partenariat__flex--content {
        flex: 1;
    }

    .partenariat__flex--content .video {
        margin-top: 48px;
    }

    .partenariat__flex--content .video iframe {
        height: 315px;
    }

    .partenariat__flex--video {
        flex-basis: 60%;
    }

    .partenariat__flex--video .video iframe {
        height: 440px;
    }

    .page_pierre .fin {
        background-position: right 0px center;
        background-size: unset;
        padding-bottom: 45vw;
    }
}

/** PAGE PROTECTION DES DONNEES */

.page_protection header {
    background-image: url(../images/padel-pierre-frolla-apnee.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 60px;
    color: white;
    margin-bottom: 32px;
}

.protection h1 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 10px;
}

.protection h2 {
    font-size: 22px;
    color: #474747;
    margin-bottom: 10px;
}

.protection p {
    margin-bottom: 10px;
}

/** CONTACT */

.page_contact header {
    background-image: url(../images/pierre_frolla_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 80px;
    color: white;
    margin-bottom: 64px;
    text-align: center;
}

.contact_form {
    text-align: center;
}

.contact_form h2 {
    margin-bottom: 10px;
}

.contact_form .form {
    max-width: 800px;
    margin: 64px auto;
}

.page_contact .fin {
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 52%), url(../images/pierre_frolla_newsletter_home.jpg);
    background-position: top;
    padding-bottom: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px){
    .page_contact header {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .page_contact .fin {
        padding-bottom: 60vw;
        background-size: unset;
    }
}