:root {
    --color-back-btnlogchoice: #d7dbe1 !important;
    --color-back-btnlogchoice-hover: #d7dbe1 !important;
    --color-back-btnlog: #d7dbe1 !important;
    --color-back-btnlog-hover: #d7dbe1 !important;
    --color-btnlogchoice: #FFF !important;
    --color-btnlogchoice-hover: #FFF !important;
    --color-btnlog: #FFF !important;
    --color-btnlog-hover: #384c67 !important;
    --color-anchor-hover: #384c67 !important;
    --color-back-box-vertical: #384c67 !important;
    --color-h1-title: #384c67 !important;
    --btn-primary-color: #ffffff !important;
    --btn-primary-border-color: #d7dbe1 !important;
    --btn-primary-background-color: #3d4d67 !important;
    --btn-primary-color-hover: #ffffff !important;
    --btn-primary-border-color-hover: #384c67 !important;
    --btn-primary-background-color-hover: #384c67 !important;
    --color-class-background: #384c67 !important;
    --color-progressbar-back-color: #d7dbe1 !important;
    --color-back-primary: #384c67 !important;
    --color-border-left-list: #d7dbe1 !important;
    --color-primary: #384c67 !important;
	--color-primary-light: #d7dbe1 !important;
	--color-primary-light-2: #e8ebef !important;
	--color-h4: #1c9ec6 !important;
}

