:root {
    /* 2024 --color1: #471B8F;*/
    --color1: #2A2E46;
    --purple1: #471B8F;
    /*--color1-light: #5D73FD;*/
    --color1-light: #00236f;
    --color2: #f44c00;
    --bg-light: #FFFFFF;
    --bg-dark: #F1F1F1;
}

html {
    scroll-behavior:smooth;
}

body {
    background-color: var(--bg-light);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    color: var(--color1);
}

input[type=text],
input[type=email],
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

h1, h2{
    color:  var(--color1);
}

h2 {
    font-size: 2em;
    position: relative;
    /*font-family: 'MuseoSansCyrl-900', sans-serif;*/
    font-family: 'Calistoga', serif;
    font-weight: normal;
    font-style: normal;
}

h2::after {
    content: '';
    background-color: var(--color1);
    height: 2px;
    position: absolute;
    bottom: -20px;
    width: 50px;
    z-index: 1;
    left: 50%;
    transform:translate(-50%,-50%);
}
/*.card {
    box-shadow: 0 4px 8px 0 rgba(0,33,78,.09803921568627451);
    border-radius: 20px;
}*/

.card-top,
.card-middle,
.card-bottom {
    padding: 20px;
}

.card-top {
    font-family: 'Calistoga', serif;
    background-color: #FFFFFF;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /*letter-spacing: 4px;*/
}

.card-middle {
    border-radius: 4px;
}

.card-middle b {
    font-size: 18px;
}

.candidature1 .card-middle {
    color: #FFFFFF;
    background-color: var(--purple1);
}

.candidature1 .card-top,
.candidature1 .card-bottom {
    color: var(--purple1);
}

.candidature2 .card-middle {
    color: #FFFFFF;
    background-color: var(--color2);
}

.candidature2 .card-top,
.candidature2 .card-bottom {
    color: var(--color2);
}

.card-bottom i {
    font-size: 24px;
}

.card-bottom {
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.down-txt {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
}

.menu-top {
    position: fixed;
    z-index: 777;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;

    /*
    display: flex;
    justify-content: center;
    */
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;

    background-color: transparent;
}

.menu-top.scrolled,
.menu-mobile.scrolled {
    background-color: var(--purple1) !important;
    transition: background-color 200ms linear;
}

.menu1 { grid-area: 1 / 3 / 2 / 4; }
.menu2 { grid-area: 1 / 4 / 2 / 5; }
.menu3 { grid-area: 1 / 5 / 2 / 6; }
.menu4 { grid-area: 1 / 6 / 2 / 7; }
.menu5 { grid-area: 1 / 7 / 2 / 8; }
.menu6 { grid-area: 1 / 8 / 2 / 9; }
.menu7 { grid-area: 1 / 9 / 2 / 10; }

.menu4 {
    white-space: nowrap;
}

.banner-home img {
    width: 100%;
    height: auto;
    min-width: 100%;
}

.menu-top div {
    /*padding: 8px;*/
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-top div:not(:first-of-type){
    text-align: center;
}

.menu-top div:not(:first-of-type):hover {
    /*opacity: 0.9;*/
    transition: all ease-in-out 0.3s;
    color: #fb510b;
}
.menu-top div:hover,
.menu-mobile-1:hover {
    cursor: pointer;
}

.menu-logo {
    width: 100%;
    height: auto;
    padding: 20px;
}

.menu1 {
    width: 151px;
    height: 51px;
}

.separator {
    position: relative;
    display: block;
    clear: both;
    width: 80%;
    height:2px;
    border-top: 1px solid;
    color: #dedede;
    margin: 20px auto;
}

.criteres-container,
.planing-container {
    background-color: var(--bg-dark);
}

.participer-container {
    background-color: #E84E0F;
}

.criteres-container {
    padding-bottom: 60px;
    background-image: url("../img/pattern-left.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.prix-container {
    padding-bottom: 60px;
    background-image: url("../img/888.png");
    background-repeat: no-repeat;
    background-position: right 0px top 9%;
    /*background-size: contain;*/
}
/*MAJ*/
.prix-container {
    /*background-color: var(--bg-light);*/
    background-color: var(--bg-dark);
}


.partenaires-container {
    padding-bottom: 60px;
    background-image: url("../img/pattern-left-2.png");
    background-repeat: no-repeat;
    background-position: left;
    /*background-size: contain;*/
}

.participer-container {
    padding-bottom: 60px;
    background-image: url("../img/pattern-right-2-2025.png");
    background-repeat: no-repeat;
    background-position: right/*-300px center*/;
    background-size: contain;
}

.video-container {
    padding-bottom: 60px;
    background-image: url("../img/pattern-right-3.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#candidatures {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;

    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
}

.candidature1 { grid-area: 1 / 2 / 2 / 6; }
.candidature2 { grid-area: 1 / 7 / 2 / 11; }

.candidature1 .card-top,
.candidature2 .card-top {
    font-weight: 800;
}

#participer a {
    text-decoration: none;
    font-weight: bold;
    color: #313350;
}

#candidatures .card-top {
    padding: 20px 20px 0 20px;
}

#candidatures .card-bottom {
    /*transition: all 0.2s ease-in-out 0s;*/
    padding: 0 20px;
}

#candidatures .card {
    transition: all 0.2s ease-in-out 0s;
}

