#categorie {
    padding-top: $menuh;
    @media(max-width: $break) {
        padding-top: $menumobh;
    }
    >#single_service_slider_h1 {
        .triangle:nth-child(2) {
            z-index: unset;
        }
        .slide_h1_card {
            // padding-right: 120px;
        }
    }
    &_filedariane {
        background: transparent;
        .filedariane {
            padding: 10px 0;
        }
    }
    &_btns_grid {
        margin: 70px 0;

    }
    &_seances {
        padding: 0;
        :not(.mycard)>p.bigtitle {
            &:first-child {
                margin-top: 20px;
            }
        }

    }
    &_etapes_coaching {
        .header_card {
            +img {
                width: 100%;
            }
        }
        .contact_info_w_icon {
            justify-content: center;
            margin-top: 25px;
        }
    }
    &_coachs {
        overflow: auto;
        .coachs_content {
            padding: 40px 110px 20px 20px;
            p.bigtitle {
                margin-bottom: 0;
            }
            @media(max-width: $break) {
                display: block;
                padding : 20px 0;
            }
        }
        
    }
    &_parrain {
        margin: 50px 0;
    }
    &_cta_form {
        padding: 75px 0;
    }

    article {
        padding: 25px 22px;
        h2 {
            color: $bleu_at_f;
            font-family: $deffont;
            font-size: 25px;
            margin-bottom: 40px;
        }
        p {
            &.mediumtitle {
                margin-bottom: 8px;
            }
        }
        @media(max-width: $break) {
            padding: 20px 0;
        }
    }
    .form_cta_container {
        padding: 0px 40px;
        span {
            color: $blanc;
        }
        .myselect, .input-field {
            input {
                color: $blanc;
            }
            label {
                color: $blanc;
                font-family: $deffont;
                font-size: 16px;
                font-weight: 300;
                line-height: 31px;
                transform: scale(1);
            }
        }
        .myselect {
            padding-top: 20px;
            input.select-dropdown {
                border: 1px solid $blanc;
                height: 40px;
                color: $blanc;
                padding-left: 15px;
                +ul>li>span {
                    color: black;
                }
                
            }
            svg.caret{
                fill: $blanc;
            }
        }
        .input-field {
            width: 85%;
            &.text-field-container {
                margin-top: 0;
                margin-bottom: 0;
                input {
                    margin-bottom: 0;
                }
            }
            input {
                box-shadow: none;
                border-color: $blanc;
              &:focus,&:active {
                box-shadow: none;
                border-color: $blanc;
              }
            }
            &.lessmargin {
                margin-top: 10px;
            }
            &.fullborder>input {
                margin-top: 46px;
                border: 1px solid $blanc;
                padding-left: 15px;
                height: 40px;
            }
        }
        input[type=checkbox] {
            &:checked {
              +span {
                &::before {
                    background-color: $blanc;
                    atritop: 6px;
                  left: 0;
                }
              }
            }
            +span {
              margin-top: 20px;
              color: $blanc;
              font-size: 14px;
              line-height: 1.2;
              &::after,&::before {
                top: 6px;
                left: 0;
                width: 14px;
                height: 14px;
                border: 1px solid $blanc;
                border-radius: 12px;
                background:transparent;
                transform: none;
              }
            }
          }
          button {
            display: block;
            padding: 10px 18px 14px;
            font-family: $deffont;
            font-size: 14px;
            font-weight: 300;
            text-transform: uppercase;
            // Text style for "Contact"
            letter-spacing: 0.7px;
            line-height: 1.1;
            height: auto;
            border-radius: 0;
            box-shadow: none;
            border: none;
            cursor: pointer;
            background-image: $goldengradient;
            color: $gris;
            float: right;
            margin-top: 18px;
          }
    }
}
.menu_hover {
    >.container {
        position: relative;
    }
    .menu_hover_closed,.menu_hover_opend {
        padding: 20px 47px;
        .menu_hover_btn {
            a {
                margin-right: 20px;
                i {
                    &::before {
                        font-size: 30px;
                        color: $grisf;
                        
                    }
                }
            }
            span {
                color: $grisf;
                font-family: $deffont;
                font-size: 17px;
                font-weight: 300;
                position: relative;
                top: -5px;
            }

        }
        @media(max-width: $break) {
            padding: 20px;
            width: 100%;
        }
        .menu_hover_logo {
            img {
                max-width: 100%;
            }
        }
    }
    .slogan {
        color: $grisf;
        font-family: "Caveat";
        font-size: 24px;
        font-weight: 400;
    }
    .menu_hover_opend {
        background-color: $noirtransparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: none;
        .menu_hover_btn {
            a {
                i {
                    &::before {
                        color: $blanc;
                        font-size: 18px;
                        
                    }
                }
            }
            span {
                color: $blanc;
                top: 0;
            }
        }
        .slogan {
            color: $blanc;
        }
        .menu_hover_opend_top {
            margin-bottom: 70px;
        }
        .menu_hover_opend_bottom {
            // background-image: $gol;
            ul.hover_menu_list {
                li {
                    padding: 5px;
                    margin-right: 10px;
                    display: flex;
                    align-items: center;
                    &:not(:last-child){
                        border-bottom: 1px solid $blanc;
                    }
                    &::before {
                        content: "\f106";
                        font-family: "Flaticon";
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        line-height: 1;
                        display: inline-block;
                        margin-right: 10px;
                        background-image: $goldengradient;
                        -webkit-background-clip: text;
                        color: transparent;
                        font-size: 16px;
                    }
                    a {
                        color: $blanc;
                        font-family: $deffont;
                        font-size: 16px;
                        font-weight: 300;
                        line-height: 40px;
                    }
                }
            }
        }
    }
}

