@font-face {
    font-family: "madelynFill";
    src: url("fonts/MadelynFill-Trial-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "jellyCream";
    src: url("fonts/Jelly-Cream-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.h222568rf {
    position: absolute;
    left: -9999px; /* totalement hors écran */
    visibility: hidden; /* ou display:none */
}

.second-degre-border {
    border: 0.25rem solid #00a19a;
}

.bg-grey {
    background-color: #f7f7f7 !important;
}

.dropdown-mega-sub-title-2 {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: none;
    letter-spacing: -0.5px;
}

.daspa {
    color: #333333 !important;
    display: block !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.daspa:hover {
    background: #f7f7f7 !important;
}

.background-caroussel {
    background-image: url("../img/demos/education/slides/slide-1-bg.jpg");
    background-size: cover;
}

.big-circle {
    width: 150px !important;
    height: 150px !important;
    border-color: #2b378e !important;
    background-color: #00a19a !important;
}

.efty-main-color {
    color: #2b378e !important;
}

.linkColored {
    color: #02a29b !important;
}

@media (min-width: 991px) {
    .img-option {
        width: 300px;
    }

    .img-option-xs {
        width: 180px;
    }
}

html .call-to-action.call-to-action-primary {
    background: #2b378e !important;
}

.btn-po {
    font-size: 1.5rem;
}

.header-efty {
    opacity: 1;
}

.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #ededed;
    position: absolute;
    content: "";
    height: calc(60% - 70px);
    top: 160px;
    left: 80px;
}

section.custom-timeline .timeline-box-time {
    left: -70px;
}

.bg-efty-blue {
    background-color: #2b378e !important;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #2b378e !important;
    box-shadow:
        0 0 0 3px #fff,
        0 0 0 6px #02a29b !important;
}

td.censored {
    max-width: 100px;
    /* Largeur maximale du contenu */
    white-space: nowrap;
    /* Empêche le contenu de se retourner à la ligne */
    overflow: hidden;
    /* Cache le contenu débordant */
    text-overflow: ellipsis;
    /* Affiche "..." pour indiquer que le texte est tronqué */
}

.header-efty-text-color {
    color: #2b378e !important;
}

.img-header {
    max-height: 40vh;
    position: absolute;
    bottom: -150px;
    z-index: -1;
    right: -200px;
}

@media screen and (max-width: 1024px) {
    .img-header {
        display: none !important;
        visibility: hidden;
    }
}

.img-header-po {
    max-height: 40vh;
    position: absolute;
    bottom: -165px;
    right: -30px;
    z-index: -1;
}

@media screen and (max-width: 640px) {
    .img-header-po {
        display: none !important;
        visibility: hidden;
    }
}

@media screen and (max-width: 768px) {
    .img-header-po {
        display: none !important;
        visibility: hidden;
    }

    .bloc-img-footer {
        margin-bottom: 57px;
    }
}

@media screen and (max-width: 1024px) {
    .img-header-po {
        right: -10px !important;
    }

    .bloc-img-footer {
        margin-bottom: -71px;
    }
}

@media screen and (max-width: 1440px) {
    .bloc-img-footer {
        margin-bottom: 49px;
    }
}

.table-bordered {
    font-size: 10px;
}

@media (min-width: 380px) {
    .table-bordered {
        font-size: 13px;
    }
}

.btnAfterWork,
.btnAfterWork:visited {
    color: #95823d;
    background-color: transparent;
    background-image: none;
    border-color: #95823d;
}

.btnAfterWork:hover {
    color: #000000;
    background-color: #95823d;
    background-image: none;
    border-color: #95823d;
}

.btnAfterWorkSec,
.btnAfterWorkSec:visited {
    color: #3f3719;
    background-color: transparent;
    background-image: none;
    border-color: #3f3719;
}

.btnAfterWorkSec:hover {
    color: #000000;
    background-color: #95823d;
    background-image: none;
    border-color: #95823d;
}

.btn-primary-color {
    background-color: #00a19a;
    color: #fff;
}

.puce-efty {
    color: #00a19a !important;
    border-color: #00a19a !important;
}

/* BUTTON STYLES */

.buttonCTA {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 4px solid #00a19a;
    border-radius: 1000px;
    padding: 20px 40px;
    margin: 40px;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.5s all ease-in-out;
    background: #2b378e;

    &:hover {
        cursor: pointer;
        background: white;
        color: #1f4141;
        animation: none;
        /*animation-play-state: paused;*/
    }
}

@media screen and (min-width: 768px) {
    .buttonCTA {
        left: 5%;
        font-size: 36px;
    }
}

.button-wiggle {
    animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

.buttonCTASmall {
    position: relative;
    bottom: 10%;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 4px solid #00a19a;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.5s all ease-in-out;
    background: #2b378e;

    &:hover {
        cursor: pointer;
        background: white;
        color: #1f4141;
        animation: none;
        text-decoration: none !important;
        /*animation-play-state: paused;*/
    }
}

/*Page inscription*/
@media screen and (max-width: 425px) {
    .btn-inscription {
        width: 100%;
    }
}

.titleInclinaison {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    right: -100px;
    top: 35px;
    position: absolute;
    font-weight: bold;
}

.titleInclinaison2 {
    font-family: jellyCream;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: 40px;
    top: 15px;
    position: absolute;
    line-height: 26px;
}

@media screen and (min-width: 424px) {
    .titleInclinaison2 {
        left: 70px;
        top: 25px;
        position: absolute;
    }
}

@media screen and (min-width: 767px) {
    .titleInclinaison2 {
        left: 150px;
        top: 65px;
        position: absolute;
    }
}

@media screen and (min-width: 992px) {
    .titleInclinaison2 {
        font-family: jellyCream;
        -webkit-transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        -o-transform: rotate(-7deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        left: 250px;
        top: 95px;
        position: absolute;
        line-height: 52px;
    }
}
