/* @font-face {
    font-family:'walking';
    src: url('fonts/walking.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family:'Gilroy-Heavy';
    src: url('fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family:'Gilroy-Black';
    src: url('fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family:'Gilroy-Black-Italic';
    src: url('fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family:'Gilroy-Regular';
    src: url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


h1, .h1{
    font-family: "sofachrome", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 6rem;
    text-align: center;
    margin-top: 100px;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 70%);
    line-height: 6rem;
    margin-bottom: 80px;
    color: #5bff28;
}
.h1-subtitle{
    font-family: "sofachrome", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 4.7rem;
    line-height: 3rem;
    display: block;
    color: #ffffff;
}

.g-color-white {
    color: #ffffff !important;
}

.navbar{
	padding: 0;
}

.border-radius-30{
	border-radius: 30px;
}

.u-header {
    font-size: 1rem;
}

.btn{
    border-radius: 30px;
}

.date_rando {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 0px;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 70%);
    font-family: 'Gilroy-Black';
}

.lieu_rando {
    position: absolute;
    top: 45px;
    background-color: #5bff28;
    color: #1c1c1c;
    font-family: 'Gilroy-Black';
    text-transform: uppercase;
    font-size: 2.5rem;
    padding: 25px 30px 15px 30px;
    border-radius: 0 0 30px 30px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.5rem;
}
.cp_lieu_rando {
    display: block;
    font-size: 1.5rem;
}

.title-icon-home{
    font-size: 3em;
    line-height: 1em;
    text-shadow: none;
    margin-bottom: 0;
    margin-top: 100px;
    color: #5bff28;
    font-family: 'Gilroy-Black';
    text-shadow: 1px 1px rgb(28 28 28 / 50%), -1px -1px rgb(28 28 28 / 50%);
}

.slick-track{
    height:0!important;
}

.g-font-bold{
    font-family:'Gilroy-Black'!important;
}


.g-bg-bluegreen{
    background-color: #5bff28!important;
}
.g-color-bluedark{
    color: #1c1c1c!important;
}

.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #1c1c1c;
    background-color: #1c1c1c;
}
.g-bg-gray-light-v5 {
    background-color: rgb(28 28 28 / 50%) !important;
    border-radius: 25px 0 25px 0;
    box-shadow: 0px 3px 0px rgb(36 38 36 / 20%);
    border: 2px solid #60ff28;
}

.logo-partenaire img{
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0px 3px 0px rgb(36 38 36 / 20%);
}


.g-bg-bluedark{
    background-color: #1c1c1c!important;
    background-image: url('../img/bg/texture-dark.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.g-bg-bluelight{
    background-color: #303030!important
}

.title-bloc{
	font-weight: bold;
    color: #ffffff;
    font-size: 5em;
    letter-spacing: 0;
    text-shadow: 0px 0px 20px rgba(0, 0, 0,0.5);
    font-family: Gilroy-Heavy;
}

.compteur-rando{
    padding: 0 40px;
}

.compteur-rando div{
    font-size: 45px;
    font-family: "sofachrome", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.compteur-rando span{
    font-size: 15px;
}


h2.corps{
    color: #ffffff;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 30px;
    font-family: "sofachrome", sans-serif;
    font-weight: 400;
    font-style: italic;
}

table.tarifs {
    color: #ffffff;
    border: 2px solid #ffffff;
    top: 20%;
    position: relative;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-weight: 300;
}

table.tarifs tr, table.tarifs th, table.tarifs td {
    border: 1px solid;
    padding: 10px;
    text-align: left;
}

table.tarifs th {
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.btn{
    letter-spacing: 1px;
}
p {
    font-size: 18px;
    font-weight: 300;
}

.u-go-to-v1{
    border-radius:50%;
}

a.btn-white{
	border: 2px solid #ffffff;
    padding: 13px 26px;
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s linear;
    background-color: transparent;
    font-weight: 500;
}

a.btn-white:hover{
	color: #1c1c1c;
	text-decoration: none;
	background-color: #ffffff;
}

a.btn-white-inv {
    border: 2px solid #1c1c1c;
    color: #1e1e1e;
}

a.btn-white-inv:hover{
    border: 2px solid #1c1c1c;
    color: #5bff28;
	background-color: #1e1e1e;
}




#parcours, #partenaires{
    /* background-image: url('../img/bg/bg-terre.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: soft-light; */
}

