/*********************
* PRINCIPAL ********************
*********************/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
}

body {
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    overflow-x: hidden;
}
body.preload * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#page.vvv_fadeinload{
	opacity:0;
	transition: opacity 0.8s ease-in-out;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
} 
.title {
    font-size: 2em;
    font-weight: bold;
    color: rgb(50, 50, 50);
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    /* font-size: 2em; */
    font-size: 1.25em;
    font-weight: bold;
}

h3 {
    font-size: 0.75em;
}

h4 {
    font-size: 1em;
    background-color: #bbbfbf;
    padding: 5px;
    border-radius: 0.25rem;
}

p {
    /* font-size: 1.2em; */
    font-size: 1em;
    color: rgb(50, 50, 50);
}

b {
    color: #ef7d00;
}
a{
    -webkit-transition: all 0.3s;
	transition: all 0.3s; 
}
a:link, a:visited, a:hover, a:focus, a:active {
    color: #ef7d00;
    outline: none;
}

a p {
    color: #ef7d00;
}

iframe {
    height: 400px;
    width: 100%;
}

ul, ol {
    margin-left: 0;
}

ol {
    list-style: none;
    counter-reset: li;
}

ul li {
    list-style-image: url('../img/puce.png');
}

ol li::before {
    content: counter(li) ". ";
    counter-increment: li;
    color: #ef7d00;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
}

li, .dropdown-item {
    /* font-size: 1.2em; */
    font-size: 1em;
}

/* .site {
    overflow: hidden;
} */

.btn {
    width: 100%;
    background-color: #ef7d00;
    border-color: #ef7d00;
    /* text-transform: uppercase; */
    color: white;
}

.btn:hover {
    background-color: #264691 !important;
    border-color: #264691 !important;
    color: white;
}

.screen {
    display: block;
}

.mobile {
    display: none;
}

.relative {
    position: relative;
}

.news-band {
    background-color: #264691;
    color: white;
    padding: 5px;
    border-radius: 0.25rem;
    text-align: center;
}

.color-dark {
    color: rgb(50, 50, 50);
}

.color-light {
    color: white;
}

/*********************
* HEADER ********************
*********************/

/* .site-header {
    border: solid 2px red;
} */

/*********************
* NAVIGATION ********************
*********************/

.nav-1 {
    /* border: solid 2px green; */
    padding: 0;
    background-color: white;
    text-transform: uppercase;
}

.nav-1 .navbar-nav {
    /* border: solid 2px green; */
    height: 100px;
    width: 100%;
}

.nav-2 {
    /* border: solid 2px red; */
    background-color: #ef7d00;
    padding: 0;
    text-transform: uppercase;
}

.nav-2 .nav-link {
    color: white !important;
    margin-left: 20px;
    margin-right: 20px;
}

.nav-2 a:focus {
    /* background-color: #264691; */
    background-color: white;
    color: #ef7d00 !important;
}

.navbar {
    /* border: solid 2px green; */
    margin: auto;
}

.logo-link-mobil {
    display: none;
}

.logo-link-screen {
    height: 100px;
}

.navbar-toggler {
    margin-right: 30px;
}

.navbar-nav {
    display: table-cell;
    margin: 0;
}

.navbar-nav li {
    vertical-align: middle;
    display: table-cell;
}

.li-right {
    float: right;
    height: 100px;
}

.li-right .row {
    margin: 0;
}

.dropdown {
    position: static;
}

.dropdown-toggle::after {
    border: none;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    /* background-color: #264691; */
    background-color: white;
    border: none;
    box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.15), 10px 10px 5px rgba(0, 0, 0, 0.15);
    z-index: 1100;
    height: auto;
}

.resize-dropdown-menu {
    width: 585px;
}

.resize-dropdown-menu-offre {
    width: 585px;
    overflow-y: scroll;
    height: 500px;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-li {
    position: static;
}

.nav-link, .dropdown-item {
    /* font-size: 1.2em; */
    color: white !important;
    padding: 0;
}

.dropdown-item {
    white-space: normal;
    color: #ef7d00 !important;
}

.nav-2 .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.25s;
}

.nav-2 .nav-link:hover {
    /* background-color: #264691; */
    background-color: white;
    color: #ef7d00 !important;
}

.nav-2 .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-2 .dropdown-item:hover {
    /* background-color: #264691; */
    background-color: white;
    text-decoration: underline;
}

