@font-face {
    font-family: 'PP Fragment Sans';
    src: url('../fonts/PPFragment-SansLight.woff2') format('woff2'),
        url('../fonts/PPFragment-SansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Sans';
    src: url('../fonts/PPFragment-SansRegular.woff2') format('woff2'),
        url('../fonts/PPFragment-SansRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Serif';
    src: url('../fonts/PPFragment-SerifExtraBold.woff2') format('woff2'),
        url('../fonts/PPFragment-SerifExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Sans';
    src: url('../fonts/PPFragment-SansExtraBold.woff2') format('woff2'),
        url('../fonts/PPFragment-SansExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Serif';
    src: url('../fonts/PPFragment-SerifRegular.woff2') format('woff2'),
        url('../fonts/PPFragment-SerifRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Fragment Glare';
    src: url('../fonts/PPFragment-GlareRegular.woff2') format('woff2'),
        url('../fonts/PPFragment-GlareRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




*{
    margin: 0;
    padding: 0;
}

body.popup_active{
    overflow: hidden;
}

.wrapper{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

img{
    max-width: 100%;
}

h1{
    font-weight: normal;
    margin-top: 70px;
    text-align: center;
    font-size: 172px;
    line-height: 172px;
    font-family: 'lindsey-signature', serif;

    display                      :-webkit-box;
	display                      :-webkit-flex;
	display                      :-ms-flexbox;
	display                      :flex;

    -webkit-box-align            : center;
    -webkit-align-items          : center;
    -ms-flex-align               : center;
    align-items                  : center;

    -webkit-box-pack             : center;
    -webkit-justify-content      : center;
        -ms-flex-pack            : center;
            justify-content      : center;
}


h1 .titre{
    position: relative;
    z-index: 1;
}


h1 .annee{
    font-size: 115px;
    display: inline-block;
    margin-left: 43px;
    position: relative;
}

h1 .annee span{
    position: relative;
    z-index: 1;
}

h1 .annee:before{
    content: "";
    background-image: url('../img/2022-cercle.png');
    width: 205px;
    height: 116px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -68px;
    left: 50%;
    margin-left: -103px;
    z-index: 0;
}

h2{
    font-size: 78px;
    line-height: 85px;
    max-width: 815px;
    margin: 0 auto;
    font-family: "PP Fragment serif";
    font-weight:normal;
}

.logo{
    margin-top: 35px;
    text-align: center;
}

.logo img{
    display: inline-block;
    width: 180px;
    height: auto;
}


section{
    max-width: 1006px;
    margin: 60px auto;
}


.row{
    margin-bottom: 80px;
}

.row h3, .row h4{
    font-size: 20px;
    line-height: 25px;
    font-family: "PP Fragment sans";
    font-weight: bold;
    margin-bottom: 16px;
}

.row h3{
    position: relative;
}

.row h4{
    margin-bottom: 14px;
}

.row h3 span{
    position: relative;
    z-index: 2;
}

.row h3:before{
    content: '';
    height: 35px;
    width: 200px;
    background-position: left center;

    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.row:first-child h3:before{
    background-image: url('../img/trait-engages.png');
    background-size: 156px 35px;

}

.row:nth-child(2) h3:before{
    background-image: url('../img/trait-conquerants.png');
    background-size: 196px 35px;
}

.row:nth-child(3) h3:before{
    background-image: url('../img/trait-batisseurs.png');
    background-size: 185px 35px;
}

.row:nth-child(4) h3:before{
    background-image: url('../img/trait-coachs.png');
    background-size: 142px 35px;
}

.row:nth-child(5) h3:before{
    background-image: url('../img/trait-visionnaires.png');
    background-size: 196px 35px;
}



.row p{
    font-size: 20px;
    line-height: 25px;
    font-family: "PP Fragment sans";
    margin-bottom: 35px;
    font-weight: 300;
}

.image{
    width: 100%;
    height: 565px;
    position: relative;
    cursor: pointer;
}

.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image:before{
    content: "";
    background-image: url("../img/play.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 92px;
    width: 92px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 40px;
}

.image.bientot{
    cursor: inherit;
}

.image.bientot:before{
    content: "";
    background-image: url("../img/bientot-disponible.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 112px;
    width: 302px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    margin-top: -56px;
    top: 50%;
    background-position: center;
}


.popup{
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: black;

    display: none;

    -webkit-box-align            : center;
    -webkit-align-items          : center;
    -ms-flex-align               : center;
    align-items                  : center;

    -webkit-box-pack             : center;
    -webkit-justify-content      : center;
        -ms-flex-pack            : center;
            justify-content      : center;
}

.popup.active{
    display                      :-webkit-box;
    display                      :-webkit-flex;
    display                      :-ms-flexbox;
    display                      :flex;
}

.popup .close{
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 30px;
    right: 30px;
}

.popup .close:before{
    content: "X";
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-family: arial;
    border-radius: 50%;
    display: block;
    color: #fff;
    border:2px solid #fff;
    cursor: pointer;
}

.popup .video{
    width: 1100px;
    height: 650px;
}

.popup .video iframe{
    width: 100%;
    height: 100%;
}