.btns_grid {
    .row {
        margin-bottom: 5px;
    }

    .single_grid_btn {
        padding: 0px 2.5px;
        height: 100%;
        position: relative;

        a {
            position: relative;
            display: block;
            height: 100%;
            filter : grayscale(0);
            transition: all ease 0.6s;

            &:hover {
                filter : grayscale(100%);
            }

            .overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: rgba($noir, 0.3);
                z-index: 2;
            }

            img {
                width: 100%;
                height: 100%;
                z-index: 10;

            }
            span {
                z-index: 12;
                position: absolute;
                display: flex;
                align-items: center;
                bottom: 20px;
                right: 30px;
                color: $blanc;
                font-family: $deffont;
                font-size: 22px;
                font-weight: 300;
                text-align: right;
                margin-left: 10px;
                &::after {
                    content:url(../img/ic_next_page.png) ;
                    position:relative;
                    left:6px;
                    top:6px;

                }
                &:hover {
                    // color: $bleu_at_f;
                }
            }
        }
    }
}

.header_card {
    padding: 38px 50px;
    span.h2 {
        color: $noir;
        font-family: $deffont;
        font-size: 25px;
        // font-weight: 400;
    }
}

.timeline {
    padding: 50px 30px 50px 50px;
    .timelineitem {
        color: $noir;
        font-family: $deffont;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 40px;
        padding-left: 50px;
        position: relative;
        border-left: 2px solid #7d757326;
        &::before {
            content: "";
            width: 11px;
            height: 11px;
            background-image: $goldengradient;
            border: 5px solid $blanc;
            border-radius: 50%;
            box-shadow: 2px 3px 6px rgba(0, 1, 1, 0.3);
            position: relative;
            display: inline-block;
            box-sizing: content-box;
            position: absolute;
            left: -11px;
            top: 10px;
        }
        &::after {
            content: "";
            width: 2px;
            height: 30px;
            background: linear-gradient(0deg, white 0%, transparent 100%);
            position: absolute;
            left: -2px;
            top: -20px;
        }
        &:last-child {
            &:after {
                height: 140px;
                background: linear-gradient(0deg, white 0%, white 66.5%, transparent 70.5%, transparent 83%, white 83%, transparent 100%);
                top: -10px;
            }
        }

            > span {
                font-size: 25px;
                font-weight: 400;
            }

            b {
                font-size: 18px;
                font-weight: 400;
            }

    }
}

.mycard {
    padding: 33px 45px 40px;
    min-height: 200px;
    p {
        margin-bottom: 0;
    }

    @media(max-width: $break) {
        min-height: auto;
        margin-bottom: 20px;
    }
}

.devenez_parrain {
    
    .devenez_parrain_left {
        padding: 40px 65px !important;
        display: flex;
        align-items: center;
        p.bigtitle {
            font-size: 35px;
            margin-right: 70px;
        }
        .devenez_parrain_details {
            position: relative;
            p.mediumtitle {
                color: $noir;
                font-family: $deffont;
                font-size: 20px;
                font-weight: 300;
                margin-bottom: 10px;
            }
            a {
                color: $noir;
                font-family: $deffont;
                font-size: 12px;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: 0.6px;
            }
            img.triangle {
                position: absolute;
                transform: scale(0.5) translateY(80%);
                bottom: 0;
                right: -165px;
                @media(max-width: $break) {
                    display: none;
                }
            }
        }

        @media(max-width: $break) {
            display: block;

            img {
                width: 100%;
            }
        }
    }

    @media(max-width: $break) {

        img {
            width: 100%;
        }
    }
}