@charset "UTF-8";

/* ----------------------------------------------------------
  Titre
---------------------------------------------------------- */

.cc-block--titregestes {
    min-height: 100vh;
    width: 100%;
    color: #000;
    background-color: #D9D9D9;
}

.block--titregestes_container {
    max-width: 1440px;
    margin: auto;
}

.block--titregestes_arrow {
    bottom: 0;
    animation-name: arrow;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-iteration-count: 6;
    animation-direction: alternate;
}

@keyframes arrow {
  from {bottom: 0;}
  to {bottom: 10px;}
}

.block--titregestes_arrow {
    width: 50px;
    height: 50px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg) translate(-50px);
}

.block--titregestes_container .field-subtitle {
   font-family: 'Freight Big Regular';
   font-size: 30px;
   margin-top: 1rem;
}
.block--titregestes_container .field-subtitle.only-desktop{
    display: none;
}
.block--titregestes_container .logo {
    max-width: 80%;
}

.block--titregestes_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media(min-width:768px) { 
    .block--titregestes_container .field-title {
        width: 44vw;
        max-width: 806px;
    }
    .block--titregestes_container {
        flex-direction: row;
    }
    .block--titregestes_container img {
        max-width: 50%;
    }
    .block--titregestes_container .field-subtitle {
        margin-top: 60px;
        margin-right: 1rem;
    }
    .block--titregestes_container .field-subtitle.only-desktop{
        display: block;
    }
    .block--titregestes_container .field-subtitle.only-mobile{
        display: none;
    }
}

@media(min-width:1680px) { 
    .block--titregestes_container .field-title {
        font-size: 168px;
    }
}

@media(max-width:767px) { 
    .cc-block--titregestes {
        padding-top: 20vh;
    }
    .block--titregestes_container .field-title {
        font-size: 16vw;
    }
    .block--titregestes_arrow {
        width: 25px;
        height: 25px;
        transform: rotate(45deg) translate(-25px);
    }
}

@media(min-width:2400px) { 
    .lr-centered-container .block__container-left-padding {
        padding-left: 0;
    }
    .block--titregestes_container .field-title {
        font-size: 198px;
            max-width: 806px;
    }
}