#candidatures .card:hover {
    cursor: pointer;
    transform: translate(0px, -5px);
}

#candidatures .card-bottom:hover {
    /*cursor: pointer;
    transform: translate(0px, -5px);*/
}

#criteres {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
    color: var(--color1);

    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 20px;
}

#criteres-title,
#prix-title,
#participer-title,
#planing-title,
#partenaires-title,
#video-title {
    text-align: center;
    padding-top: 60px;
}

#criteres-title h2{
    margin-top: 0;
    margin-bottom: 40px;
    color: #2A2E46;
}

#prix-title h2,
#participer-title h2,
#planing-title h2,
#partenaires-title h2 {
    margin: 0;
}

#participer-title h2::after {
    background-color: #313350;
}

#participer-subtitle,
#planing-subtitle ,
#partenaires-subtitle {
    max-width: 1170px;
    margin: 60px auto 10px auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

#planing-subtitle,
#partenaires-subtitle {
    color: inherit;
}

.critere1 { grid-area: 1 / 2 / 2 / 5; }
.critere2 { grid-area: 1 / 5 / 2 / 8; }
.critere3 { grid-area: 1 / 8 / 2 / 11; }

.critere1 > div,
.critere2 > div,
.critere3 > div {
    padding: 20px;
}

.critere1 i,
.critere2 i,
.critere3 i {
    font-size: 54px;
    color: var(--color1);
}

.icon-critere {
    height: 90px;
    width: auto;
}

#prix ,
#participer,
#planing,
#planing-sessions,
#partenaires,
#partenaires2,
#partenaires3,
#partenaires4,
#partenaires5,
#video,
#footer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 20px;
}

#partenaires2,
#partenaires3,
#partenaires4,
#partenaires5 {
    padding: 60px 20px 0 20px;
}

#partenaires5 p {
    font-size: 12px;
}

#participer {
    padding: 60px 20px;
}

#prix ul li,
#participer ul li{
    font-size: 20px;
    margin-bottom: 10px;
}

.prix-div {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;

    padding: 0 80px;
}

/*.gagnants-div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;

    padding: 0 80px;
}*/

.gagnants-div {
    display: flex;
    justify-content: center;
    padding: 20px 80px;
    line-height: 26px;
}

.gagnants-div .prix-title {
    text-decoration: none;
    border-bottom: 1px solid var(--color1);;
}

.gagnants-div .gagnant-1 {
    padding-right: 40px;
}

