@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

body {
    font-family: 'Inter', serif, sans-serif;
    color: #504E4E;
}

p {
    line-height: 30px;
}

.img-overlay {
    position: relative;
    display: inline-block;
}

.overlay-editions-img {
    position: relative;
    display: inline-block;
}

.img-overlay img {
    display: block;
    width: 100%;
    min-height: 90vh;
}

.overlay-editions-img a img {
    display: block;
    width: 100%;
    height: 100%;
}

.hoverTextHero h1 {
    font-size: 40px;
}

.section5 .row .edition2024-text h2 {
    font-size: 36px;
    color: #0068AF;
    font-weight: 900;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-editions {
    position: absolute;
    top: 0;
    left: -80;
    right: -50;
    bottom: 0;
    width: 98%;
    height: 100%;
    background: linear-gradient(62deg, #002A47 9.21%, rgba(0, 42, 71, 0.00) 71.98%);
}

.hoverTextHero {
    width: 60%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 45%;
}

.hoverTextPrvEditions{
    width: 60%;
    color: #fff;
    position: absolute;
    top: 90%;
    left: 35%;
}

.hoverTextPrvEditions a{
    color: #fff;
    font-size: 18px;
}

.textHero {
    width: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 58vh
}

.textHero .textHeroContent {
    width: 90%;
    margin: auto;
}

.hero {
    background: url('../images/img-head.png') right;
    
}

.overlay-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

header {
    position: relative;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}

header.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

header .dropdown .dropdown-menu li a:hover {
    background-color: #0068AF !important;
    color: #fff !important;
}

header nav .collapse li a.nav-link.je-participe-junior {
    border: 1px solid #0068AF !important;
    padding: 5px 10px !important;
}

header nav .collapse li a.nav-link:hover {
    color: #0289e3;
}

header nav .collapse li a.nav-link.btn {
    background: #0068AF;
    color: #fff;
    padding: 5px 10px !important;
}

header nav .collapse li a.nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #0068AF;
}

header nav .collapse li a.nav-link.active {
    font-weight: 600;
    color: #0068AF;
}

.hoverTextHero span {
    color: #0068AF;
}

.hoverTextHero a.btn {
    background: #0068AF;
    color: #fff;
    font-size: 25px;
    padding: 7px 35px;
}

.textHero a.btn {
    background: #0068AF;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
}

@media only screen and (max-width: 992px) {
    .hoverTextHero {
        top: 50%;
    }

    header nav .navbar-brand {
        margin-left: 10px;
    }

    header nav .navbar-brand img {
        max-width: 70%;
    }

    header nav .collapse li {
        margin-right: 10px;
    }

    header nav .collapse li a.nav-link {
        font-size: 16px;
    }

    header nav .navbar-toggler {
        border: none;
        color: #0068AF;
    }

    header nav .navbar-toggler .navbar-toggler-icon {
        background: url('/menu-open.png') no-repeat;
        background-size: contain;
    }

    header nav .navbar-toggler .navbar-toggler-icon.active {
        background: url('/menu-close.png') no-repeat;
        background-size: contain;
    }

    header nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .hoverTextHero a.btn {
        font-size: 10px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .hoverTextHero {
        top: 45%;
    }

    .hoverTextHero a.btn {
        font-size: 14px;
    }
}

.section1 {
    border-radius: 3px;
    background: #fff;
    position: relative;
    top: -4rem;
}

.section1 h2 {
    color: #0068AF;
    font-weight: 500;
    font-size: 40px;
}

.hoverTextHero h1 {
    font-size: 40px;
}

.section3 .eeichiffres {
    overflow: hidden;
}

.section3 .eeia-chiffres .content h2 {
    font-size: 40px;
}

.section1 p {
    font-size: 16px;
}

.section1 h3 {
    color: #0068AF;
    font-weight: 500;
    font-size: 36px;
}

.vertical-line{
    border-right: 1px solid #ffffff;
    height: 130px;
}

.partenaires {
    font-size: 40px;
    color: #0068AF;
    font-weight: 900;
}

.section5 .edition2024-text a.btn {
    background: #0068AF;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    border-radius: 2px;
}

.section6 .row {
    width: 60%;
    margin: auto;
}

@media only screen and (max-width: 992px) {
    .section1 {
        top: -4rem;
    }

    .section1 h2 {
        margin-top: 60px;
        font-size: 24px;
    }

    .hoverTextHero h1 {
        font-size: 24px;;
    }

    .section3 .eeia-chiffres .row.eeia-chiffres-number {
        font-size: 15px;
        font-weight: 600px;
    }

    .section3 .eeia-chiffres .eeia-chiffres-2 {
        font-size: 15px;
    }

    .section1 p {
        font-size: 16px;
    }

    .section1 h3 {
        font-size: 20px;
    }

    .eeia-programmes .nos-programmes .titre {
        font-size: 24px;
    }
}

@media screen and (max-width: 992px) and (min-width: 375px) {
    .section1 {
        top: -6rem;
    }

    .hoverTextHero {
        top: 45%;
    }

    .section6 .row{
        width: 100%;
    }

    .section6 .row img{
        width: 50%;
        margin-left: 25%;
    }
}

@media only screen and (max-width: 320px) {
    .section1 {
        top: -0.5rem;
    }

    .section6 .row{
        width: 100%;
    }

    .section6 .row img{
        width: 50%;
        margin-left: 25%;
    }
}

.section1 .imgBox {
    min-height: 100%;
    position: relative;
}

.section1 .imgBox .img2 {
    position: absolute;
    top: 10%;
    left: 13%;
    max-width: 20%;
}

.section1 .imgBox .img3 {
    position: absolute;
    top: 60%;
    left: 25%;
    max-width: 20%;
    border-radius: 3px;
}

.section1 .imgBox .img4 {
    position: absolute;
    top: 40%;
    right: 17%;
    max-width: 20%;
    border-radius: 10px;
}

@media only screen and (max-width: 992px) {
    .section1 .imgBox .img3 {
        max-width: 15%;
    }

    .section1 .imgBox .img4 {
        max-width: 26%;
    }
}

.section1 .dateImportant h3 {
    font-size: 16px;
}

.section1 .dateImportant p {
    font-size: 14px;
}

@media only screen and (max-width: 992px) {
    .section1 .dateImportant .paragraphe3 p {
        background: #9747FF;
    }

    .section1 .dateImportant .paragraphe4 p {
        background: #0068AF;
    }
}

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

    .hoverTextHero {
        top: 45%;
    }

    .hoverTextHero h1 {
        font-size: 48px;
    }

    .section1 .dateImportant {
        border-bottom: 3px dashed #6D6767;
        height: 30px;
        margin: 0 auto;
        overflow: visible;
    }
}



/* LES DEUX SECTIONS EN BAS */
.section2 h2 {
    font-size: 40px;
}

@media only screen and (max-width: 992px) {
    
}

.progs {
    justify-content: center;
}

.prog {
    background-color: #fff;
    width: 477px;
    height: 248px;
    border-radius: 30px;
    margin: 10px;
    padding: 30px;
}

.prog-left {
    display: inline-flex;
}

.prog-title {
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    color: #504E4E;
}

.prog-circles {
    display: flex;
    padding: 0;
}

.fa-python {
    color: #0068af;
}

.fa-database {
    color: #FEC200;
}

.fa-robot {
    color: #9747FF;
}

.fa-desktop {
    color: #0068af;
}

.fa-folder-open {
    color: #0068af;
}

.fa-users {
    color: #0068af;
}

.circle {
    background-color: #0068af;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: #fff 1px solid;
    margin: 0 2px;
    text-align: left;
}

.prog-circles .circle:nth-child(2) {
    position: relative;
    left: -10px;
}
.prog-circles .circle:nth-child(3){
    position: relative;
    left: -20px;
}

.prog-week {
    margin-top: 15%;
    color: #0068af;
    font-weight: 600;
    font-size: 14px;
}



.section2 .eeia-junior,
.section2 .eeia-senior {
    background: #fff;
    max-width: 500px;
    max-height: 500px;
    border-radius: 5px;
    position: relative;
}

.section2 .eeia-junior h3,
.section2 .eeia-senior h3 {
    color: #0068AF;
    font-weight: 700;
    font-size: 18px;
}

.section2 .eeia-junior a.btn:nth-child(1),
.section2 .eeia-senior a.btn:nth-child(1) {
    background: #0068AF;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 22px;
    border-radius: 3px;
}

.section2 .eeia-junior a.btn:nth-child(2),
.section2 .eeia-senior a.btn:nth-child(2) {
    background: #fff;
    color: #0068AF;
    border: #0068AF 1px solid;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 22px;
    border-radius: 3px;
}

.section2 .viewplusorsignin {
    position: absolute;
    bottom: 15px;
}

.section2 .eeia-junior img,
.section2 .eeia-senior img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: 0px 0px;
    border-radius: 6px;
}