h2.title-bloc-bg-white{
	text-shadow: 0px 0px 10px #3B4F61;
}


section#inscriptions {
    /* background-position: bottom center;
    background-color: #F1F3F4;
    background-image: url(../img/bg/montagnes.jpg);
    background-repeat: no-repeat;
    background-size: 100%; */
}

.g-pt-200 {
    padding-top: 14.28571rem !important;
}

.map-parcours{
    height: calc(100% + 50px);
    margin-top: -50px;
    border:none;
    min-height: 500px;
}

.liste_parcours p{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.liste_parcours h3{
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

h2.tlt-parcours{
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    left: 50%;
}

.text-underline{
    text-decoration: underline!important;
}

#photos{
    background-color: #1c1c1c;
}

.fancybox-content{
    font-family: 'Gilroy-Regular';
}

p.mentions-legales{
    font-size: 12px;
    text-align: justify;
    line-height: 15px;
    color: #404040;
    font-weight: 400;
}

#fancybox-mentions h4, #fancybox-creditphoto h4{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

#fancybox-mentions h5{
    margin-top: 20px;
    font-size: 16px;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover{
    color: #5bff28;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #F2F2F2;
}


img.icon-parcours {
    width: 50px;
    margin-bottom: 10px;
}



.u-btn-primary {
    color: #1c1c1c;
    background-color: #5bff28;
    line-height: 2rem;
}






/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #F2F2F2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
}

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

    h1, .h1{
        font-size: 5rem;
        line-height: 5rem;
    }
    .h1-subtitle{
        font-size: 3.9rem;
    }
}

@media screen and (max-width: 1000px) {
    h1, .h1{
        font-size: 4rem;
        line-height: 4rem;
    }
    .h1-subtitle{
        font-size: 3.2rem;
    }

    .date_rando {
        font-size: 3em;
        line-height: 1em;
    }

    .lieu_rando {
        top: 45px;
        font-size: 2rem;
        line-height: 1.5rem;
    }
    .cp_lieu_rando {
        font-size: 1.5rem;
    }

    .title-icon-home{
        font-size: 3em;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 100px;
    }
}


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

    h2.tlt-parcours{
        font-size: 70px
    }
}

@media screen and (max-width: 769px) {
    
    h1, .h1{
        font-size: 3rem;
        line-height: 3rem;
    }
    .h1-subtitle{
        font-size: 2.3rem;
    }

    .date_rando {
        font-size: 3em;
        line-height: 1em;
    }

    .lieu_rando {
        top: 45px;
        font-size: 2rem;
        line-height: 1.5rem;
    }
    .cp_lieu_rando {
        font-size: 1.5rem;
    }

    .title-icon-home{
        font-size: 3em;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 100px;
    }

    h2.corps {
        font-size: 1.8em;
    }

    .compteur-rando{
        padding: 0px 10px;
    }
    .compteur-rando div{
        font-size: 30px;
    }

    .title-bloc {
        font-size: 70px;
        text-shadow: 0px 0px 20px rgba(0, 0, 0,0.5);
    }
    .d-none-md{
        display: none;
    }
}

@media screen and (max-width: 580px) {
    h1, .h1{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .h1-subtitle{
        font-size: 2rem;
    }

    .date_rando {
        font-size: 2em;
        line-height: 1em;
    }

    .lieu_rando {
        top: 45px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 15px 20px 5px 20px;
    }
    .cp_lieu_rando {
        font-size: 1.5rem;
    }

    .title-icon-home{
        font-size: 2em;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 100px;
    }
}

@media screen and (max-width: 520px) {
    
    .indicators-photos{
        display: none!important;
    }

    .compteur-rando{
        padding: 0px;
    }

    .title-bloc {
        font-size: 60px;
        text-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
    }
}

@media screen and (max-width: 460px) {
    h1, .h1{
        font-size: 2rem;
        line-height: 2rem;
    }
    .h1-subtitle{
        font-size: 1.5rem;
    }

    h2.corps {
        font-size: 1.5em;
    }

    .compteur-rando{
        padding: 0px;
    }

    .compteur-rando div{
        font-size: 25px;
    }

    .compteur-rando span{
        font-size: 12px;
    }

    .title-bloc {
        font-size: 40px;
        text-shadow: 0px 0px 10px rgba(0, 0, 0,0.5);
    }
}