.gagnant-1 {
    width: 30%;
}
.gagnant-2 {
    width: 50%;
}

.gagnant-3 {
    width: 20%;
}

/*
.gagnant-1 { grid-area: 1 / 1 / 2 / 5; }
.gagnant-2 { grid-area: 1 / 5 / 2 / 10; }
.gagnant-3 { grid-area: 1 / 10 / 2 / 13; }
*/

.gagnant-title {
    font-weight: bold;
    font-size: 24px;
}

.prix-div-1 { grid-area: 1 / 1 / 2 / 4; }
.prix-div-2 { grid-area: 1 / 4 / 2 / 11; }

.prix-div-1 {
    padding: 20px;
}

.prix-div-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prix-div-2 p {
    margin: 0;
}

.prix-title {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: bold;
}

.img-prix {
    width: 100%;
    height: auto;
}

#participer {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    color: #313350;
    text-align: center;
}

#participer .bottom {
    transition: all 0.2s ease-in-out 0s;
}
#participer .bottom:hover {
    cursor: pointer;
    transform: translate(0px, -5px);
}

.participer1 { grid-area: 1 / 2 / 2 / 5; }
.participer2 { grid-area: 1 / 5 / 2 / 8; }
.participer3 { grid-area: 1 / 8 / 2 / 11; }

.participer1 .top,
.participer2 .top,
.participer3 .top {
    background-color: #FFFFFF;
    padding: 20px;
}
.top {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#participer .top img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
}

#participer .top p.underline {
    text-decoration: underline;
    text-underline-offset: 8px;
}

#participer .top p.underline {
    margin-bottom: 10px;
}

#participer .top p.big-text {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

#planing {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.planing1 { grid-area: 1 / 2 / 2 / 5; }
.planing2 { grid-area: 1 / 5 / 2 / 8; }
.planing3 { grid-area: 1 / 8 / 2 / 11; }

#planing .top {
    background: #FFFFFF;
    margin: 40px 40px 0 40px;
    text-align: center;
}

#planing .bottom {
    height: 20px;
    width: 100%;
}

#planing .planing1 .bottom {
    background: #3D3A63;
    border-radius: 8px 0 0 8px;
}
#planing .planing2 .bottom {
    background: #fb510b;
}
#planing .planing3 .bottom {
    background: #6217A6;
    border-radius: 0 8px 8px 0;
}

.trait {
    text-align: center;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #FF4532 transparent;
    transform: rotate(0deg);

    margin: 0 auto;
}

#planing .planing1 .triangle {
    border-color: transparent transparent #3D3A63 transparent;
}

#planing .planing2 .triangle {
    border-color: transparent transparent #fb510b transparent;
}

#planing .planing3 .triangle {
    border-color: transparent transparent #6217A6 transparent;
}

.partenaire-row {
    display: flex;
}

.partenaire-row > div {
    width: 50%;
    margin-bottom: 40px;
}

.left-line {
    border-left: 6px solid red;
    padding: 0 20px;
}

.partenaire1 .left-line {
    border-left-color: #6329C3;
}

.partenaire2 .left-line {
    border-left-color: #E84E0F;
}

.partenaire3 .left-line {
    border-left-color: #C929FB;
}

.partenaire4 .left-line {
    border-left-color: #343250;
}

.subtitle-partner {
    text-align: center;
    position: relative;
    /*font-weight: bold;*/
}

.subtitle-partner::after {
    content: '';
    background-color: var(--color1);
    height: 2px;
    position: absolute;
    bottom: -10px;
    width: 50px;
    z-index: 1;
    left: 50%;
    transform:translate(-50%,-50%);
}

.partenaire-img {
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
    align-items: center;
    max-width: 1170px;
}

.partenaire-img img{
    width: auto;
    height: 100%;
    padding: 0 20px;
}

#partenaires4 .partenaire-img img{
    width: 60px;
    height: auto;
    padding: 0 5px;
}

