@font-face {
    font-family: product_sans_bold;
    src: url(fonts/product_sans_bold.ttf);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

main {
    z-index: 100;
    position: relative;
    margin-bottom: 80vh;
    box-shadow: #000 0 7px 35px 0;
}

section {
    height: auto;
    padding-bottom: 35px;
}



.formulaire .form-control,
.formulaire .select2-container--bootstrap4 .select2-selection {
    padding: 5px;
    padding-left: 10px;
    height: 45px !important;
    font-size: 17px;
    line-height: 20px;
}

h3 {
    background: url(../img/bg_point.png) no-repeat left;
    color: #009245;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

h2 {
    font-family: product_sans_bold;
}

.h2__title {
    background: url(../img/bg_point.png) no-repeat left 55%;
    color: #009245;
    padding: 0;
    padding-left: 25px;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

#h5p {
    color: white;
    margin-left: 22vw;
    display:none;
}

#header {
    height: 108px;
        position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
    padding: 0px 40px;
    background: #00000080;
}

.d_menu {
    border-radius: 0px 0px 15px 15px;
    padding: 0px;
}

#imgsouris {
    height: 50px;
    margin-left: 28vw;
    margin-top: 180px;
    transition: transform .2s;
}

#imgsouris:hover {
    transform: scale(1.5);
}

#header ul {
    list-style: none;
    display: block;
    /*float: left;*/
    padding: 21px;
    margin: 0;
    text-align: center;
    font-size:21px;
}

#header ul li {
    /*float: left;*/
    display: inline-block;
}

#header ul li a {
    padding: 15px 21px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
}
#header #i-1{
    color: #BD2231;
   margin-left: -68px;
    top: 41px;
   
    position: absolute;
}
#header #i-2{
    margin-left: -95px;
    top: 42px;
    position: absolute;


    color: #BD2231;}
#header #i-3{
        position: absolute;
   margin-left: -75px;
    top: 42px;
    color: #BD2231;
}
#header ul li a.hvr:after {
    display: block;
    content: "";
    bottom: 50%;
    width: 0%;
    height: 3px;
    background-color: #BD2231;
    margin: 0.2em auto 0px;
    transition: all 0.2s ease 0s;
}

#header ul li a.hvr:hover:after {
    width: 70%;
}

#header ul.ul_right {
    float: right
}


#header ul.ul_right a b {
    color: #fff;
    border: 1px solid #BD2231;
    padding: 5px 13px;
    border-radius: 10px;
    font-size: 17px;
    background: #BD2231;
    
}

.a_logo {
    /*background: #fff;*/
    /*    border-radius: 0px 0px 15px 15px; */
    display: flex;
    height: 78px;
}

.logo {
   width: 128px;
    height: 105px;
    margin: 3px auto;
 
}

.s_country .logo {
    max-width: 70%;
    margin: 0 auto;
}

.s_country .img_pay {
    height: 60%;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.man_row {
    display: flex;
}

#slide {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.logos_entreprises {
    width: 100%;
    height: 120px;
}

#slide #entreprise_owl .owl-item img {
    opacity: 1;
    max-width: 100%;
}

.brands_nav {
    position: absolute;
    top: 96%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #262626;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 92px;
}

.brands_next {
    right: 92px;
}

#slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 100%;
    opacity: 0.6;
}

#slide .item {
    height: 100vh;
    max-width: 100%
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 100
}

.owl-nav button {
    outline: none;
}

.owl-nav .owl-prev {
    float: left;
    margin-left: 50px
}

.owl-nav .owl-next {
    float: right;
    margin-right: 50px
}

#recherche {
    position: absolute;
    width: 56%;
    top: 25%;
    height: auto;
    z-index: 9;
    left: 20%
}

#recherche h4,
#recherche h5 {
    color: #ffffff;
    text-align: center;
}

#recherche h4 {
    font-size: 30px;
    /*text-transform: uppercase;*/
}

#recherche h5 {
    font-size: 25px;
}

#r_form {
    display: flex;
    background: #FEC21C90;
    padding: 8px;
    border-radius: 10px;
    margin-top: 151px;
}

#r_form div {
    padding: 5px;
    ;
}

