/* =================================================================================== */
/*                                       GENERAL                                       */
/* =================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Spectral', serif; */

body {
    font-family: 'Amiko', sans-serif;
    color: #12152a;
}
.uppercase {
    text-transform: uppercase;
}
a {
    color: #12152a;
}
a:hover {
    color: #b18147;
}

/* BOUTONS & TITRES */

#montant_emprunt{ 
    background:#f5f5f5;
}

.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #b18147;
    border-color: #b18147;
    padding: 0.5rem 1rem 0.4rem;
    min-width: 200px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Spectral', serif;
}
.btn-primary:hover {
    color: #b18147;
    background-color: #fff;
    border-color: #b18147;
}

.btn-rond {
    color: #b18147;
    background: #fff;
    border: 1px solid #b18147;
    border-radius: 20px;
    padding: 0.3rem 15px 0.1rem 15px;
    font-family: 'Amiko', sans-serif;
    font-weight: 400;
}
.btn-rond:hover {
    color: #fff;
    background: #b18147;
    border: 1px solid #b18147;
}
.btn-recrutement {
    color: #fff;
    background: #b18147;
    border-left: 1px solid #b18147;
    border-bottom: 1px solid #b18147;
    font-family: 'Spectral', serif;
    padding: 5px 30px;
    display: block;
    font-size: 16px;
    border-bottom-left-radius: 16px;
    text-transform: uppercase;
}
.btn-recrutement:hover{
    color: #b18147;
    background: #fff;
    border-left: 1px solid #b18147;
    border-bottom: 1px solid #b18147;
}
.nav-desktop-contact {
    position: absolute;
    top: 60px;
    right: 10px;
}
.home_heading {
    font-size: 28px;
    text-align: center;
    color: #b18147;
    font-family: 'Spectral', serif;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #b18147;
    height: 2px;
    width: 150px;
    margin: 15px auto;
}

/* COULEURS */
.or {
    color: #b18147;
}
.bleu {
    color: #12152a;
}

/* =================================================================================== */
/*                                        MENU                                         */
/* =================================================================================== */
.item-sous-menu {
    border-bottom: 1px solid #12152a;
}



/* =================================================================================== */
/*                                       HEADER                                        */
/* =================================================================================== */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
.header {
    background: #fff;
}
.nav-desktop-recrutement {
    position: absolute;
    top: 0;
    right: 0;
}

/* CALCULETTE HEADER */
.moteur {
    padding: 0;
    bottom: 8%;
    background-color: transparent;
}
.moteur .titre-calcul {
    background: #b18147;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 10px 5px 10px;
    font-size: 20px;
    font-family: 'Spectral', serif;
}
.moteur .bloc-calcul {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #b18147;
}
.detail_calculette label {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px!important;
    font-weight: 700;
}
.moteur .form-style {
    font-size: 14px;
    height: 32px;
}
.moteur select#duree.bootstrap-select {
    height: 32px;
    border: 1px solid #ccc !important;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
}
.calcul_result h4 {
    font-family: 'Spectral', serif;    
    font-size: 18px;
}
.calcul_result h4::after {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 180px;
    margin: 5px auto;
}
.moteur .retour_pret {
    font-size: 32px;
    color: #b18147;
}
.moteur .retour_pret span {
    color: #b18147;
}
.moteur .nb_mensualite, .moteur .retour_cout_pret{
    font-weight: 700;
}
.moteur .nb_mensualite::before {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 180px;
    margin: 5px auto 20px auto;
}
.moteur .mention {
    font-size: 10px;
}
.moteur .totaux {
    padding: 20px 15px;
}
.moteur .montant_interet ,
.moteur .montant_assurance {
    margin-bottom:20px ;
}

.moteur .montant_interet p,
.moteur .montant_assurance p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}
.moteur .montant_interet p::after,
.moteur .cout_total p::after,
.moteur .montant_assurance p::after {
    content: "";
    display: block;
    position: relative;
    background: #12152a;
    height: 1px;
    width: 100%;
    margin: 2px 0;
}
.moteur .cout_total p {
    font-family: 'Spectral', serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

/* =================================================================================== */
/*                                  HOME PRESENTATION                                  */
/* =================================================================================== */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 80px 0;
    display: block;
}
.titre-presentation {
    text-align: center;
    color: #b18147;
    font-family: 'Spectral', serif;   
    font-size: 4rem;
    line-height: 0.6;
    font-weight: 500;
}
.titre-presentation span{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
}
.home_cont_presentation .bg-bleu {
    background-color: #12152a;
    padding: 60px 20px 20px;
    margin-top: 60px;
}
.home_cont_presentation .bg-logo {
    background-image: url(/assets/images/Groupe139.svg);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
}
.sous-titre-presentation {
    text-align: center;
    color: #b18147;
    font-family: 'Spectral', serif;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0;
}
.home_cont_presentation p {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
}
.sous-texte {
    font-size: 12px!important;
    font-weight: 200;
    margin: 35px 0;
    letter-spacing: 1px;
}
.trait {
    border-top: 2px solid #b18147;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    text-decoration: none;
    width: 80px;
    top: -10%;
    left: 46%;
}