.footer-container {
    background-color: var(--purple1);
    color: #FFFFFF;
}

#footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1170px;
}

#footer > div {
    /*width: 50%;*/
    padding: 20px 40px;
}

.footer1 {
    text-align: center;
}

.footer1 img {
    width: 40%;
    height: auto;
}

.footer2 {
    /*border-left: 1px solid #FFFFFF;*/
    font-size: 16px;
    /*** ATTENTE DEVIS ****/
    /*display: none;*/
}

.footer2 a {
    text-decoration: none;
    color: inherit;
}

/*
.footer2 p:nth-child(2) {
    transition: all 0.2s ease-in-out 0s;
}

.footer2 p:nth-child(2):hover {
    cursor: pointer;
    transform: translate(5px, 0px);
}
*/

.footer2 p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer2 form {
    background-color: #FFFFFF;
    color: var(--color1);
    padding: 40px;
    border-radius: 8px;
    font-weight: bold;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.form1 { grid-area: 1 / 1 / 2 / 5; }
.form2 { grid-area: 1 / 5 / 2 / 13; }
.form3 { grid-area: 1 / 1 / 2 / 13; }
.form4 { grid-area: 1 / 1 / 2 / 13; }
.form5 { grid-area: 1 / 5 / 2 / 9; }

.form-row div {
    padding: 20px;
}

.form-row-captcha {
    display: flex;
    justify-content: center;
}

.footer2 form label,
.footer2 form input,
.footer2 form textarea {
    display: block;
    width: 100%;
    outline: none;
    padding: 4px;
    border-radius: 0;
    -webkit-appearance: none;
}

.footer2 form textarea {
    height: 150px;
    border: 0;
    border-bottom: 1px solid var(--color1);
}

.footer2 form input {
    border: 0;
    border-bottom: 1px solid var(--color1);
    height: 30px;
}

.form5 {
    text-align: center;
}

.form5 input[type=submit] {
    background-color: transparent;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color1);
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.2s ease-in-out 0s;
}

.form5 input[type=submit]:hover {
    cursor: pointer;
    /*transform: translate(0, -5px);*/
}

.menu-mobile {
    display: none;
}

.banner-home.mobile {
    display: none;
}