/* SECTION 3 */
.section3 p {
    font-size: 18px;
    text-align: justify;
}

/* =======================================SECTION DES EDITIONS PRECEDENTES========================================== */

.preview_editions h1 {
    color: #fff;
    font-size: 40px;
}

.preview_editions h1 span {
    color: #FEC200;
}

.preview_editions .row.titre {
    color: #0068AF;
}

.preview_editions .row.titre p {
    font-size: 18px;
}

.preview_editions .doChoice {
    width: 80%;
    margin: auto;
    border-radius: 10px;
    background: url('/images/droite-barre-de-recherche.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 10%;
    background-color: #fff;
}

.preview_editions .doChoice .dropdown-center .dropdown-menu li a:hover {
    background-color: #0068AF !important;
    color: #fff !important;
}

.preview_editions .doChoice p {
    font-weight: 400;
    font-size: 25px;
    color: #0068AF;
}

.preview_editions .doChoice .dropdown-center button.btn {
    font-size: 20px;
    background: #0068AF !important;
    color: #fff;
}

.preview_editions .doChoice .dropdown-center .dropdown-menu.show[data-popper-placement="bottom"] {
    margin-top: -2px !important;
}

.preview_editions .doChoice .dropdown-center .dropdown-menu.show[data-popper-placement="top"] {
    margin-bottom: -2px !important;
}

.section2 {
    background-color: #F8F8F8;
    margin: auto;
}

.section2 .container {
    width: 80%;
    margin: auto;
}

.eeia-programmes .nos-programmes .titre {
    color: #0068af;
    font-size: 40px;
    font-weight: 800px;
}

.section3 {
    background: #0068AF;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 50px;
}

.section3 .eeia-chiffres .row.eeia-titre {
    font-size: 40px;
    font-weight: 600px;
}

.section3 .eeia-chiffres .eeia-chiffres-2 {
    font-size: 28px;
}

.section3 .eeia-chiffres .eeia-chiffres-number {
    font-size: 60px;
    font-weight: 900px;
}

.section4 .preview_editions {
    margin: auto;
    width: 80%;
}

.preview_editions .eeia-editions .eeia-editions-preview a.btn {
    position: absolute;
    bottom: 10px;
}

.preview_editions .eeia-editions .eeia-editions-current div {
    color: #fff;
    border: 1px solid #0068AF;
    border-radius: 3px;
}

.preview_editions .eeia-editions .eeia-editions-preview .card {
    border-radius: 3px;
    border: 1px solid #0068AF;
}

.preview_editions .eeia-editions .eeia-editions-preview h4 {
    color: #0068AF;
}

@media only screen and (max-width: 992px) {
    .preview_editions h1 {
        font-size: 24px;
    }

    .preview_editions .doChoice p {
        font-size: 17px;
    }

    .preview_editions .doChoice .dropdown-center button.btn {
        font-size: 17px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .preview_editions h1 {
        font-size: 35px;
    }

    .page_eeia_junior .hero,
    .page_eeia_senior .hero {
        top: 5vh;
    }
}

@media only screen and (max-width: 768px) and (min-width: 375px) {
    .section4 .preview_editions .eeia-editions {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .section4 .preview_editions .eeia-editions {
        width: 100%;
    }
    .prog {
        height: 305px!important;
    }
    .prog-circles .circle:nth-child(2) {
        position: relative;
        left: -8px;
    }
    .prog-circles .circle:nth-child(3){
        position: relative;
        left: -16px;
    }
}



/* =======================================SINGLE PAGE DES EDITIONS PRECEDENTES========================================== */
.eeia-editions-single .hero {
    background: #0068AF;
    min-height: 40vh;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eeia-editions-single .hero h1 {
    font-size: 48px;
    font-weight: 400;
}

.eeia-editions-single .leaureats div.title {
    max-width: 40%;
}

.eeia-editions-single .leaureats div.person .bg {
    background: url('/images/background-laureats.png') no-repeat;
    background-size: 50%;
    background-position: left top;
    padding-top: 25px;
}

.eeia-editions-single .leaureats div.person img.img-fluid {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    object-position: 0 0;
}

.eeia-editions-single .leaureats {
    color: #0068AF;
}

.eeia-editions-single .leaureats h2 {
    font-size: 40px;
}

.eeia-editions-single .leaureats h3 {
    font-weight: 600;
    font-size: 20px;
}

.eeia-editions-single .leaureats h4 {
    font-size: 24px;
    font-weight: normal;
}

.eeia-editions-single .leaureats #pills-tab .nav-link {
    font-weight: 600;
    font-size: 20px;
    color: #0068AF;
    border: 1px solid #0068AF;
}

.eeia-editions-single .leaureats #pills-tab .nav-link.active {
    background: #0068AF;
    border-radius: 3px;
    color: #fff;
}

.eeia-editions-single .galerie-photos {
    background: #F3F5FC;
    text-align: center;
}

.eeia-editions-single .galerie-photos h2 {
    color: #0068AF;
    font-weight: 600;
    font-size: 40px;
}

.eeia-editions-single .galerie-photos img {
    border-radius: 3px;
    width: 330px;
    height: 250px;
    object-fit: cover;
    margin: auto;
}

.eeia-editions-single .galerie-photos .background-blue {
    background: #0068AF;
    min-height: 50vh;
    text-align: center;
}

.eeia-editions-single .galerie-photos .background-blue .container {
    position: relative;
    top: -7rem;
}

.eeia-editions-single .projets h2 {
    color: #0068AF;
    font-weight: 600;
    font-size: 40px;
}

.eeia-editions-single .projets h3 {
    font-weight: 600;
    font-size: 20px;
    color: #0068AF;
    text-align: center;
}

.eeia-editions-single .projets .projets-list-item-1 {
    max-width: 438px;
    height: 337px;
    background: url('/images/drone.png') no-repeat;
    background-size: contain;
    background-position: center center;
}

.eeia-editions-single .projets .projets-list-item-2 {
    max-width: 438px;
    height: 337px;
    background: url('/images/puce.png') no-repeat;
    background-size: contain;
    background-position: center center;
}

.eeia-editions-single .projets .projets-list-item-3 {
    max-width: 438px;
    height: 337px;
    background: url('/images/ailes de poule.png') no-repeat;
    background-size: 85%;
    background-position: center center;
}

.eeia-editions-single .projets img {
    border-radius: 30px;
    width: 280px;
    height: 280px;
    margin: auto;
    object-fit: cover;
}

.eeia-editions-single .projets .projets-list-item-1,
.eeia-editions-single .projets .projets-list-item-2,
.eeia-editions-single .projets .projets-list-item-3 {
    text-align: center;
    padding-top: 15px;
    margin: auto;
}

.eeia-editions-single .projets .row {
    border-left: 2px solid #FEC200;
}

.eeia-editions-single .leaureats .participants-inter .cercle-bleu {
    width: 347px;
    height: 347px;
    background: #0068AF;
    margin: auto;
    border-radius: 50%;
    position: relative;
}

.eeia-editions-single .leaureats .participants-inter .cercle-bleu .row-1 {
    position: absolute;
    top: 30px;
    width: 110%;
}

.eeia-editions-single .leaureats .participants-inter .cercle-bleu .row-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    width: 130%;
}

.eeia-editions-single .leaureats .participants-inter .cercle-bleu .row-3 {
    position: absolute;
    bottom: 30px;
    width: 110%;
}

.eeia-editions-single .leaureats .participants-inter .cercle-bleu img.drapeaux {
    width: 73px;
    height: 73px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}

.eeia-editions-single .others_editions {
    text-align: center;
}

.eeia-editions-single .others_editions a {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0068AF;
    padding: 7px 30px;
    border-radius: 4px;
    background: #0068AF;
}

/* =======================================PAGE DES CATEGORIES(JUNIOR ET SENIOR)========================================== */
.page_eeia_junior .hero,
.page_eeia_senior .hero {
    background: url('/images/bg-1.png'), url('/images/bg-2.png');
    background-position: center center, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 10%;
    background-color: #F3F5FC;
    width: 100%;
    min-height: 60vh;
    position: relative;
    top: -18vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page_eeia_junior .hero p a.btn,
.page_eeia_senior .hero p a.btn {
    position: relative;
    z-index: 100;
}

.page_eeia_junior .hero h1,
.page_eeia_senior .hero h1 {
    color: #0068AF;
    font-size: 48px;
    margin-top: 4rem;
}

.page_eeia_junior .hero h1 span,
.page_eeia_senior .hero h1 span {
    color: #FEC200;
}


.page_eeia_junior p a.btn,
.page_eeia_senior p a.btn {
    background: #0068AF;
    color: #fff;
    font-size: 25px;
    padding: 7px 35px;
}

.page_eeia_junior .programme,
.page_eeia_senior .programme {
    background: #0068AF;
    position: relative;
}

.page_eeia_junior .login,
.page_eeia_senior .login {
    margin-top: 30px;
    color: #0068AF;
}

.page_eeia_junior .login a,
.page_eeia_senior .login a {
    color: #0068AF;
    text-decoration: none;
    border: 1px solid #0068AF;
    padding: 7px;
    border-radius: 4px;
}

.page_eeia_junior .prog-week,
.page_eeia_senior .prog-week {
    margin-top: 12%;
}

.prog-week1,
.prog-week2 {
    margin-top: 15%;
}

.page_eeia_junior .prog-week1,
.page_eeia_junior .prog-week2,
.page_eeia_senior .prog-week1,
.page_eeia_senior .prog-week2 {
    margin-top: 9%;
}

/* ============================= Page EEIA JUNIOR ===================================*/
.page_eeia_junior .educatif {
    background: #FEC200;
}

.page_eeia_junior .ludique {
    background: #0068AF;
}

.page_eeia_junior .pratique {
    background: #9747FF;
}

.page_eeia_junior .value {
    width: 74px;
    height: 60px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_eeia_junior .value img {
    width: 50px;
    height: 50px;
}

.page_eeia_junior .container.position-relative h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0068AF;
}

.page_eeia_junior .container.position-relative p {
    font-size: 16px;
    text-align: justify;
}

.page_eeia_junior .etablissement_participant .cercle {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_eeia_junior .etablissement_participant .cercle p {
    font-size: 9px;
    text-align: center;
    line-height: 11px;
    max-width: 64px;
    margin: auto;
}

/* LIGNE 1 */
.page_eeia_junior .etablissement_participant .row1 .cercle1 {
    border: 1px solid #FEC200;
    background: #fff;
    color: #504E4E;
}

.page_eeia_junior .etablissement_participant .row1 .cercle2 {
    background: #9747FF;
    border: 1px solid #9747FF;
    color: #FFFFFF;
}

.page_eeia_junior .etablissement_participant .row1 .cercle3 {
    background: #FFFFFF;
    border: 1px solid #0068AF;
}

.page_eeia_junior .etablissement_participant .row1 .cercle4 {
    background: #FEC200;
    border: 1px solid #FEC200;
}

/* LIGNE 2 */
.page_eeia_junior .etablissement_participant .row2 .cercle1 {
    background: #9747FF;
    border: 1px solid #9747FF;
    color: #fff;
}

.page_eeia_junior .etablissement_participant .row2 .cercle2 {
    background: #FFFFFF;
    border: 1px solid #0068AF;
}

.page_eeia_junior .etablissement_participant .row2 .cercle3 {
    background: #FEC200;
    border: 1px solid #FEC200;
}

.page_eeia_junior .etablissement_participant .row2 .cercle4 {
    background: #FFFFFF;
    border: 1px solid #9747FF;
}

.page_eeia_junior .etablissement_participant .row2 .cercle5 {
    background: #0068AF;
    border: 1px solid #0068AF;
    color: #fff;
}

/* LIGNE 3 */
.page_eeia_junior .etablissement_participant .row3 .cercle1 {
    background: #FEC200;
    border: 1px solid #FEC200;
}

.page_eeia_junior .etablissement_participant .row3 .cercle2 {
    background: #FFFFFF;
    border: 1px solid #9747FF;
}

.page_eeia_junior .etablissement_participant .row3 .cercle3 {
    background: #0068AF;
    border: 1px solid #0068AF;
    color: #fff;
}

.page_eeia_junior .etablissement_participant .row3 .cercle4 {
    background: #FFFFFF;
    border: 1px solid #FEC200;
}

/* LIGNE 4 */
.page_eeia_junior .etablissement_participant .row4 .cercle1 {
    background: #0068AF;
    border: 1px solid #0068AF;
    color: #fff;
}

.page_eeia_junior .etablissement_participant .row4 .cercle2 {
    background: #FFFFFF;
    border: 1px solid #FEC200;
}

.page_eeia_junior .etablissement_participant .row4 .cercle3 {
    background: #9747FF;
    border: 1px solid #9747FF;
    color: #fff;
}

.page_eeia_junior .etablissement_participant .row4 .cercle4 {
    background: #FFFFFF;
    border: 1px solid #FEC200;
}

/* ============================= Page EEIA SENIOR ===================================*/

.page_eeia_senior .block1 .cercle {
    display: flex;
    align-items: center;
}

.page_eeia_senior .block1 p.cercle span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: 600;
}

.page_eeia_senior .block1 p.cercle.cercle1 span {

    background: #FEC200;
    color: #000000;
}

.page_eeia_senior .block1 p.cercle.cercle2 span {
    background: #9747FF;
    color: #fff;
}

.page_eeia_senior .block2 .rectangle {
    border-radius: 3px;
    background: url('/images/page_eeia_senior_rectangle_bg_haut.png'), url('/images/page_eeia_senior_rectangle_bg_bas.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-color: #FEC200;
}

.page_eeia_senior .block2 .rectangle img {
    border-radius: 3px;
}

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

    .prog-week1,
    .prog-week3 {
        margin-top: 8%;
    }

    .page_eeia_junior .prog-week1,
    .page_eeia_senior .prog-week1 {
        margin-top: 5%;
    }

    .page_eeia_junior .prog-week2 {
        margin-top: -1%;
    }

    .page_eeia_senior .block2 .rectangle {
        background-size: 15%, 15%;
    }
}

@media only screen and (max-width: 992px) {
    .page_eeia_junior .prog-week2 {
        margin-top: -4%;
        font-size: 12px;
    }

    .page_eeia_junior .prog-week1,
    .page_eeia_senior .prog-week1 {
        font-size: 12px;
        margin-top: 5%;
    }

    .page_eeia_junior .prog-week,
    .page_eeia_senior .prog-week {
        font-size: 12px;
    }

    .page_eeia_senior .block2 .rectangle {
        background-size: 10%, 10%;
    }
}

@media only screen and (max-width: 768px) {
    .page_eeia_junior .prog-week2 {
        margin-top: -3%;
        font-size: 12px;
    }

    .page_eeia_junior .prog-week1,
    .page_eeia_senior .prog-week1 {
        font-size: 12px;
        margin-top: 5%;
    }

    .page_eeia_junior .login,
    .page_eeia_senior .login {
        font-size: 16px !important;
    }

    .page_eeia_senior .block2 .rectangle {
        background-size: 15%, 15%;
    }
}

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

    .page_eeia_junior .prog-title,
    .page_eeia_senior .prog-title p {
        font-size: 12px !important;
    }

    .page_eeia_junior .prog-week2 {
        margin-top: -4%;
        font-size: 12px;
        min-width: 50%;
    }

    .page_eeia_junior .prog-week1,
    .page_eeia_senior .prog-week1 {
        font-size: 12px;
        min-width: 50%;
    }

    .page_eeia_junior .login,
    .page_eeia_senior .login {
        font-size: 10px !important;
    }

    .page_eeia_junior .etablissement_participant .row1,
    .page_eeia_junior .etablissement_participant .row2,
    .page_eeia_junior .etablissement_participant .row3,
    .page_eeia_junior .etablissement_participant .row4 {
        margin-top: 10px;
    }

    .page_eeia_junior .etablissement_participant .cercle {
        width: 57px;
        height: 57px;
    }

    .page_eeia_junior .etablissement_participant .cercle p {
        font-size: 8px;
        max-width: 44px;
    }

    .page_eeia_senior .block2 .rectangle {
        background-size: 20%, 20%;
    }
}

/* ================= RESPONSIVITE ========================== */
@media only screen and (max-width: 992px) {

    .page_eeia_junior p,
    .page_eeia_senior p {
        font-size: 14px;
    }

    .page_eeia_junior p a.btn,
    .page_eeia_senior p a.btn {
        font-size: 16px;
        padding: 7px 35px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .eeia-editions-single .hero h1 {
        font-size: 48px;
    }

    .eeia-editions-single .leaureats #pills-tab .nav-link {
        font-size: 20px;
    }

    .eeia-editions-single .leaureats div.title {
        max-width: 100%;
    }

    .eeia-editions-single .leaureats h2 {
        font-size: 32px;
    }

    .eeia-editions-single .leaureats h3 {
        font-size: 20px;
    }

    .eeia-editions-single .leaureats h4 {
        font-size: 22px;
    }

    .eeia-editions-single .galerie-photos h2 {
        font-size: 32px;
    }

    .eeia-editions-single .galerie-photos img {
        width: 280px;
        height: 200px;
    }

    .eeia-editions-single .galerie-photos .background-blue .container {
        top: -9rem;
    }

    .eeia-editions-single .projets h2 {
        font-size: 32px;
    }

    .eeia-editions-single .projets h3 {
        font-size: 22px;
    }

    .eeia-editions-single .projets .row {
        border-left: 2px solid #FEC200;
    }

    .eeia-editions-single .projets .projets-list-item-1,
    .eeia-editions-single .projets .projets-list-item-2,
    .eeia-editions-single .projets .projets-list-item-3 {
        text-align: center;
        padding-top: 70px;
    }

    .eeia-editions-single .projets img {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 375px) {
    .eeia-editions-single .hero h1 {
        font-size: 38px;
        line-height: 47px;
        text-align: center;
    }

    .eeia-editions-single .leaureats #pills-tab .nav-link {
        font-size: 14px;
    }

    .eeia-editions-single .leaureats div.title {
        max-width: 100%;
    }

    .eeia-editions-single .leaureats h2 {
        font-size: 28px;
    }

    .eeia-editions-single .leaureats h3 {
        font-size: 20px;
    }

    .eeia-editions-single .leaureats h4 {
        font-size: 22px;
    }

    .eeia-editions-single .galerie-photos h2 {
        font-size: 32px;
    }

    .eeia-editions-single .galerie-photos img {
        width: 280px;
        height: 200px;
    }

    .eeia-editions-single .galerie-photos .background-blue .container {
        top: -9rem;
    }

    .eeia-editions-single .projets h2 {
        font-size: 32px;
    }

    .eeia-editions-single .projets h3 {
        font-size: 22px;
    }

    .eeia-editions-single .projets .row {
        border-left: none;
    }

    .eeia-editions-single .projets .projets-list-item-1,
    .eeia-editions-single .projets .projets-list-item-2,
    .eeia-editions-single .projets .projets-list-item-3 {
        text-align: center;
        padding-top: 30px;
    }

    .eeia-editions-single .leaureats .participants-inter .cercle-bleu {
        width: 270px;
        height: 270px;
    }

    .eeia-editions-single .leaureats .participants-inter .cercle-bleu img.drapeaux {
        width: 50px;
        height: 50px;
    }

    .page_eeia_junior .hero h1,
    .page_eeia_senior .hero h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 375px) {
    .eeia-editions-single .hero h1 {
        font-size: 28px;
        line-height: 37px;
        text-align: center;
    }

    .eeia-editions-single .leaureats #pills-tab .nav-link {
        font-size: 14px;
    }

    .eeia-editions-single .leaureats div.title {
        max-width: 100%;
    }

    .eeia-editions-single .leaureats h2 {
        font-size: 28px;
    }

    .eeia-editions-single .leaureats h3 {
        font-size: 15px;
    }

    .eeia-editions-single .leaureats h4 {
        font-size: 17px;
    }

    .eeia-editions-single .galerie-photos h2 {
        font-size: 27px;
    }

    .eeia-editions-single .galerie-photos img {
        width: 280px;
        height: 200px;
    }

    .eeia-editions-single .galerie-photos .background-blue .container {
        top: -9rem;
    }

    .eeia-editions-single .projets h2 {
        font-size: 27px;
    }

    .eeia-editions-single .projets h3 {
        font-size: 17px;
    }

    .eeia-editions-single .projets .row {
        border-left: none;
    }

    .eeia-editions-single .projets img {
        width: 200px;
        height: 200px;
    }

    .eeia-editions-single .projets .projets-list-item-1,
    .eeia-editions-single .projets .projets-list-item-2,
    .eeia-editions-single .projets .projets-list-item-3 {
        text-align: center;
        padding-top: 55px;
    }

    .eeia-editions-single .leaureats .participants-inter .cercle-bleu {
        width: 227px;
        height: 227px;
    }

    .eeia-editions-single .leaureats .participants-inter .cercle-bleu img.drapeaux {
        width: 40px;
        height: 40px;
    }

    .eeia-editions-single .leaureats .participants-inter .cercle-bleu .row-2 {
        left: -10%;
        width: 120%;
    }

    .page_eeia_junior .hero h1,
    .page_eeia_senior .hero h1 {
        font-size: 28px;
    }

    .eeia-editions-single .others_editions a {
        font-size: 18px;
        padding: 7px 20px;
    }

    .section2 .viewplusorsignin a.btn {
        font-size: 14px;
    }

    .section2 .viewplusorsignin {
        bottom: 0px;
    }
}

footer {
    position: relative;
    bottom: -20px;
    left: 0;
    right: 0;
}

footer .logo {
    background: #0068AF;
    min-height: 18vh;
}

footer .logo a {
    color: #fff;
    text-decoration: none;
}

footer .logo a img {
    max-width: 40%;
}

footer .footerBottomDark {
    background: #2F2E41;
    /* max-height: 10vh; */
    color: #fcfcfc;
}

#scroll-to-top.show {
    display: flex !important;
}