/* =================================================================================== */
/*                                     HOME SERVICES                                   */
/* =================================================================================== */
.home_cont_services {
    padding: 80px 0;
}
.home_cont_services .border-right {
    border-right: 1px solid #12152a;
}
.home_cont_services img.w160 {
    width: 160px;
}
.p-services {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
}



/* =================================================================================== */
/*                              HOME PATRIMOINE & SUIVI                                */
/* =================================================================================== */
.home_patrimoine.bg-bleu {
    background-color: #12152a;
    padding: 30px 20px 50px 20px;
}
.home_cont_suivi {
    padding: 50px 20px;
}



/* =================================================================================== */
/*                                   DEMANDE EN LIGNE                                  */
/* =================================================================================== */
.contact label,
.recrutement label,
.demande-en-ligne label{
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
}
.demande-en-ligne .form-style,
.recrutement .form-style {
    font-size: 14px;
    padding: 6px 3px;
}
.recrutement label.custom-file-control,
.demande-en-ligne label.custom-file-control {
    border-radius: 0!important;
    margin-top: 5px;
}
.recrutement .custom-file-control::before,
.demande-en-ligne .custom-file-control::before {
    border-radius:  0;
}

.alert-info {
    background: transparent;
    margin-top: 25px;
    border: 0;
    text-align: center;
    color: #b18147;
}




/* =================================================================================== */
/*                                COORDONNEES & FOOTER                                 */
/* =================================================================================== */
.cont_coordonnees {
    background: #12152a !important;
    font-size: 14px;
    padding-bottom: 20px;
}
footer {
    background: #1b203e !important;
    font-size: 14px;
    padding: 10px;
}
.cont_coordonnees .col-1,
.cont_coordonnees .infos-contact {
    padding: 0 20px;
}
.cont_coordonnees .col-1 a {
    font-family: 'Spectral', serif;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.cont_coordonnees .infos-contact a {
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.cont_coordonnees .infos-contact i {
    font-size: 22px;
    top: 2px;
    margin-right: 5px;
}
.cont_coordonnees .infos-contact p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
}
.logo-footer {
    width: 250px;
    margin-bottom: 30px;
}
.cont_coordonnees .border-right {
    border-right: 1px solid #fff;
}
.logosnpi {
    width: 100px;
}
footer a {
    font-size: 14px;
}
footer a:hover {
    color: #b18147;
}
.reseaux-sociaux li {
    border-radius: 50%;
    background: #b18147;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.reseaux-sociaux li a{
    color: #12152a;
    margin: auto;
}
.reseaux-sociaux li a i{
    top: 2px;
}

/* =================================================================================== */
/*                                    AUTRES PAGES                                     */
/* =================================================================================== */
.top_page {
    height: 350px;
}
.credit-rachat .top_page {
    background-image: url(/assets/images/top_page/credit-rachat_top.jpg);
}
.credit-consommation .top_page {
    background-image: url(/assets/images/top_page/credit-consommation_top.jpg);
}
.credit-entreprise .top_page {
    background-image: url(/assets/images/top_page/credit-entreprise_top.jpg);
}
.dette .top_page {
    background-image: url(/assets/images/top_page/dette_top.jpg);
}
.iard .top_page {
    background-image: url(/assets/images/top_page/iard_top.jpg);
}
.sante .top_page {
    background-image: url(/assets/images/top_page/sante_top.jpg);
}
.prevoyance .top_page {
    background-image: url(/assets/images/top_page/prevoyance_top.jpg);
}
.assurance-vie .top_page {
    background-image: url(/assets/images/top_page/assurance-vie_top.jpg);
}
.assurance-pret .top_page {
    background-image: url(/assets/images/top_page/assurance-pret_top.jpg);
}
.expertise .top_page {
    background-image: url(/assets/images/top_page/expertise_top.jpg);
}
.acheter .top_page {
    background-image: url(/assets/images/top_page/acheter_top.jpg);
}
.lmnp .top_page {
    background-image: url(/assets/images/top_page/lmnp_top.jpg);
}
.impot .top_page {
    background-image: url(/assets/images/top_page/impot_top.jpg);
}
.top_page {
    background-image: url(/assets/images/top_page/impot_top.jpg);
}
.contact .top_page {
    background-image: url(/assets/images/top_page/contact_top.jpg);
}
.recrutement .top_page {
    background-image: url(/assets/images/top_page/recrutement_top.jpg);
}

.text-top {
    color: #fff;
    font-family: 'Spectral', serif;
    z-index: 20;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
}
.titre-presentation-page {
    text-align: center;
    color: #b18147;
    font-family: 'Spectral', serif;   
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    margin: 40px 0;
}
.titre-presentation-page2 {
    text-align: center;
    color: #b18147;
    font-family: 'Spectral', serif;   
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    margin: 40px 0;
    text-transform: uppercase;
}
.trait2 {
    border-top: 2px solid #b18147;
    -webkit-transform: rotate(-0.25turn);
    transform: rotate(-0.25turn);
    text-decoration: none;
    width: 50px;
    top: -10%;
    left: 47.5%;
}
.border-right-bleu {
    border-right: 1px solid #12152a;
}
.italic {
    font-style: italic;
}
.p-small {
    font-size: 13px;
}
.ion-chevron-right {
    margin: 0 10px;
}
.secondaire {
    margin-left: 30px;
}
.secondaire::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #b18147;
    vertical-align: middle;
    margin: 0 10px;
}
.mt-100 {
    margin-top: 100px;
}
.bg-bleu3 {
    background-color: #12152a;
    padding: 30px;
}
.underline { text-decoration: underline;}
/* =================================================================================== */
/*                                       DETAILS                                       */
/* =================================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #12152a !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #12152a;
}
.detail_header .titre:after {
    background: #12152a;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #12152a;
}
.retour_pret span {
    color: #12152a;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #12152a;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #12152a !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #12152a !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}



/* =================================================================================== */
/*                                    RESPONSIVE                                       */
/* =================================================================================== */

