@import url('https://fonts.googleapis.com/css2?family=Knewave&family=Roboto+Slab:wght@400;700&display=swap');

.partenaire div.partenaire-logo {
    text-align: center;
    height: 140px;
}

.partenaire div.partenaire-logo img {
    max-height: 90px;
    max-width: 50%;
}

.wide-page, .wide-content {
    background-color: white;
}

@media (max-width: 1000px) {
    .wide-content {
        margin-top: 50px;
    }
}

.news-header {
    text-align: center;
}

.news h3 {
    margin-top: 20px;
}

.wide-page h1 {
    line-height: 1.1;
}
/* TYPO */
h1,
h2,
h3 {
    text-transform: uppercase;
}

h1,
.h1,
h2 {
    font-family: 'Knewave', sans-serif;
    margin-top: 0;
}

h2,
p {
    color: black;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

h4 {
    font-family: 'Roboto', sans-serif;
    color: #CEAB5D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

p, li {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    margin-bottom: 30px;
}

li {
    margin-bottom: auto;
}

.w-100 {
    width: 100%;
}

@media screen and (min-width:992px) {

    h1,
    .h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    p, li {
        font-size: 17px;
    }
}

/* COULEURS TYPOS */
.white {
    color: #fff !important;
}

.white h2, .white h1,
.white p, .white li {
    color: #fff;
}

.gold{
    color: #CEAB5D;
}


/* COULEURS FONDS */
.yellow-bg {
    background-color: #ECC747;
}

.gold-bg {
    background-color: #CEAB5D;
}

.blue-bg {
    background-color: rgba(125, 167, 185, 0.2);
}

[class*="-bg"]:not(.img-bg, .blug-bg) .cta {
    background-color: black;
    color: white;
}

.img-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.header-hp {
    height: 75vh;
    position: relative;
    overflow: hidden;
}

.header-hp h1 {
    max-width: 66%;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

.header-hp .right h1 {
    right: 15px;
    left: auto;
}

.header .left h1{
    left: 15px;
    right: auto;
}

@media screen and (min-width:992px) {
    .header-hp {
        height: 60vh;
    }

    .header-hp h1 {
        max-width: 33%;
        left: 100px;
        right: auto;
    }

    .header-hp .right h1 {
        right: 100px;
        left: auto;
    }
}

/* CTA */
.cta {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ECC747;
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    will-change: transform;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
}


.cta span {
    color: #000;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s ease-in;
    transition-delay: 0.1s;
}

.cta:before {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

[class*="-bg"]:not(.img-bg, .blug-bg) .cta {
    background-color: black;
    color: white;
    border: 2px solid black;
}

[class*="-bg"]:not(.img-bg, .blug-bg) .cta span {
    color: #fff;
}

[class*="-bg"]:not(.img-bg, .blug-bg) .cta:before {
    background: #fff;
}

[class*="-bg"]:not(.img-bg, .blug-bg) .cta:hover span {
    color: black;
}

.cta:hover span {
    color: white;
}

.cta:hover, a.cta:hover {
    color: white;
    text-decoration: none;
}

.cta:before {
    transform: translate(-120%, -50%) translateZ(0);
}

.cta:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
}

.cta.sm {
    padding: 5px 35px;
}

@media screen and (min-width:992px) {
    .cta {
        padding: 25px 75px;
    }

    .cta span {
        font-size: 24px;
    }
}

/* ALIGNEMENTS FLEX */
.relative {
    position: relative;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.d-flex {
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

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

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.wide-content img {
    width: 100%;
}

.wide-content img.slick-arrow {
    width: 25px;
}

img.homme-casquette {
    width: inherit;
}

.blug-bg img {
    max-height: 150px;
    object-fit: contain;
}

.pad-xl {
    padding: 90px 0;
}

.pad-sm {
    padding: 50px 0;
}

.pad-b-0 {
    padding-bottom: 0;
}

.cta-container {
    text-align: center;
}

.padding-left-top,
.padding-right-bottom {
    padding: 30px 0;
}

.padding-right-left {
    padding: 0 30px;
}

.padding-top-bottom {
    padding: 30px 0;
}

@media screen and (min-width:992px) {
    .pad-xl {
        padding: 150px 0;
    }

    .pad-sm,
    .pad-b-0 {
        padding: 90px 0;
    }

    .cta-container {
        text-align: left;
    }

    .padding-right-bottom {
        padding: 0 40px 40px 0 !important;
    }

    .padding-left-top {
        padding: 40px 0 0 40px !important;
    }

    .padding-right-left {
        padding: 10px 50px;
    }

    .padding-top-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .no-margin {
        margin: 0 -15px !important;
    }
}

/* PAGE DÉCOUVRIR MÉTIERS */
.cards {
    display: flex;
    flex-wrap: wrap;
}

.card {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 0px;
    padding: 0;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    flex-basis: 33.3333333%;
}

.card:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -32px;
    right: -32px;
    background: rgba(236, 199, 71, 0.7);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card:hover:before {
    transform: scale(25);
}

.card p, .card p a {
    color: transparent;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
}

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

.card:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card:hover p, .card:hover p a {
    font-size: 15px;
    transition: all 0.3s ease-out;
    color: #fff;
}

.card:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .card {
        flex-basis: 16.66667%;
        width: 13.88888888888889vw;
        height: 13.88888888888889vw;
    }

    .card p {
        font-size: 20px;
    }
}

/* Cards 4 par ligne */
.cards {
    display: flex;
    flex-wrap: wrap;
}

.card-4x {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 0px;
    padding: 0;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    flex-basis: 25%;
}

.card-4x:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -32px;
    right: -32px;
    background: rgba(236, 199, 71, 0.7);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card-4x:hover:before {
    transform: scale(25);
}

.card-4x p, .card-4x p a {
    color: transparent;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
}

.card-4x img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.card-4x:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card-4x:hover p, .card-4x:hover p a {
    font-size: 15px;
    transition: all 0.3s ease-out;
    color: #fff;
}

.card-4x:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .card-4x {
        flex-basis: 33%;
    }

    .card-4x {
        font-size: 20px;
    }
}


.card-5x {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 0px;
    padding: 0;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    flex-basis: 20%;
}

.card-5x:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: -32px;
    right: -32px;
    background: rgba(236, 199, 71, 0.7);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card-5x:hover:before {
    transform: scale(25);
}

.card-5x p, .card-5x p a {
    color: transparent;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
}

.card-5x img {
    height: 100%;
    max-height: 250px;
    object-fit: cover;
}

.card-5x:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card-5x:hover p, .card-5x:hover p a {
    font-size: 15px;
    transition: all 0.3s ease-out;
    color: #fff;
}

.card-5x:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .card-5x {
        flex-basis: 33%;
    }

    .card-5x {
        font-size: 20px;
    }
}

.space-bottom {
    margin-bottom: 20px;
}

/* FORM*/
input[type="text"],
select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px;
    margin-bottom: 10px;
    border: none;
    background-color: #fff;
}

input[type="text"]:focus,
select:focus {
    border: none;
    outline: none;
}

input[type="submit"] {
    color: #fff;
    background-color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding: 20px 30px;
    margin-top: 10px;
    float: right;
}

select,
input::placeholder {
    font-family: 'Roboto Slab', serif;
    color: #646363;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::before {
    content: '\25BE';
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(-50%);
    color: #646363;
    font-size: 20px;
}

@media screen and (min-width:992px) {
    form {
        margin-top: 40px;
    }

    input[type="submit"] {
        font-size: 24px;
        padding: 25px 75px;
    }
}

/* HP */
.img-actu-container {
    height: 300px;
}

.img-actu-container img {
    height: 100%;
    object-fit: cover;
}

.slick-arrow {
    width: 25px;
    position: absolute;
    top: 100px;
}

.slick-arrow.left {
    left: -20px;
}

.slick-arrow.right {
    right: -10px;
}

/* GABARIT SECTEUR */

.video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.number {
    font-family: 'Knewave', sans-serif;
    font-size: 70px;
}

.number-txt {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.slider-inner img {
    width: 75%;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    max-height: 200px;
    object-fit: contain;
}

.after {
    position: relative;
}

.after::after {
    content: '';
    background: url('../img/gabarit/megaphone.png');
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    top: -40px;

}

.in-viewport .count {
    opacity: 1;
    transition: all .3s;
}

.bloc-contact{
    overflow: hidden;
}
.bloc-contact img{
    position:absolute;
    width: 550px !important;
    right: -290px;
    top: -50px;

}
@media screen and (min-width:992px) {
    .slider .slick-slide {
        padding: 0 30px;
    }

    .after::after {
        width: 200px;
        height: 200px;
        right: -200px;
        top: -80px;
    }
    .bloc-contact{
        overflow: visible ;
    }
    .bloc-contact img{
        width: 650px !important;
        bottom: 0;
        right: 100px;
        top: auto;
        z-index: 9;
    }
}