#lien_butt {
    position: absolute;
    width: 100%;
    bottom: 0;
    /*   height: 80px; */
    z-index: 9;
    background: #00000090;
    padding: 20px 0px;
}

#lien_butt a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    ;
    display: block;
    position: relative;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
}

#lien_butt a.a-country {
    display: block;
    background: #fff;
    color: #515152;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ececec;
    transition: 500ms all
}

#lien_butt a.a-country:hover {
    background: #ebebeb !important
}

.select2 {
    width: 100%!important;
    color: #9dacad
}

#rechercheform {
    padding: 15px;
    background: #6d7070;
    color: #fff;
}

#lien_butt a.a-country img {
    width: 50px;
    margin-right: 10px;
    border: 1px solid #b6babb
}

#lien_butt a.menu-country::after {
    content: url(../img/affter.png);
    color: red;
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    background: #fff;
    top: 0;
    border-radius: 0px 9px 9px 0px;
}

.dropdown-menu.show {
    width: 100%;
    background: transparent;
    border: none;
}

.dropdown-menu.show {
    width: 100%
}


/*
#slide{ background: url("../img/"); background-size: 100% } */

#dernieres {
    min-height: 100vh;
    background: #fff;
    padding: 50px 0px;
    /* display: flex;
	  align-items: center;
	  justify-content: center; */
}

.h2title {
    color: #706a58;
    padding: 0;
    padding-left: 36px;
    background: url(../img/bg_title.png) no-repeat left center;
    background-size: contain;
    margin: 0;
    line-height: 30px;
    font-size: 30px;
}

.offres {
    padding: 30px 0px;
    overflow: auto;
    overflow-x: hidden !important;
}

.offres .items {
    float: left;
    padding: 10px;
}

.offres .items .offre {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f5f5f5;
    transition: 500ms all;
    position: relative;
}

.offres .items .offre:hover {
    box-shadow: 0px 1px 8px rgba(44, 62, 80, 0.25);
    transition: 500ms all;
}

.offres .items .offre a.a_offre {
    text-decoration: none;
    display: block;
    padding: 15px;
    min-height: 210px;
    /* BACKGROUND: #c1c1c1; */
}

.offres .items .offre a.not-fav {
    position: absolute;
    right: 15px;
    font-size: 22px;
    bottom: 15px;
    color: #cecece;
    transition: 500ms all;
}

.offres .items .offre a.not-fav:hover {
    color: #BD2231
}

.offres .items .offre a.fav {
    position: absolute;
    right: 15px;
    font-size: 22px;
    bottom: 15px;
    color:#BD2231;
    transition: 500ms all;
}

.offres .items .offre h3 {
    background: url(../img/bg_point.png) no-repeat left 55%;
     color: #706a58;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    height: 45px;
    display: flex;
    align-items: center;
}

.offres .items .offre h3:first-letter {
    text-transform: capitalize
}

.competences {
    background: #F2F2F2;
    padding: 15px 0px;
    margin-top: 40px
}

.recherche {
    margin-top: 40px
}

.competences .b-profil {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px
}

.competences .items h3 {
    background: url(../img/bg_point.png) no-repeat left;
     color: #706a58;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
}

.competences h4 {
    color: #139a53;
    font-size: 17px;
}

.competence_footer .colitems .btn {
    background: #333333;
    color: #fff;
    border-radius: 20px;
    padding: 2px 15px 2px 15px;
}

.competence_footer {
    display: flex;
}

.competence_footer .colitems {
    display: block;
    width: 50%;
    float: left
}

.competence_footer h6 {
    color: #009245;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.competence_footer h6.adr {
    background: url(../img/bg_map.png) no-repeat;
}

.competence_footer h6.dep {
    background: url(../img/bg_dep.png) no-repeat;
}

.offres .items .offre h4 {
    color: #BD2231;
    font-size: 17px;
}

.offres .items .offre p {
     color: black;

    text-align: justify;
    /*font-size: 14px*/
}

.offre_footer {
    display: flex;
}

.offre_footer .colitems {
    display: block;
    width: 100%;
    float: left
}