@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: flex-start;
    }
    nav  {
        display: flex;
    }
    nav ul  {
        margin: auto auto 10px auto;
    }
    nav.menu ul li {
        display: inline-flex;
        vertical-align: bottom;
        padding: 0 15px;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        padding: 0;
        line-height: 1.2;
        color: #12152a;
        font-family: 'Spectral', serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: auto auto 0 auto;
    }
    .menu a.dropdown-item {
        padding: 12px;
        line-height: 1.2;
        color: #12152a;
        font-family: 'Spectral', serif;
        font-size: 14px;
    }
    .header__logo {
        display: block;
        height: 90px;
        padding: 10px;
        width: 25%;
    }
    .header__logo img{
        width: 180px;
    }
    .dropdown-menu {
        min-width: 200px;
        color: #12152a;
        background-color: #fff;
        border-radius: 0;
        border: 0;
        margin: 0;
    }
    .header nav.menu ul > li > a:hover::after {
        width: 100%;
    }
    .header nav.menu ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 1px;
        background: #12152a;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .dropdown-item:active {
        background-color: #b18147;
    }
}
@media (min-width: 1281px) {
    nav.menu ul li {
        padding: 0 30px;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        font-size: 16px;
    }
    .header__logo {
        height: 100px;
    }
    .header__logo img{
        width: 200px;
    }
}

@media (max-width: 991px) {
    .header__logo img{
        width: 150px;
        margin: 10px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #12152a;
        background: #12152a;
    }
    .menu-border {
        display: none;
    }
    nav ul > li > a,
    .menu ul > li > a,
    .index .not-sticking .menu ul > li > a {
        padding: 0;
        line-height: 1.2;
        color: #fff;
        font-family: 'Spectral', serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: 20px auto 0 auto;
    }
    .menu a.dropdown-item {
        padding: 12px;
        line-height: 1.2;
        color: #fff;
        font-family: 'Spectral', serif;
        font-size: 14px;
    }
    .menu {
        background-color: #12152a;
        width: 350px;
        -webkit-transform: translateX(-350px);
        transform: translateX(-350px);
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
    }
    nav.menu ul li .dropdown-menu {
        margin-bottom: 30px;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 15px 5px!important;
        font-size:15px;
    }
    nav.menu ul li .dropdown-menu {
        background-color: #1b203e !important;
    }
    .nav-desktop-contact {
        position: absolute;
        top: 46px;
        right: 45px;
    }
    .btn-recrutement {
        font-size: 14px;
    }
    .moteur .retour_pret {
        font-size: 25px;
    }
    .titre-presentation {
        font-size: 3.5rem;
    }
    .titre-presentation span {
        font-size: 1.5rem;
    }
    .home_cont_services img.w160 {
        width: 80px;
    }
    .p-services {
        font-size: 15px;
    }
    .home_patrimoine img {
        width: 400px;
    }
    .home_cont_suivi img {
        width: 120px;
    }
    .logo-footer {
        width: 150px;
        margin-bottom: 20px;
    }
    .logosnpi {
        width: 80px;
    }
    #bloc_fixed_bottom {
        display: none;
    }
    .top__page{
        margin-top: 76px;
    }
    .moteur .totaux, .calcul_result {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header__logo img {
        width: 150px;
    }
    nav ul > li > a, .menu ul > li > a, .index .not-sticking .menu ul > li > a, .btn-recrutement {
        font-size: 12px;
    }
    .nav-desktop-contact {
        top: 44px;
        right: 7px;
    }
    .header__logo {
        display: block;
        height: 75px;
        padding: 10px;
        width: 20%;
    }
    nav ul {
        margin: auto auto 5px auto;
    }
    .btn-rond {
        font-size: 14px;
    }
    .titre-presentation {
        font-size: 3rem;
    }
    .titre-presentation span {
        font-size: 1.5rem;
    }
    .home_cont_services img.w160 {
        width: 80px;
    }
    .p-services {
        font-size: 15px;
    }
    .home_patrimoine img {
        width: 400px;
    }
    .home_cont_suivi img {
        width: 120px;
    }
    .logo-footer {
        width: 150px;
        margin-bottom: 20px;
    }
    .logosnpi {
        width: 80px;
    }
    
}