@media (max-width: 1530px){

    .menu-top  {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .menu1 { grid-area: 1 / 1 / 2 / 2; }
    .menu2 { grid-area: 1 / 2 / 2 / 3; }
    .menu3 { grid-area: 1 / 3 / 2 / 4; }
    .menu4 { grid-area: 1 / 4 / 2 / 5; }
    .menu5 { grid-area: 1 / 5 / 2 / 6; }
    .menu6 { grid-area: 1 / 6 / 2 / 7; }
    .menu7 { grid-area: 1 / 7 / 2 / 8; }

}

@media (max-width: 1400px){
    .partenaire-img {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px){

    .menu-logo {
        width: 60%;
    }

    .banner-home.large-screen{
        display: none;
    }

    .banner-home.mobile {
        display: block;
    }

    .menu-top {
        display: none;
    }
    .menu-mobile {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;

        position: fixed;
        z-index: 777;
        top: 0;
        /*background-color: var(--purple1);*/
        background-color: #4e1aa2;
        color: #FFFFFF;
        padding: 20px;
    }

    .menu-mobile .menu-logo {
        padding: 0;
    }

    .menu-mobile-1 { grid-area: 1 / 1 / 2 / 4; }
    .menu-mobile-2 {  grid-area: 1 / 9 / 2 / 11; }

    .menu-mobile-1,
    .menu-mobile-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    button.menu-toggle {
        background-color: #4e1aa2;
        color: #FFFFFF;
        border: 1px solid #4e1aa2;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    button.menu-toggle i {
        font-size: 24px;
    }

    .menu-side {
        margin-top: 30px;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .menu-side > div:hover {
        cursor: pointer;
    }

    .banner-home {
        background: none;
        min-height: auto;
    }

    .banner-home img {
        display: block !important;
        width: 100%;
        height: auto;
    }

    .criteres-container {
        padding: 20px;
    }

    #candidatures,
    #criteres {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .prix-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .prix-div-2 {
        text-align: center;
    }

    #participer,
    #planing {
        display: flex;
        flex-direction: column;
    }

    #participer > div {
        margin-bottom: 60px;
    }

    #planing .planing1 .bottom,
    #planing .planing2 .bottom,
    #planing .planing3 .bottom {
        border-radius: 8px;
    }

    .partenaire-row {
        display: flex;
        flex-direction: column;
    }

    .participer-container,
    .prix-container {
        padding-bottom: 0;
    }

    .participer3 {
        margin-bottom: 0 !important;
    }

    .partenaire-row > div {
        width: 100%;
    }

    #participer-subtitle,
    #planing-subtitle ,
    #partenaires-subtitle {
        padding: 0 20px;
    }

    #partenaires {
        padding: 60px 20px 0 20px;
    }

    .partenaire-img {
        flex-wrap: wrap;
        padding: 60px 0 0 0;
        justify-content: center;
    }

    .partenaire-img img {
        padding: 20px;
    }

    #footer {
        flex-direction: column;
    }

    #footer > div {
        width: 100%;
        padding: 20px 0;
    }

    .footer1 img {
        width: 100%;
        height: auto;
    }

    .footer2 {
        border-left: none;
        border-top: 1px solid #FFFFFF;
        font-size: 18px;
        /*text-align: center;*/
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    .form-row label {
        font-size: 12px;
    }

    .footer2 form {
        padding: 20px;
    }

    .form-row div {
        padding: 10px;
    }

    .planing-session-row {
        display: flex;
        flex-direction: column;
    }

    .gagnants-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .gagnant-1, .gagnant-2, .gagnant-3 {
        width: 100%;
    }

    .gagnants-div .gagnant-1 {
        padding-right: 0;
    }
    .gagnant-3 {
        text-align: center;
    }
    .gagnant-3 .img-prix {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 1745px){
    .menu-top > div {
        font-size: 13px;
    }
}

@media (max-width: 992px){
    .menu-top > div {
        font-size: 10px;
    }

    .no-mobile {
        display: none;
    }
}

@media (max-width: 700px){
    .menu-logo {
        width: 100%;
    }
}

/**************************************/
.menu-side {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: var(--color1);*/
    background-color: #4e1aa2;
    color: #FFFFFF;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    opacity: 0.9;
}

.menu-side div {
    padding: 10px;
    transition: 0.3s;
    width: 230px;
}


.menu-side div:hover,
.menu-side .closebtn:hover {
    opacity: 0.9;
    cursor: pointer;
}

.menu-side .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    width: auto;
}


.planing-session-title {
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 8px;
}


/*.planing-session-title::after {
    content: '';
    background-color: var(--color1);
    height: 1px;
    position: absolute;
    bottom: -5px;
    width: 50%;
    z-index: 1;
    left: 50%;
    transform:translate(-50%,-50%);
}*/

.planing-session-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.planing-session-row p {
    padding: 10px 40px;
}

.session-btn {
    background-color: var(--color1);
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 4px;
    text-align: center;
}
.session-link {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
}

.session-link:hover {
    transform: translate(5px, 0);
    cursor: pointer;
}

#video {
    max-width: 800px;
}

video {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,33,78,.09803921568627451);
}

video:hover {
    cursor: pointer;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#statut_message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

    font-size: 16px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.satut_message_success {
    background-color: #d4edda;
}

.satut_message_error {
    background-color: #f8d7da;
}

.laureats-img {
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(241, 241, 241, 1) 50%);
}

.laureats-img div.img-group{
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 20px;
}

.laureats-img img {
    width: 100%;
    height: auto;
}

.prix-title {
    font-size: 18px;
    margin-bottom: 0;
}