.offre_footer .colitems .btn {
    background: #009245;
    color: #fff;
    margin-top: 15px;
}

.offre_footer h6 {
  
    padding: 0;
    margin: 0;
    color: #706a58;
}

.offre_footer h6 i{
  
    padding: 0;
    margin: 0;
    color: #BD2231;
}

.offre_footer h6 img {
    width: 33px;
}

.offre_footer h6.adr img {
    border: 1px solid #efefef;
    /*     background: url(../img/bg_map.png) no-repeat; */
}

.offre_footer h6.dep img {
    /*     background: url(../img/bg_dep.png) no-repeat; */
}

.plus {
    color: white;
    
    border: 1px solid #BD2231;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: 500ms all;
    background-color: #BD2231;
}

.plus:hover {
    background: #BD2231;
    color: #fff;
    text-decoration: none;
}

#pub {
    padding-top: 50px;
    height: auto;
}

.pub_acc {
    max-width: 100%;
    width: 100%
}

.bordred_j {
        border: 4px solid #ecf0f1;
    border-radius: 5px;
    padding: 21px;
    min-height: 270px;
        background: white;
            margin-top: 20px;
    /*background: url(../img/+1.png) no-repeat;*/
}

#philosophe img{

 padding: 10px 10px;
}

#philosophe .philosophie-img-2 img{
    height: 91%;
    padding-top: 22px;
}
#philosophe {
    padding: 53px 0px;
    background: rgb(0 0 0 / 4%);
    margin-top: 31px;
}
}

#philosophe h3 {
    background: url(../img/bg_point.png) no-repeat left;
    color: #009245;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px
}

.philosophe .itmes {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.philosophe a:hover {
    text-decoration: none;
}

.philosophe .itmes .img-act {
    width: 160px;
    margin-right: 15px;
    float: left;
    height: 110px;
}

.philosophe .itmes .title {
    color: #FEC21C;
    font-size: 17px;
    margin-bottom: 5px;
}

.philosophe .itmes span {
    color: #009245;
    font-size: 16px;
}

.philosophe .itmes p {
    color: #999999;
    margin-bottom: 0px;
    text-align: justify;
}

#philosophe #publi_right {
    display: block;
    max-height: 315px;
    overflow: hidden;
}


#service .bordred_j {
        border: 4px solid #ecf0f1;
        border-radius: 24px;
    padding: 21px;
    min-height: 560px;
        background: white;
                margin-top: 20px;
    height: 97%;   /*background: url(../img/charte-qualité+.png) no-repeat;*/
}
#service .h2title{
    padding: 0;
    padding-left: 36px;
    background: url(../img/bg_title.png) no-repeat left center;
    background-size: contain;
    margin: 0;
    line-height: 30px;
    font-size: 24px;
}

#service img {
    width: 303px;
    /* height: 30%; */
}

#service h6{
    padding: 1px;
}

#service {
    padding: 53px 0px;
    background: white;
    margin-top: 31px;
}

#service .bordred_j-blue{
    /*background: blue;*/
      border: 4px solid #ecf0f1;
        border-radius: 24px;
    padding: 21px;
    min-height: 560px;
        background: #c7d7d5;
            margin-top: 20px;
            font-size: 13px;
            height: 97%;
}
#service .bordred_j-blue .h2title{
    color:white;
}

#service h3 {
    background: url(../img/bg_point.png) no-repeat left;
    color: #009245;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px
}

.service .itmes {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.service a:hover {
    text-decoration: none;
}

.service .itmes .img-act {
    width: 160px;
    margin-right: 15px;
    float: left;
    height: 110px;
}

.service .itmes .title {
    color: #FEC21C;
    font-size: 17px;
    margin-bottom: 5px;
}

.service .itmes span {
    color: #009245;
    font-size: 16px;
}

.service .itmes p {
    color: #999999;
    margin-bottom: 0px;
    text-align: justify;
}

#service #publi_right {
    display: block;
    max-height: 315px;
    overflow: hidden;
}












#actualites {
    padding: 50px 0px;
}

#actualites h3 {
    background: url(../img/bg_point.png) no-repeat left;
    color: #009245;
    padding: 0;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px
}