.nav-icon-contact, .nav-icon-espace {
    /* border: solid 2px red; */
    display: table;
    color: #ef7d00;
    height: 100px;
    margin-right: 10px;
}

.nav-icon-contact i, .nav-icon-espace i {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.2em;
}

.nav-txt-contact, .nav-txt-espace {
    /* border: solid 2px red; */
    line-height: 1em;
    display: table;
    color: #ef7d00;
    height: 100px;
    margin-right: 20px;
}

.nav-txt-contact span, .nav-txt-espace span {
    display: table-cell;
    vertical-align: middle;
}


.nav-filter-archive li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.nav-filter-archive a {
    color: #ef7d00;
}

/* .nav-news {
    font-size: 1.2em;
} */

.nav-news a {
    color: #ef7d00;
}

.custom-logo-link img{
    width: 218px;
}

.logo-link-fixed-nav-2 .custom-logo-link img{
    width: 139px;
}

/*********************
* FIXED NAVIGATION ********************
*********************/

/* .fixed-nav {
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 32px;
    box-shadow: -10px 10px 5px rgba(0, 0, 0, 0.15), 10px 10px 5px rgba(0, 0, 0, 0.15);
} */

.not-fixed-nav {
    position: relative;
    z-index: 2000;
    width: 100%;
    top: 0;
}

.logo-link-fixed-nav-2 {
    position: absolute;
    display: none;
}

.nav-item-fixed-nav-2 {
    display: none !important;
}

.nav-item-fixed-nav-2-none {
    display: none !important;
}

.nav-item-fixed-nav-2-table-cell {
    display: table-cell !important;
}

/*********************
* SLIDER ********************
*********************/

.box-slider {
    /* border: solid 2px magenta; */
    margin-top: 20px;
}

.box-slider a {
    position: relative;
    display: block !important;
    /* border-radius: 0.25rem;
    overflow: hidden; */
    padding: 30px;
}

/* .slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 2px red;
} */

/* .slider-txt {
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    height: 100%;
    border: solid 2px green;
} */

/* .slider-txt p {
    position: relative;
    color: white;
    font-size: 2rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 100px;
    padding-right: 100px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
    border: solid 2px blue;
} */

.slider-content {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    /* border: solid 2px red; */
    background-color: #ef7d00;
    border-radius: 0.25rem;
    bottom: 0;
    right: 0;
    z-index: 1000 !important;
    overflow: visible !important;
    transition: 0.5s;
}

.slider-content:hover {
    background-color: #264691;
}

.slider-content p {
    position: relative;
    color: white;
    font-size: 1.5rem;
    /* display: table-cell; */
    text-align: center;
    /* vertical-align: middle; */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    /* text-shadow: 2px 2px 2px black; */
    /* border: solid 2px blue; */
    margin: 0;
}

.slick-dots {
    bottom: -30px;
    /* margin-bottom: 20px; */
    z-index: 1000;
    width: 100%;
}

.slick-dotted.slick-slider {
    /* margin-bottom: 0; */
}

.slick-dots li button:hover::before {
    color: #264691 !important;
}

.slick-dots li button::before {
    color: grey;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    color: #ef7d00;
    opacity: 1;
}

.slick-prev {
    left: -50px;
    z-index: 1000;
    width: 40px;
    height: 40px;
}

.slick-next {
    right: -50px;
    z-index: 1000;
    width: 40px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    color: #ef7d00;
    opacity: 1;
    font-size: 40px;
    font-weight: bold;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #264691;
}

.slick-prev:before {
    content: '❮';
}

.slick-next:before {
    content: '❯';
}

/*********************
* MAIN ********************
*********************/

.site-main {
    /* border: solid 2px blue; */
    /* width: 1000px; */
}

.container-full {
    background-color: #e7e7e7;
}