@media (max-width: 768px) {
    #carouselExampleIndicatorsHome .carousel-item {
        background-size: contain;
        background-position: bottom center;
    }
    .bgAccueil {
        height: auto;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 100%;
        min-height: 480px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .moteur {
        padding: 0;
        bottom: 0;
        background-color: transparent;
        top: 20px;
        position: relative;
    }
}
@media (max-width: 600px) {
    .menu {
        background-color: #12152a;
        width: 300px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 8px 5px!important;
        font-size: 15px;
    }
    .nav-desktop-recrutement, .nav-desktop-contact {
        display: none;
    }
    .menu ul {
        margin: 20px 20px 0 20px !important;
    }
    nav.menu ul li .dropdown-menu {
        margin-bottom: 10px;
    }
    nav ul > li > a, .menu ul > li > a, .index .not-sticking .menu ul > li > a {
        font-size: 13px;
    }
    .header__logo img {
        width: 130px;
        margin: 5px;
        margin-left: -22px;
    }
    #bloc_fixed_bottom .bloc {
        width: 50%;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
        justify-content: center;
        margin: 5px 0;
        border: 1px solid #fff;
        border-radius: 20px;
    }
    #bloc_fixed_bottom {
        background: rgb(177 129 71);
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right:0;
        padding: 5px;
    }
    .moteur .bloc-calcul {
        padding: 10px;
    }
    .detail_calculette label {
        margin-top: 7px;
    }
    .moteur .titre-calcul {
        font-size: 16px;
        line-height: 1;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {
        height: auto;
        min-height: 260px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        background-size: contain;
    }
    .moteur {
        padding: 10px;
        position: relative;
        bottom: auto;
        top: auto;
        height: 100%;
    }
    .trait {
        border-top: 2px solid #b18147;
        -webkit-transform: rotate(-0.25turn);
        transform: rotate(-0.25turn);
        text-decoration: none;
        width: 80px;
        top: -5%;
        left: 38%;
    }
    .home_cont_presentation .bg-logo {
        background-image: none;
    }
    .home_cont_presentation p {
        text-align: justify;
    }
    .home_cont_services img.w160 {
        width: 120px;
    }
    .p-services {
        font-size: 18px;
        margin-top: 0;
    }
    .home_heading {
        font-size: 23px;
    }
    .logo-footer {
        width: 170px;
        margin-bottom: 20px;
    }
    .cont_coordonnees .border-right, .home_cont_services .border-right {
        border-right: 0;
        margin: 15px 0;
    }
    .logosnpi {
        width: 80px;
        margin: 20px 0 0 0;
    }
    .titre-presentation-page {
        font-size: 1.7rem;
    }
    .top_page {
        height: 100px;
        margin-top: 70px;
    }
    .secondaire {
        margin-left: 10px;
    }
    .trait2 {
        left: 42.5%;
    }
    .titre-presentation {
        font-size: 3rem;
    }
    .titre-presentation span {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: 115px;
        margin-left: -5%;
    }
    #bloc_fixed_bottom .bloc {
        width: 35%;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
        justify-content: center;
        margin: 5px 0;
        border: 1px solid #fff;
        border-radius: 20px;
    }
    #bloc_fixed_bottom {
        background: rgb(177 129 71);
        display: flex;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right:0;
        padding: 5px;
    }
    .nav-desktop-recrutement, .nav-desktop-contact {
        display: none;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 100%;
        min-height: 450px;
    }
    .moteur {
        padding: 10px;
        position: relative;
        bottom: auto;
        top: auto;
        height: 100%;
    }
    .bgAccueil {
        height: auto;
    }
    .cont_coordonnees .border-right, .home_cont_services .border-right {
        border-right: 0;
        margin: 15px 0;
    }
    .home_cont_services img.w160 {
        width: 180px;
    }
    .p-services {
        font-size: 19px;
    }
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
}