/*ajout matt*/
@font-face {
    font-family: 'Hansom FY';
    src: url('fonts/fehap/Black Foundry - Hansom FY Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hansom FY';
    src: url('fonts/fehap/Black Foundry - Hansom FY Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body:not(.glyphicon), p:not(.glyphicon), span:not(.glyphicon), div:not(.glyphicon) {
    font-family: 'Hansom FY', sans-serif !important;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group > svg {
    fill: #384C67;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group > svg {
    fill: #ffc20f;
}

.training-carousel {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.slick-track {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.slick-list {
    width: 90%;
    height: fit-content;
}

.slick-prev-custom,
.slick-next-custom {
    background: none;
    border: none;
    font-size: 30px;
    color: #384C67;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev-custom {
    left: 0px;
}

.slick-next-custom {
    right: 0px;
}

/* modale inscription stagiaire */
.modalInscription{
    width: 500px;
    height: 500px;
    min-height: 500px;
    background-color: white;
    z-index: 5;
}

.remove-stagiaire-btn {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1.8em;
    line-height: 1;
}

.remove-stagiaire-btn:hover {
    color: red;
}

.stagiaire-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-control.is-invalid {
    border-color: red !important;
}

.is-invalid {
    border-color: red !important;
    color: red;
    accent-color: red;
}

/* Sticky title */
.StickyTrainingNav {
    position: sticky;
    top: 0px;
    display: flex;
    align-items: center;
    align-self: start;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    background: rgb(28, 158, 198);
    animation-duration: 1s;
    animation-name: fadein;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 0;
    z-index: 5;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.hidden {
    display: none;
}

.show-block {
    display: block;
}

.displayAdherent {
    display: flex;
}

input[type=email], input[type=tel] {
    border-radius: 0px;
}

.textarea-md {
    border-radius: 0px;
    max-width: 100%;
}

#TrainerJoinDropzone {
    border: 2px dashed #ccc;
    padding: 30px;
    background-color: #f9f9f9;
    cursor: pointer;
}

#TrainerJoinDropzone .dz-message {
    text-align: center;
    font-size: 16px;
}

/* footer fehap */
.fehap-footer {
    box-sizing: border-box;
    padding: 20px 80px;
    background: #3e3d40;
    margin-top: 10px;
    width: 100%;
    height: 140px;  
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    margin-bottom: -5px;
}

.fehap-footer-z1 {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
}

.fehap-footer-z2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    height: 100%;
    width: 80%;
    flex-wrap: wrap;
}

.fehap-footer-logo {
    display: flex;
    width: 80%;
    height: 60%;
    justify-content: center;
    align-items: center;
}

.fehap-footer-logo a {
    width: 80%;
    height: 60%;
}

.fehap-footer-logo img {
    width: 70%;
    height:100%; 
    border: none;
    box-shadow: none;
    transform: unset;
    border-radius: unset;
}

.fehap-footer-text, .fehap-footer-text > a, .fehap-footer-text > a:visited {
    color: #ffffff;
    font-family: 'Hansom FY';
    font-size: 1em;
}

.fehap-footer-text:hover {
    color: rgb(28, 158, 198);
    cursor: pointer;
}

.fehap-footer-pictotext {
    display: flex;
    box-sizing: border-box;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.fehap-footer-pictotext:hover > a{
    color: rgb(28, 158, 198);
    cursor: pointer;
}

@media screen and (max-width: 1230px) {
    .fehap-footer {
        padding: 20px 15px;
        gap: 0px;
    }

    .fehap-footer-z2 {
        gap: 20px;
    }
}

@media screen and (max-width: 700px) {
    .fehap-footer {
        display: flex;
        flex-direction: column;
        height: 350px;
        gap: 20px;
        padding: 20px 15px;
    }

    .fehap-footer-z1 {
        width: 100%;
        height: 30%;
        justify-content: center;
        align-items: center;
    }

    .fehap-footer-z2 {
        width: 100%;
        height: 70%;
        flex-direction: column;
    }

    .fehap-footer-logo a {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fehap-footer-logo img {
        width: 30%
    }
}

/* captacha */
@media screen and (max-width: 700px) {
    .card-body {
        padding: 0px;
    }
}

/* boite de recherche home page fehap */
.fehap-se-dmr {
    display: flex;
    flex-wrap: wrap;
}

/* nav training bandeau bleu */
.fehap-se-nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 10px 25px 10px 25px;
    background: rgb(28, 158, 198);
    color: rgb(255, 255, 255);
    font-size: 35px;
    margin: 0px;
    justify-content: space-between
}

/* button de retour en arrière dans le bandeau titre */
.fehap-se-nav-title .isi-box-5 button i.fa-arrow-circle-left {
    font-size: 80%;
}

.fehap-se-nav-z1 {
    width: 70%;
    height: 100%;
}

.fehap-se-nav-z2 {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: end;
    text-align: right;
}

.fehap-se-nav-title {
   display: flex;
   flex-direction: row;
}

.fehap-se-nav-tag, .fehap-se-nav-tag-note {
    font-size: 20px;
}

@media screen and (max-width: 1000px) {
    .fehap-se-nav {
        display: flex;
        flex-direction: column;
    }

    .fehap-se-nav-z1 {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50%;
    }

    .fehap-se-nav-title > div{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }

    .StickyTrainingNav {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }

    .StickyTrainingNav > span > div {
       display: flex;
       flex-direction: row;
       width: 100%;
       height: 100%;
    }

    .fehap-se-nav-z2 {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50%;
    }

    .isi-item-001{
        height: fit-content;
        box-sizing: border-box;
        padding:5px;
    }
}

.PanSatisDomainTraining {
    font-size: 1em;
}

#footer {
    display: none
}

/* réduire la taille du logo menu principal */
/*
    [id^="PanHeadLeft"] button.btn.btn-link > img {
    height: 50px;
}
*/

.box-alldomain-one > span {
    font-weight: 700;
    color: #ffffff;
}

.text-pointer:hover {
    cursor: pointer;
}

.text-pointer-border:hover {
    cursor: pointer;
    color: #1c9ec6;
    border: 2px solid #1c9ec6;
}

.text-link {
    font-style: italic;
    color: #1c9ec6;
}

.text-link:hover {
    font-style: italic;
    color: #fa6261;
}

.training-box-logo-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.isi-mask {
    max-height: 250px !important; /* ajuste la hauteur visible */
    -webkit-mask: linear-gradient(#fff 30%, transparent 100%) !important;
    mask: linear-gradient(#fff 30%, transparent 100%) !important;
}
/**/
#ZoneMiniCv {
    width: 100%;
    height: fit-content;
    min-height: 250px;
    box-sizing: border-box;
}

.boxMiniCv {
    width: 100%;
    height: fit-content;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0px;
}

.boxMiniCv-name {
    width: 100%;
    height: fit-content;
    font-size: 18px;
    font-weight: 700;
    color: #384c67;
    margin-bottom: 10px;
}

.boxMiniCv-picture {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.boxMiniCv-picture img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

.boxMiniCv-bio {
    width: 100%;
    height: fit-content;
    font-size: 13px;
    color: #384c67;
    padding: 0px 10px;

}

#ZoneMiniCv > .slick-list > .slick-track {
    width: 100%;
    height: fit-content;
    gap: 0px;
}

.minicv-arrow-prev,
.minicv-arrow-next {
    background: none;
    border: none;
    font-size: 20px;
    color: #384C67;
    cursor: pointer;
    position: absolute;
    top: 120px;
    transform: translateY(-50%);
    z-index: 1;
}

.minicv-arrow-prev {
    left: 40px;
}

.minicv-arrow-next {
    right: 40px;
}

.slick-slide > div, #ZoneMiniCv > .slick-list {
    width: 100% !important;
}

#TempSheetTrainingPrint_1 {
    font-family: Arial;
}

.boxDefaultTrainer {
    font-family: Arial;
    font-size: 17px;
    width: 100%;
}

.boxDefaultTrainer > p {
    font-family: Arial;
    font-size: 18px;
}

.boxDefaultTrainerPrint > p {
    font-family: Arial !important;
}

#ZoneTraineeAvis {
    width: 100%;
    height: fit-content;
    min-height: 250px;
    box-sizing: border-box;
}

.boxTemoignage {
    width: 100%;
    height: fit-content;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.boxTemoignage-name {
    width: 100%;
    height: fit-content;
    font-size: 18px;
    font-weight: 700;
    color: #e73265;
    margin-top: 10px;
}

.boxTemoignage-name > p {
    color: #e73265;
}

.boxTemoignage-avis {
    width: 100%;
    height: fit-content;
    font-size: 13px;
    color: #384c67;
    padding: 0px 10px;
    font-style: oblique;
}

#ZoneTraineeAvis > .slick-list > .slick-track {
    width: 100%;
    height: fit-content;
    gap: 0px;
}

.slick-slide > div, #ZoneTraineeAvis > .slick-list {
    width: 100% !important;
}