.actualites .itmes {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.actualites a:hover {
    text-decoration: none;
}

.actualites .itmes .img-act {
    width: 160px;
    margin-right: 15px;
    float: left;
    height: 110px;
}

.actualites .itmes .title {
    color: #FEC21C;
    font-size: 17px;
    margin-bottom: 5px;
}

.actualites .itmes span {
    color: #009245;
    font-size: 16px;
}

.actualites .itmes p {
    color: #999999;
    margin-bottom: 0px;
    text-align: justify;
}

#actualites #publi_right {
    display: block;
    max-height: 315px;
    overflow: hidden;
}

#logos_entreprises .owl-carousel img{
        display: block;
    width: 100%;
    border: 2px solid #ecf0f1;
    border-radius: 11px;
}

#logos_entreprises section{



}
.act-list .itmes {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    transition: 500ms all;
}

.act-list .itmes .img-act {
    width: 180px;
    height: 140px;
}

.act-list .itmes .title {
    font-size: 19px;
}

.act-list .itmes:hover {
    box-shadow: 0 0 10px 0 #eee;
    background: #ffffff;
    transition: 500ms all;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80vh;
    background: url(../img/bg_footer.png);
    background-size: 100%;
    padding: 70px 0px;
    padding-top: 100px;
}

footer .logo_w {
    margin-bottom: 30px
}

footer p {
    text-align: justify;
    margin: 10px 0px;
    color: #fff
}

#ff {
    margin-top: 4px;
}

.social {
    border-top: 1px solid #808080;
    margin-top: 20px
}

.social ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
}

.social ul li {
    float: left;
    margin-right: 10px
}

.social ul li a {
    display: block;
    border-radius: 5px;
    transition: 500ms all;
    padding: 5px
}

.social ul li a:hover {
    background: #ffff
}

footer ul {
    list-style: none;
}

footer ul a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
}

footer ul a:hover {
    text-decoration: none;
    color: #fec21c;
    transition: 500ms all
}

footer h3 {
    color: #fff;
    font-size: 25px
}

.reche {
    background: url(../img/icons/cherche.png) no-repeat 1% 50% #fff;
    padding-left: 30px;
}

.pays {
    background: url(../img/icons/affriquewilaya.png) no-repeat 1% 50% #fff;
    padding-left: 30px;
}

#lien_butt a {
    transition: 500ms all;
}

#lien_butt a:hover {
    background-color: #00000030!important;
}

#lien_butt .menu-country {
    background: url(../img/icons/map.jpg) no-repeat 0% 50%;
    display: block;
    padding-left: 60px;
    background-size: contain;
}

#lien_butt a.p_user {
    background: url(../img/icons/user.png) no-repeat 98% 100%;
}

#lien_butt a.p_users {
    background: url(../img/icons/users.png) no-repeat 98% 100%;
}

main {
    background: #ffffff;
}

#content {
    padding: 50px 0px;
}

#content form {
    padding-top: 40px
}

.invalid-feedback strong {
    color: #dc3545 !important;
}

a.register {
    display: block;
    position: relative;
    /*background: #000;*/
    text-transform: uppercase;
    text-align: center;
}

a.register img {
    opacity: 1.8
}

a.register span {
    position: absolute;
    top: 40%;
      width: 83%;
    font-size: 22px;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    z-index: 1;
    background: #00000050;
}


/* offre */

#bg_offre {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

#bg_div {
    width: 100%;
    height: 100%;
    background: #00000070;
    color: #ffffff;
    max-width: 100%;
    position: relative;
}

#bg_div .info {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}

#bg_div .info h2 {
    font-size: 22px;
}

#bg_div .info .offre__detail__title:after {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 50px;
}

.btn_man {
    padding: 12px 47px;
    text-transform: UPPERCASE;
    font-size: 21px;
    color: #ffffff;
    background: #BD2231;
    display: inline-block;
    text-decoration: none;
    outline: none;
    border: none;
}

.btn_man:hover {
    background: #a00c0c;
    color: #ffffff;
    text-decoration: none;
}

#bg_div .info .offer__detail__tags span {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0px 20px;
}

#description_offre {
    padding: 50px 0px;
    min-height: 100vh;
    height: auto;
}