.ariane {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*********************
* BOX ********************
*********************/

.container-espace-filter {
    background-color: rgba(255, 255, 255, 0.10);
}

/* .container-espace-image {
    background-image: url('../img/bg-espace.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */

/* .box-espace-title {
    text-shadow: 2px 2px 2px black;
} */

/* h1{
    text-shadow: 2px 2px 0px white;
} */

.color-title-1 {
    color: #609dbb;
}

.color-title-2 {
    color: #f1c440;
}

.color-title-3 {
    color: #e72578;
}

.color-title-4 {
    color: #264691;
}

.color-title-5 {
    color: #ef7d00;
}

.color-title-6 {
    color: #eb5d3e;
}

.box-full {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.box-event, .box-news {
    margin-top: 3rem !important;
}

.box-news {
    margin-top: 4em !important;
    margin-bottom: 3rem !important;
}

/* .zoom {
    transition: 0.25s;
    position: relative;
} */

a.link-news {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    transition: 0.5s;
}

/* .zoom:hover {
    transform: scale(1.05);
    z-index: 999;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
} */

.head-news {
    /* border: solid 2px black; */
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    /* z-index: 900; */
    position: relative;
}

.head-news-txt {
    color: white !important;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.head-news-txt p {
    color: white !important;
}

.color-1 {
    background-color: #609dbb;
    /* background-color: rgba(96, 157, 187, 0.75); */
}

.color-2 {
    background-color: #f1c440;
    /* background-color: rgba(241, 196, 64, 0.75); */
}

.color-3 {
    background-color: #e72578;
    /* background-color: rgba(231, 37, 120, 0.75); */
}

.color-4 {
    background-color: #264691;
    /* background-color: rgba(38, 70, 145, 0.75); */
    /* background-color: white; */
}

.color-5 {
    background-color: #ef7d00;
    /* background-color: rgba(239, 125, 0, 0.75); */
}

.color-6 {
    background-color: #eb5d3e;
    /* background-color: rgba(235, 93, 62, 0.75); */
}

.head-news-triangle {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    left: 20px;
    position: absolute;
    z-index: 500;
    top: -30px;
    /* display: none; */
}

.color-tr-1 {
    border-bottom: 30px solid #609dbb;
    /* border-bottom: 30px solid rgba(96, 157, 187, 0.75); */
}

.color-tr-2 {
    border-bottom: 30px solid #f1c440;
    /* border-bottom: 30px solid rgba(241, 196, 64, 0.75); */
}

.color-tr-3 {
    border-bottom: 30px solid #e72578;
    /* border-bottom: 30px solid rgba(231, 37, 120, 0.75); */
}

.color-tr-4 {
    border-bottom: 30px solid #264691;
    /* border-bottom: 30px solid rgba(38, 70, 145, 0.75); */
}

.color-tr-5 {
    border-bottom: 30px solid #ef7d00;
    /* border-bottom: 30px solid rgba(239, 125, 0, 0.75); */
}

.color-tr-6 {
    border-bottom: 30px solid #eb5d3e;
    /* border-bottom: 30px solid rgba(235, 93, 62, 0.75); */
}

.ken-burns {
    overflow: hidden;
}

.img-zoom, .img-responsive {
    transition: 0.5s;
    height: 250px;
}

/* .img-zoom:hover {
    transform: scale(1.1);
} */

.pagination {
    margin-left: 0;
    margin-right: 0;
}

.pagination li {
    list-style: none;
}

.page-item.active .page-link {
    background-color: #ef7d00;
    border-color: #ef7d00;
}

.btn-espace {
    color: white;
    /* font-size: 2rem; */
    font-size: 1.5em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.btn-espace:hover {
    color: white;
}

.icon-chiffres {
    color: #ef7d00;
    font-size: 2.4em;
}

.chiffres {
    font-size: 2em;
    font-weight: bold;
    color: #ef7d00;
}

.icon-espace {
    display: block;
    font-size: 1.5em;
}

.img-espace{
    display: block;
    width: 25%;
    margin: auto;
}

/*********************
* ESPACE ********************
*********************/

.cube-espace {
    background-color: #ef7d00;
    border-radius: 0.25em;
    height: 100%;
}

.cube-espace .row {
    height: 100%;
}

.cube-espace p, .cube-espace b, .cube-espace i {
    color: white;
}

.cube-espace i {
    font-size: 1.5em;
}

.tab-icon {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-icon {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.col-lg-3 .cell-icon {
    text-align: right;
}

/*********************
* CONTACT ********************
*********************/

.form-assure, .form-entreprise-a, .form-entreprise-na, .form-professionnel-sante, .form-autre {
    display: none;
}

label {
    vertical-align: bottom;
}

.div-contact {
    border: solid 2px #ef7d00;
    border-radius: 0.25rem;
    padding: 10px;
    margin-top: 10px;
}

.p-contact {
    font-size: 1em;
}

.btn-contact {
    height: 100%;
}

.tab-btn-contact {
    display: table;
    height: 100%;
    width: 100%;
}

.cell-btn-contact {
    display: table-cell;
    vertical-align: middle;
}

/*********************
* MENTIONS LÉGALES ********************
*********************/

/*********************
* ACCESSIBILITÉ ********************
*********************/

.img-acces {
    display: inline;
    width: 100px;
    margin-right: 10px;
    float: left;
}

/*********************
* FOOTER ********************
*********************/

.site-footer {
    /* border: solid 2px pink; */
    overflow: hidden;
}

.site-footer a {
    color: black;
}

.site-footer p {
    color: white;
}

.bloc-footer-1 {
    /* border: solid 2px green; */
    background-color: #ef7d00;
    color: white;
}

.bloc-footer-2 {
    /* border: solid 2px red; */
    background-color: white;
    font-size: 12px;
}

.icon-in, .icon-fb, .icon-tw, .icon-in {
    color: white !important;
    transition: 0.25s;
}

.icon-fb, .icon-tw, .icon-in {
    margin-left: 10px;
}

.icon-in:hover, .icon-fb:hover, .icon-tw:hover, .icon-in:hover {
    color: #264691 !important;
}

.icon-in i, .icon-fb i, .icon-tw i, .icon-in i {
    /* font-size: 3em; */
    font-size: 2em;
}


/** NEW HOME DESIGN **/
.home_header{
    position: relative;
}
#home_video_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
#home_video_bg::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='1122.52' height='793.701' viewBox='0 0 297 210' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill:%23000;stroke-width:.701218;-inkscape-stroke:none;stop-color:%23000' d='M-1.243-.512V211.39h185.18L133.265-.512Z'/%3E%3Cpath style='fill:none;stroke:%23000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' d='M155.956 191.372Z'/%3E%3C/svg%3E%0A");
    background-size: cover;
    opacity: 0.6;
}
.home_video_text {
	position: absolute;
	top: 30%;
	left: 7vw;
    max-width: 500px;
	z-index: 111;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.1;
}
.home_video_text p{
	margin-bottom: 40px;
    color: white !important;
}
.home_header_button {
	background: #000;
	color: white !important;
	text-transform: none;
	font-size: 0.5em;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 8px;
    display:block;
    max-width: 250px;
    margin: 20px auto;
    text-align: center;
}
.home_header_button:hover {
	text-decoration: none;
    background: #ef7d00;
}

.orange_text{
    color: #ef7d00;
}

.home_header .nav-1 {
	background-color: transparent;
}
.home_header .nav-2 {
	background-color: #000;
}
.home_header .nav-2 .nav-link:hover {
	background-color: #ef7d00 !important;
	color: white !important;
}
.home_header .nav-item.li-right a{
    background-color: #000;
    color: white!important;
    margin: 20px;
    padding: 0 10px;
    max-height: 60px;
    border-radius: 8px;
}
.home_header .nav-item.li-right a .nav-icon-contact, 
.home_header .nav-item.li-right a .nav-icon-espace,
.home_header .nav-item.li-right a .nav-txt-contact, 
.home_header .nav-item.li-right a .nav-txt-espace {
    height: 65px;
}
.home_header .nav-item.li-right a span,
.home_header .nav-item.li-right a i{
    color: white;
    -webkit-transition: all 0.3s;
	transition: all 0.3s; 
}
.home_header .nav-item.li-right a:hover i,
.home_header .nav-item.li-right a:hover span{
    color: #ef7d00;
}
.bloc-footer-1 {
	background-color: #111;
}

.home .title {
	font-size: 45px;
}
.bg-white{
    background-color: white;
}


/*********************
*** Box Partenaires ***
*********************/
.box-logos .list_logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center;
}

.box-logos .list_logos a,
.box-logos .list_logos div {
	flex: 1 0 auto;
	text-align: center;
	padding: 1em;
}
.box-logos .list_logos a {
	opacity: 0.85;
}

.box-logos .list_logos a:hover {
	opacity: 1;
}

.box-logos .list_logos a img,
.box-logos .list_logos div img{
    max-height: 80px;
    width: auto;
}


/*** Box Valeurs */
.container_valeur{
    flex-wrap: nowrap;
    margin-bottom: 80px !important;
}
.icon_valeur {
	max-width: 120px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.valeur_left .icon_valeur{
    margin-left: 5vw;
    margin-right: 3vw;
}
.icon_valeur img{
    max-width: 120px;
    height: auto;
}


@media (min-width: 940px){
    .valeur_left .icon_valeur{
        margin-left: 22vw;
    }
    .valeur_right .icon_valeur{
        margin-right: 22vw;
    }
}

.content_valeur {
	border: solid 1px #ef7d00;
	position: relative;
}
.container_valeur:nth-of-type(2) .content_valeur{
	border: solid 1px #f1c440;
}
.container_valeur:nth-of-type(3) .content_valeur{
	border: solid 1px #264691;
}
.container_valeur:nth-of-type(4) .content_valeur{
	border: solid 1px #eb5d3e;
}

.valeur_left .content_valeur {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
    padding: 40px 40px 40px 60px;
}
.valeur_right .content_valeur {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
    padding: 40px 60px 40px 40px;
}
.content_valeur p:last-of-type{
    margin-bottom:0;
}
.title_valeur {
	text-align: center;
	background: #ef7d00;
	margin: 0 auto;
	padding: 5px 10px;
	color: white;
	font-weight: 700;
	font-size: 25px;
	border-radius: 9999px;
	min-width: 200px;
    position: absolute;
    top: -30px;
}
.valeur_left .title_valeur {
    left: 10%;
}
.valeur_right .title_valeur {
    right: 10%;
}
.container_valeur:nth-of-type(2) .title_valeur {
	background: #f1c440;
}
.container_valeur:nth-of-type(3) .title_valeur {
	background: #264691;
}
.container_valeur:nth-of-type(4) .title_valeur {
	background: #eb5d3e;
}


/** Branches professionnelles **/
.c-accordion__action {
	text-decoration: none !important;
}
.c-accordion__content {
	padding: 2em;
	width: 95%;
	text-align: left;
	line-height: 4px;
	font-size: 16px;
	left: -50rem;

    .c-accordion__description,
    .c-accordion__title--hero {
        margin-left: 0;
    }
}


/*********************
* RESPONSIVE ********************
*********************/

@media (max-width: 575px) {
    .container, .box-full {
        max-width: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container, .box-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container, .box-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container, .box-full {
        max-width: 960px;
    }

    .img-zoom, .img-responsive {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .container, .box-full {
        max-width: 1140px;
        /* max-width: 1500px; */
    }
}

@media (max-width: 991px) {
    .screen {
        display: none;
    }

    .mobile {
        display: block;
    }

    .display-none {
        display: none;
    }

    /* .slick-dots {
        display: none !important;
    } */

    .resize-dropdown-menu {
        width: 100% !important;
    }

    .nav-link, .dropdown-item {
        padding: 10px;
    }

    .nav-link-first {
        padding-top: 20px !important;
    }

    .nav-link-last {
        padding-bottom: 20px !important;
    }

    .nav-link {
        margin-left: 30px;
    }

    .nav-2 a:focus {
        background-color: #ef7d00;
    }

    .nav-2 .nav-link {
        margin-left: 30px;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-2 .nav-link:hover {
        background-color: #ef7d00;
    }

    .nav-2 .dropdown-item {
        padding-left: 30px;
    }

    .navbar-nav {
        display: inline;
    }

    .navbar-nav li {
        vertical-align: auto;
        display: inline;
    }

    .li-right {
        float: none;
    }

    .logo-link-mobil {
        display: block;
        height: 100px;
        padding-bottom: 10px;
    }

    .logo-link-screen {
        display: none !important;
    }

    .link-1 {
        margin-top: 10px;
    }

    li, .dropdown-item {
        font-size: 1em;
    }

    /* .nav-link, .dropdown-item {
        font-size: 1em;
    } */

    /* .nav-news {
        font-size: 1em;
    } */

    .nav-txt-contact, .nav-icon-contact, .nav-txt-espace, .nav-icon-espace {
        height: auto;
    }

    .slider-content {
        width: 100%;
    }

    .slider-txt p {
        font-size: 1.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 1.5em;
        color: #ef7d00;
    }

    h2 {
        font-size: 1.25em;
    }

    p {
        font-size: 1em;
    }

    .dropdown-menu {
        box-shadow: none;
    }

    .icon-in i, .icon-fb i, .icon-tw i, .icon-in i {
        font-size: 2em;
    }

    .img-zoom, .img-responsive {
        height: 200px;
    }

    .btn-espace {
        font-size: 1.5em;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .box-slider a {
        padding: 0;
    }

    .slider-content {
        display: none;
    }
}