#entreprise_offre {
    background: url(../img/bg_entreprise_job.png) no-repeat;
    background-size: cover;
    height: 300px;
    text-align: center;
}

.entreprise___name h2 {
    display: block;
    width: 100%;
    color: #fff;
}

.entreprise___infos {
    margin-top: 50px;
}

.entreprise___infos img {
    width: 33px;
    margin-bottom: 20px;
}

.entreprise___infos p {
    color: #fff;
    font-size: 19px;
}

.bg_opacity {
    padding: 50px 0px;
    width: 100%;
    height: 100%;
    background: #00000099;
}

#postiler {
    padding: 50px 0px;
    height: auto;
}

#postiler .alert {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.alert a {
    margin-right: 10px;
    text-decoration: underline;
}

.condudature .message {
    height: 220px !important;
}


/* Push */

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* The sidebar menu */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.prSidebar {
    border-bottom: 2px solid #232323;
}

.si_lang {
    width: 50%;
    float: left;
    text-transform: uppercase;
}

.si_lang b {
    color: #BD2231;
    border: 1px solid #BD2231;
    padding: 5px 13px;
    border-radius: 10px;
}


/* When you mouse over the navigation links, change their color */

.sidebar a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* The button used to open the sidebar */

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: #ffffff;
    color: #BD2231;
    padding: 5px 15px;
    border: none;
    right: 40px;
    position: absolute;
    top: 0px;
    z-index: 10;
}

.openbtn:hover {
    background-color: #d9e2f0;
}

#mybody {
    transition: margin-left .5s;
}

.page-link {
    background-color: #5b9bd5;
}

.page-link:hover,
.page-item.active .page-link {
    background: #2f5597;
}

.page-item.disabled .page-link {
    background-color: #b4c7e7;
}

@media only screen and (max-width: 1200px) {
    #lien_butt .menu-country {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .bordred_j {
        height: auto;
        margin-bottom: 20px;
    }
    main {
        margin-bottom: 0;
    }
    footer {
        position: relative;
        height: auto;
        background-size: 100%;
        padding: 70px 0px;
        padding-top: 100px
    }
    .col-contact {
        margin-top: 20px;
        padding: 20px 15px;
        border-top: 1px solid #808080;
    }
    #entreprise_offre {
        height: auto;
    }
    .bg_opacity {
        height: auto;
    }
}

@media only screen and (max-width: 720px) {
    #recherche {
        top: 20%;
    }
    #header {
        padding: 0px;
    }
    .col-menu {
        margin-top: 20px;
        padding: 20px 15px;
        border-top: 1px solid #808080;
    }
    .col-menu ul {
        margin-bottom: 0px;
    }
    .logo {
        margin: initial;
    }
    .col-logo {
        padding: 0;
    }
    .openbtn {
        font-size: 32px;
        background-color: #ffffff;
        right: 10px;
        position: fixed;
    }
    #bg_div .info {
        top: 40%;
    }
    #bg_offre {
        height: 100vh;
    }
    #bg_offre h1 {
        font-size: 36px;
    }
    #lien_butt a.p_user {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {
 
  .openbtn.d-xl-none {
    margin-right: 0px;
    }

    .logo {
    width: 120px;
    height: 75px;
    }
    
    #header {
    height: 80px;
    }
    
    #recherche h4 {
    font-size: 25px;
    margin-top: 20vw;
    }
    
    #r_form {
    margin-top: 56vw;
    margin-right: -30px;
    }
    #imgsouris {
    margin-left: 23vw;
    margin-top: 8px;
    }
    
    #slide .owl-carousel .owl-item img {
    height: 65%;
    }
    
    .owl-nav {
    display: none;
    }
    
    #h2title {

    padding-left: 70px;
    }
    #h4title {
        padding-top: 10px;
    }
    
    iframe {
    height: 264px !important;
    width: 330px;
    }
    
    #service .bordred_j {
    height: 99%;
    margin-bottom: 30px;
    }
    .brands_nav {
    display:none;
    }
    #logos_entreprises .owl-carousel img {
    width: 145%;
    height: 70px;
    }
}

