@font-face {
    font-family: Verdana;
    src: url(../../assets/fonts/Verdana.woff2) format("woff2"), url(../../assets/fonts/Verdana.woff) format("woff"), url(../../assets/fonts/Verdana.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Futura;
    src: url(../../assets/fonts/Futura.woff2) format("woff2"), url(../../assets/fonts/Futura.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.arabe {
    text-align: right
}

.btn-sm {
    background: #0f5d9b;
    padding: 15px 30px;
    color: hsla(0, 0%, 100%, .5);
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #0f5d9b;
    border-radius: 0;
    position: relative;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: .08s ease-in;
    -o-transition: .08s ease-in;
    -ms-transition: .08s ease-in;
    -moz-transition: .08s ease-in;
    -webkit-transition: .08s ease-in
}

.btn-sm:hover {
    text-decoration: none
}

.btn-sm.btn-white:hover {
    color: #0f5d9b
}

.btn-sm.btn-white:before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top .25s ease-in
}

.btn-sm.btn-white:hover:before {
    top: 0
}

.btn {
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    background: #fff;
    padding: 15px 38px;
    color: #0f5d9b;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: .08s ease-in;
    -o-transition: .08s ease-in;
    -ms-transition: .08s ease-in;
    -moz-transition: .08s ease-in;
    -webkit-transition: .08s ease-in
}

.btn.btn-blue:hover {
    color: #fff
}

.btn.btn-blue:before {
    content: "";
    position: absolute;
    background: #0f5d9b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top .25s ease-in
}

.btn.btn-blue:hover:before {
    top: 0
}

#index-sommaire ul {
    padding: 0;
    margin: 0
}

#index-sommaire ul li {
    display: block;
    list-style: none;
    margin: 20px
}

#index-sommaire ul li,
#index-sommaire ul li a {
    color: #0f5d9b;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

#index-sommaire ul li a:hover {
    text-decoration: none
}

#index-sommaire ul li a.progress {
    color: #444;
    opacity: .5
}

.actualite_detail {
    margin-bottom: 50px
}

.actualite_detail .content span.date {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #444;
    opacity: .5
}

.actualite_detail .content img {
    display: block;
    width: 90%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 50px auto
}

.autocomplete-suggestions {
    background: #fff
}

.autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 20px;
    color: #0f5d9b;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: rgba(15, 93, 155, .2)
}

.link-project {
    display: block;
    color: #0f5d9b;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    margin: 10px 20px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background: #fff !important
}

.pin[data-size=large][data-color=green] {
    background: url(/static/assets/img/icons/green-lg.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.pin-static[data-size=small][data-color=greenWater],
.pin[data-size=small][data-color=green] {
    background: url(/static/assets/img/icons/green-sm.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin-static[data-size=large][data-color=greenWater] {
    background: url(/static/assets/img/icons/green-lg.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.pin-static[data-size=small][data-color=waterDakhla] {
    background: url(/static/assets/img/icons/green-sm-water.png);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin-static[data-size=large][data-color=waterDakhla] {
    background: url(/static/assets/img/icons/green-lg-water.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin-static[data-size=large][data-color=blue] {
    background: url(/static/assets/img/icons/blue-lg.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin-static[data-size=small][data-color=blue] {
    background: url(/static/assets/img/icons/blue-sm.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin[data-size=large][data-color=blue] {
    background: url(/static/assets/img/icons/blue-lg.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.pin[data-size=small][data-color=blue] {
    background: url(/static/assets/img/icons/blue-sm.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin[data-size=large][data-color=cyan] {
    background: url(/static/assets/img/icons/cyan-lg.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.pin[data-size=small][data-color=cyan] {
    background: url(/static/assets/img/icons/cyan-sm.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin[data-size=large][data-color=orange] {
    background: url(/static/assets/img/icons/orange-lg-2.png);
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.pin[data-size=small][data-color=orange] {
    background: url(/static/assets/img/icons/orange-sm.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99
}

.pin {
    cursor: pointer !important
}

h3,
h4 {
    font-weight: 600
}

a,
h3,
h4,
p,
ul li {
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif !important
}

a,
p,
ul li {
    font-weight: 400
}

.search-page {
    margin: 50px 0
}

.search-page h2 {
    font-size: 35px;
    color: #0f5d9b;
    text-align: center;
    margin-bottom: 50px
}

.search-page h2,
.search-page h4 {
    margin-top: 30px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}

.search-page h4 {
    font-size: 18px
}

.search-page h4 a {
    color: #0f5d9b !important
}

.search-page p {
    color: #444
}

.search-page .error-search,
.search-page p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    line-height: 25px
}

.search-page .error-search {
    color: #0f5d9b
}

.header .lang {
    display: block;
    position: relative;
    width: 120px;
    margin-top: 15px
}

@media screen and (max-width:992px) {
    .header .lang {
        width: auto
    }
}

.header .lang ul {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99
}

@media screen and (max-width:992px) {
    .header .lang ul {
        position: relative;
        width: 100%
    }
}

.header .lang ul li {
    background: #0f5d9b;
    border: 1px solid #fff;
    padding: 5px 10px;
    list-style: none !important;
    width: 90px;
    display: none
}

@media screen and (max-width:992px) {
    .header .lang ul li {
        display: inline-block;
        width: auto
    }
}

.header .lang ul li.active {
    display: block
}

@media screen and (max-width:992px) {
    .header .lang ul li.active {
        display: inline-block;
        background: #fff
    }

    .header .lang ul li.active a {
        color: #0f5d9b !important
    }
}

.header .lang ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none
}

.header .search-mobile {
    display: none
}

@media screen and (max-width:992px) {
    .header .search-mobile {
        display: block
    }

    .header .search-mobile form #search-m {
        width: calc(100% - 150px);
        max-width: 500px;
        display: inline-block;
        border: 1px solid #0f5d9b
    }

    .header .search-mobile form #search-m,
    .header .search-mobile form .btn-search {
        height: 45px;
        padding: 5px 15px;
        color: #0f5d9b;
        font-size: 14px;
        font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
    }

    .header .search-mobile form .btn-search {
        background: #fff;
        border: 1px solid #005395;
        text-transform: uppercase;
        margin-left: 15px
    }
}

@media screen and (max-width:576px) {
    .header .search-mobile form #search-m {
        width: 100%
    }

    .header .search-mobile form .btn-search {
        margin-top: 15px;
        margin-left: 0;
        width: 100%
    }
}

.header .none {
    display: none
}

.header .show-search {
    top: 0 !important;
    -webkit-transition: .5s;
    transition: .5s
}

.header .container-fluid {
    padding: 0
}

.header .container-fluid .container {
    max-width: 1170px;
    min-height: 90px
}

@media screen and (max-width:576px) {
    .header .container-fluid .container {
        min-height: 70px
    }
}

.header .container-fluid .nav-own {
    background-color: #0f5d9b;
    min-height: 90px
}

@media screen and (max-width:576px) {
    .header .container-fluid .nav-own {
        min-height: 70px;
        padding-bottom: 20px
    }
}

.header .container-fluid .nav-own .navbar {
    padding-top: 15px;
    padding-bottom: 25px;
    margin: auto;
    width: 100%;
    position: relative
}

@media screen and (max-width:576px) {
    .header .container-fluid .nav-own .navbar {
        padding-top: 0;
        padding-bottom: 0
    }
}

.header .container-fluid .nav-own .navbar .navbar-brand img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav {
    padding: 0;
    margin: 0 !important
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item {
    padding: 0;
    margin: 15px 23px 0 0;
    list-style: none
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item a.search {
    background: transparent;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 7px
}

@media screen and (max-width:992px) {
    .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item a.search {
        display: none
    }
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item a.search img {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    opacity: .5
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu {
    border-radius: 0
}

@media screen and (max-width:991px) {
    .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu {
        background: transparent;
        border: none
    }

    .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
        color: #fff
    }

    .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover {
        color: #fff;
        background: transparent
    }
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu.multi-drop {
    left: 100%;
    top: 0
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #333
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
    color: #0f5d9b
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu.dbl-menu.show {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav form select {
    background: #0f5d9b;
    width: 90px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.header .container-fluid .nav-own .navbar .search-bar {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 100%;
    background: #0f5d9b;
    display: -webkit-box;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 999
}

@media screen and (max-width:992px) {
    .header .container-fluid .nav-own .navbar .search-bar {
        display: none
    }
}

.header .container-fluid .nav-own .navbar .search-bar #search {
    width: calc(100% - 40px);
    max-width: 500px;
    height: 45px;
    display: inline-block;
    border: 1px solid #0f5d9b;
    padding: 5px 15px;
    color: #0f5d9b;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.header .container-fluid .nav-own .navbar .search-bar .btn-search {
    background: #fff;
    color: #0f5d9b;
    border: 1px solid #005395;
    padding: 5px 15px;
    height: 45px;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    margin-left: 15px
}

.header .container-fluid .nav-own .navbar .search-bar .close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .container-fluid {
    padding: 0
}

.footer .footer1 {
    background: #005395;
    padding: 20px 0
}

@media screen and (max-width:576px) {
    .footer .footer1 .container .logo-footer img {
        margin-top: 10px;
        width: 119px
    }
}

.footer .footer1 .container .social {
    margin-top: 10px;
    text-align: right
}

.footer .footer1 .container .social ul {
    padding: 0
}

.footer .footer1 .container .social ul li {
    display: inline-block;
    margin: 0 15px;
    list-style: none;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.footer .footer1 .container .social ul li:hover {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.footer .footer1 .container .social ul li a:hover {
    text-decoration: none
}

.footer .footer2 {
    background: #0f5d9b;
    padding: 20px 0
}

.footer .footer2 .copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #fff;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

@media screen and (min-width:992px) {
    .footer .footer2 .copyright {
        margin-top: 51px
    }
}

@media screen and (max-width:992px) {
    .footer .footer2 .copyright {
        text-align: center
    }
}

.footer .footer2 .links {
    margin-top: 10px;
    text-align: right
}

@media screen and (max-width:992px) {
    .footer .footer2 .links {
        text-align: center
    }
}

.footer .footer2 .links ul {
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    text-align: left
}

@media screen and (max-width:992px) {
    .footer .footer2 .links ul {
        display: -webkit-box;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }
}

.footer .footer2 .links ul li {
    display: inline-block;
    margin: 0 0 10px;
    list-style: none;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 33%
}

@media screen and (min-width:992px) {
    .footer .footer2 .links ul li {
        width: 50%
    }
}

@media screen and (max-width:992px) {
    .footer .footer2 .links ul li {
        margin: 10px 15px
    }
}

.footer .footer2 .links ul li a {
    position: relative;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #fff
}

.footer .footer2 .links ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width .5s;
    transition: width .5s
}

.footer .footer2 .links ul li a:hover:before {
    width: 100% !important
}

.footer .footer2 .links ul li a:hover {
    text-decoration: none
}

.edito {
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (max-width:576px) {
    .edito {
        margin-top: 100px
    }
}

.edito h1,
.edito h2,
.edito h3,
.edito h4,
.edito h5,
.edito h6 {
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600
}

.edito a,
.edito li,
.edito p,
.edito span,
.edito ul {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    list-style: none;
    font-weight: 100
}

.edito ul li {
    margin-left: 20px
}

.edito ul li:before {
    content: "\2022";
    color: #0f5d9b;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.edito img {
    display: block;
    text-align: center;
    margin: 10px auto
}

@-webkit-keyframes bounceCircle {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    50% {
        -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
        transform: matrix(1.5, 0, 0, 1.5, 0, 0)
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes bounceCircle {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    50% {
        -webkit-transform: matrix(1.5, 0, 0, 1.5, 0, 0);
        transform: matrix(1.5, 0, 0, 1.5, 0, 0)
    }

    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

.hamburger {
    margin-top: 10px
}

.hamburger-box,
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px !important
}

@media screen and (max-width:992px) {
    .header {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999
    }

    .header-slider {
        margin-top: 110px
    }
}

@media screen and (max-width:576px) {
    .header-slider {
        margin-top: 70px
    }
}

.header-slider .head-slider {
    width: 100%;
    height: 620px
}

@media screen and (max-width:992px) {
    .header-slider .head-slider {
        height: 400px
    }
}

@media screen and (max-width:576px) {
    .header-slider .head-slider {
        height: 300px
    }
}

.header-slider .head-slider .item-slide,
.header-slider .head-slider .owl-carousel,
.header-slider .head-slider .owl-item,
.header-slider .head-slider .owl-stage,
.header-slider .head-slider .owl-stage-outer {
    width: 100%;
    height: 100%;
    position: relative
}

.header-slider .head-slider .owl-theme .owl-controls .owl-page {
    display: inline-block
}

.header-slider .head-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-slider .head-slider .owl-dots .owl-dot.active span {
    background: #fff
}

.header-slider .head-slider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff
}

.header-slider .head-slider .item-slide {
    position: relative
}

.header-slider .head-slider .item-slide .img-bg {
    position: relative;
    height: 100%
}

.header-slider .head-slider .item-slide .img-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005395;
    opacity: .4;
    z-index: 1
}

.header-slider .head-slider .item-slide .img-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.header-slider .head-slider .item-slide .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9
}

@media screen and (max-width:576px) {
    .header-slider .head-slider .item-slide .content {
        width: calc(100% - 100px);
        top: 50%
    }
}

.header-slider .head-slider .item-slide .content span {
    font-size: 36px
}

@media screen and (max-width:768px) {
    .header-slider .head-slider .item-slide .content span {
        font-size: 25px
    }
}

.header-slider .head-slider .item-slide .content h3 {
    font-size: 48px
}

@media screen and (max-width:768px) {
    .header-slider .head-slider .item-slide .content h3 {
        font-size: 40px
    }
}

.header-slider .head-slider .item-slide .content .title {
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0;
    margin: 0
}

.header-slider .head-slider .item-slide .content .desc {
    padding: 0;
    margin: 29px 0 0;
    color: #fff;
    font-size: 18px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 100
}

@media screen and (max-width:768px) {
    .header-slider .head-slider .item-slide .content .desc {
        font-size: 15px
    }
}

.activite {
    margin-top: 35px;
    margin-bottom: 30px
}

@media screen and (max-width:576px) {
    .activite {
        margin-top: 60px
    }
}

.activite .title-bloc {
    text-align: center
}

.activite .title-bloc .big-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #333;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0
}

@media screen and (max-width:576px) {
    .activite .title-bloc .big-title {
        font-size: 24px
    }
}

.activite .title-bloc .desc-title {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #878787;
    font-weight: 100;
    margin: 20px 0 0;
    padding: 0;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}

@media screen and (max-width:576px) {
    .activite .title-bloc .desc-title {
        /*display: none*/
    }
}

.activite .bloc-act {
    width: 100%;
    min-height: 417px;
    padding: 20px 30px 0;
    margin-top: 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.activite .bloc-act a,
.activite .bloc-act a:hover {
    text-decoration: none
}

@media screen and (max-width:767px) {
    .activite .bloc-act {
        min-height: auto;
        padding: 20px 30px;
        text-align: left
    }
}

@media screen and (max-width:576px) {
    .activite .bloc-act {
        padding: 20px 10px
    }
}

.activite .bloc-act:hover .image-hover {
    opacity: 1
}

.activite .bloc-act .image-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width:767px) {
    .activite .bloc-act .image-hover {
        opacity: 1
    }
}

.activite .bloc-act .image-hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .2
}

@media screen and (max-width:767px) {
    .activite .bloc-act .image-hover img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.activite .bloc-act .image-ico {
    height: 150px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex
}

@media screen and (max-width:767px) {
    .activite .bloc-act .image-ico {
        height: auto;
        display: inline-block;
        width: 80px
    }
}

@media screen and (max-width:576px) {
    .activite .bloc-act .image-ico {
        width: 40px
    }
}

@media screen and (max-width:767px) {
    .activite .bloc-act .image-ico img.ico1 {
        width: 100%;
        height: 100%
    }
}

.activite .bloc-act .titre {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    position: relative
}

@media screen and (max-width:767px) {
    .activite .bloc-act .titre {
        display: inline-block;
        margin-left: 40px
    }
}

@media screen and (max-width:576px) {
    .activite .bloc-act .titre {
        margin-left: 20px;
        font-size: 15px
    }
}

.activite .bloc-act .titre:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46px;
    height: 2px;
    background: #333
}

@media screen and (max-width:767px) {
    .activite .bloc-act .titre:before {
        display: none
    }
}

.activite .bloc-act .desc {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #444;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

@media screen and (max-width:767px) {
    .activite .bloc-act .desc {
        display: none
    }
}

.activite .bloc-act .sm-btn-own {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    cursor: pointer
}

@media screen and (max-width:992px) {
    .activite .bloc-act .sm-btn-own {
        padding: 10px 25px
    }
}

@media screen and (max-width:767px) {
    .activite .bloc-act .sm-btn-own {
        display: none
    }
}

.implantation {
    /*margin-top: 65px;*/
    height: 668px;
    background: #0f5d9b;
    position: relative
}

@media screen and (max-width:768px) {
    .implantation {
        height: auto;
        padding: 50px 0;
        text-align: center
    }
}

.implantation .container-fluid {
    height: 100%;
    padding: 0
}

.implantation .title-mobile {
    display: none
}

@media screen and (max-width:768px) {
    .implantation .title-mobile {
        display: block;
        text-align: center;
        margin-bottom: 45px
    }

    .implantation .title-mobile h3 {
        font-size: 30px;
        font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 0;
        margin: 0
    }
}

.implantation .imp-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.implantation .imp-content:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -20%;
    background: url(/static/assets/img/backgroung.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    opacity: .05
}

.implantation .imp-content .map-implantation {
    position: relative
}

@media screen and (max-width:992px) {
    .implantation .imp-content .map-implantation {
        height: 100%
    }
}

@media screen and (max-width:768px) {
    .implantation .imp-content .map-implantation {
        height: 364px;
        margin-bottom: 45px
    }
}

.implantation .imp-content .map-implantation img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:992px) {
    .implantation .imp-content .map-implantation img {
        -o-object-fit: fill;
        object-fit: fill
    }
}

.implantation .imp-content .map-implantation .locations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.implantation .imp-content .map-implantation .locations .pin-global {
    position: absolute;
    z-index: 9
}

.implantation .imp-content .map-implantation .locations .show-mobile-title {
    z-index: 9999 !important
}

.implantation .imp-content .map-implantation .locations #safi {
    left: 47%;
    top: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #safi .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #safi .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #safi .pin-title {
        left: 6px;
        top: 20px
    }
}

.implantation .imp-content .map-implantation .locations #safi .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #safi .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #safi:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid {
    left: 47%;
    top: 37%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #jbel_lahdid .pin-title {
        left: -58px;
        top: 22px
    }
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #jbel_lahdid:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #midelt {
    left: 72%;
    top: 20%
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #midelt .pin-title {
        left: -58px;
        top: 22px
    }
}

.implantation .imp-content .map-implantation .locations #casablanca {
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #casablanca .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #casablanca .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #casablanca .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #casablanca .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #casablanca:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #rabat {
    left: 50%;
    top: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #rabat .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #rabat .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #rabat .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #rabat .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #rabat:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tanger2 {
    left: 73%;
    top: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tanger2 .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #tanger2 .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #tanger2 .pin-title {
        left: -115px;
        top: 18px
    }
}

.implantation .imp-content .map-implantation .locations #tanger2 .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tanger2 .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tanger2:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tanger {
    left: 70%;
    top: 3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tanger .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #tanger .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #tanger .pin-title {
        left: -70px;
        top: 17px
    }
}

.implantation .imp-content .map-implantation .locations #tanger .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tanger .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tanger:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tetouan {
    left: 73%;
    top: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tetouan .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #tetouan .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #tetouan .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tetouan .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tetouan:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #midelt {
    left: 76%;
    top: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #midelt .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    animation: bounceCircle 1.5s ease-in-out infinite;
}

.implantation .imp-content .map-implantation .locations #midelt .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #midelt .pin-title {
        left: -112px;
        top: 22px
    }
}

.implantation .imp-content .map-implantation .locations #midelt .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #midelt .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #midelt:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #ouarzazate {
    left: 51%;
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #ouarzazate .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #ouarzazate .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #ouarzazate .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #ouarzazate .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #ouarzazate:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane {
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

@media screen and (max-width:576px) {
    .implantation .imp-content .map-implantation .locations #sebt-el-guerdane .pin-title {
        left: -131px;
        top: 22px
    }
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #sebt-el-guerdane:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #boujdour {
    left: 17%;
    top: 71%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #boujdour .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #boujdour .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #boujdour .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #boujdour .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #boujdour:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #boujdour2 {
    left: 19%;
    top: 66%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #boujdour2 .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #boujdour2 .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #boujdour2 .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #boujdour2 .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #boujdour2:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #haouma {
    left: 87%;
    top: 12%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #haouma .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #haouma .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #haouma .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #haouma .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #haouma:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #foum-el-oued {
    left: 49%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #foum-el-oued .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #foum-el-oued .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #foum-el-oued .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #foum-el-oued .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #foum-el-oued:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #sidiifni {
    left: 28%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #sidiifni .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #sidiifni .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #sidiifni .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #sidiifni .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #sidiifni:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #ouatia {
    left: 26%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #ouatia .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #ouatia .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #ouatia .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #ouatia .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #ouatia:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tantan {
    left: 30%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tantan .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #tantan .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #tantan .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tantan .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tantan:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #benkhlil {
    left: 23%;
    top: 63%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #benkhlil .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #benkhlil .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #benkhlil .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #benkhlil .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #benkhlil:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #akhfennir {
    left: 30%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #akhfennir .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #akhfennir .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #akhfennir .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #akhfennir .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #akhfennir:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #akhfennir2 {
    left: 32%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #akhfennir2 .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #akhfennir2 .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #akhfennir2 .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #akhfennir2 .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #akhfennir2:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tiskrad {
    left: 30%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tiskrad .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #tiskrad .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #tiskrad .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tiskrad .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tiskrad:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #tarfaya {
    left: 27%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #tarfaya .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #tarfaya .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #tarfaya .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #tarfaya .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #tarfaya:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #aftissat2 {
    left: 16.5%;
    top: 73%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #aftissat2 .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #aftissat2 .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #aftissat2 .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #aftissat2 .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #aftissat2:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #aftissat,
.implantation .imp-content .map-implantation .locations #laayoune {
    left: 25%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #aftissat .pin-img,
.implantation .imp-content .map-implantation .locations #laayoune .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #aftissat .pin-title,
.implantation .imp-content .map-implantation .locations #laayoune .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #aftissat .pin-title h3,
.implantation .imp-content .map-implantation .locations #laayoune .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #aftissat .pin-title p,
.implantation .imp-content .map-implantation .locations #laayoune .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #aftissat:hover .pin-title,
.implantation .imp-content .map-implantation .locations #laayoune:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #dakhla {
    left: 8%;
    top: 87%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #dakhla .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px
}

.implantation .imp-content .map-implantation .locations #dakhla .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #dakhla .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #dakhla .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #dakhla:hover .pin-title {
    display: block
}

.implantation .imp-content .map-implantation .locations #dakhlaWater {
    left: 9%;
    top: 84%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.implantation .imp-content .map-implantation .locations #dakhlaWater .pin-img {
    background-image: url(/static/assets/img/bounce.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-animation: bounceCircle 1.5s ease-in-out infinite;
    animation: bounceCircle 1.5s ease-in-out infinite
}

.implantation .imp-content .map-implantation .locations #dakhlaWater .pin-title {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 15px 3px;
    line-height: 0;
    border-radius: 5px
}

.implantation .imp-content .map-implantation .locations #dakhlaWater .pin-title h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

.implantation .imp-content .map-implantation .locations #dakhlaWater .pin-title p {
    padding: 0;
    margin: 0
}

.implantation .imp-content .map-implantation .locations #dakhlaWater:hover .pin-title {
    display: block
}

@media screen and (max-width:768px) {
    .implantation .imp-content .content-glb .content-text{
        display: none
    }
}

@media screen and (min-width:769px) {
    .implantation .imp-content .btn-mobile {
        display: none
    }
}

.implantation .imp-content .content-text h3 {
    font-size: 30px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0
}

.implantation .imp-content .content-text p {
    padding: 0;
    margin: 15px 0 0;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .5);
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.implantation .imp-content .content-text .lg-btn-own {
    margin-top: 30px
}

.implantation .imp-content .owl-implantation {
    overflow: hidden
}

.implantation .imp-content .owl-implantation .owl-item {
    display: inline-block
}

.implantation .imp-content .owl-implantation .owl-nav {
    margin-top: 25px
}

.implantation .imp-content .owl-implantation .owl-nav .owl-prev {
    background: none;
    border: 1px solid #fff;
    padding: 11px;
    opacity: 1;
    float: left
}

.implantation .imp-content .owl-implantation .owl-nav .owl-prev.disabled {
    opacity: .5
}

.implantation .imp-content .owl-implantation .owl-nav .owl-prev.disabled .prevBtn span {
    display: none
}

.implantation .imp-content .owl-implantation .owl-nav .owl-prev .prevBtn span {
    color: #fff;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.implantation .imp-content .owl-implantation .owl-nav .owl-prev .prevBtn .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.implantation .imp-content .owl-implantation .owl-nav .owl-next {
    background: none;
    border: 1px solid #fff;
    padding: 11px;
    opacity: 1;
    float: right
}

.implantation .imp-content .owl-implantation .owl-nav .owl-next.disabled {
    opacity: .5
}

.implantation .imp-content .owl-implantation .owl-nav .owl-next.disabled .nextBtn span {
    display: none
}

.implantation .imp-content .owl-implantation .owl-nav .owl-next .nextBtn span {
    color: #fff;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.implantation .imp-content .owl-implantation .item {
    margin-top: 50px
}

.implantation .imp-content .owl-implantation .item img {
    height: 122px;
    width: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:992px) {
    .implantation .imp-content .owl-implantation .item img {
        height: 300px;
        width: 100%
    }
}

.valeurs {
    margin-top: 35px
}

.valeurs .content {
    text-align: center
}

.valeurs .content .title {
    text-transform: uppercase;
    font-size: 30px;
    color: #333;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0
}

@media screen and (max-width:576px) {
    .valeurs .content .title {
        font-size: 24px
    }
}

.valeurs .content .desc {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #878787;
    font-weight: 100;
    margin: 20px 0 0;
    padding: 0
}

@media screen and (max-width:576px) {
    .valeurs .content .desc {
        /*display: none*/
    }
}

.valeurs .valeurs-items {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    .valeurs .valeurs-items {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.valeurs .valeurs-items .itemV {
    background: #f5f5f5;
    height: 187px;
    width: 210px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width:992px) {
    .valeurs .valeurs-items .itemV {
        margin: 10px
    }
}

@media screen and (max-width:576px) {
    .valeurs .valeurs-items .itemV {
        width: 40%;
        height: 165px
    }
}

.valeurs .valeurs-items .itemV:hover:before {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

.valeurs .valeurs-items .itemV:hover .text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.valeurs .valeurs-items .itemV .text {
    display: none;
    text-align: center;
    font-size: 18px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

.numbers {
    margin-top: 90px
}

.numbers .container-fluid {
    padding: 0
}

.numbers .bg-numbers {
    background: url(/static/assets/img/background-numbers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 30px 0
}

.numbers .bg-numbers .content {
    text-align: center
}

@media screen and (max-width:992px) {
    .numbers .bg-numbers .content {
        margin: 40px 0
    }
}

.numbers .bg-numbers .content img {
    padding: 0;
    margin: 0 0 25px;
    height: 77px
}

.numbers .bg-numbers .content p {
    padding: 0;
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    opacity: .5;
    color: #fff;
    margin: 0 0 25px
}

@media screen and (max-width:576px) {
    .numbers .bg-numbers .content p.sm-title {
        min-height: 42px
    }
}

.numbers .bg-numbers .content h3 {
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.numbers .bg-numbers .content h3,
.numbers .bg-numbers .content h3 p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.numbers .bg-numbers .content h3 p {
    opacity: 1
}

@media screen and (max-width:576px) {

    .numbers .bg-numbers .content h3,
    .numbers .bg-numbers .content h3 p {
        font-size: 16px
    }
}

.actualites {
    margin-top: 90px
}

.actualites .content-title {
    text-align: center
}

.actualites .content-title h3 {
    text-transform: uppercase;
    font-size: 36px;
    color: #333;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0
}

@media screen and (max-width:576px) {
    .actualites .content-title h3 {
        font-size: 24px
    }
}

.actualites .content-title p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #878787;
    font-weight: 100;
    margin: 20px 0 0;
    padding: 0
}

@media screen and (max-width:576px) {
    .actualites .content-title p {
        display: none
    }
}

.actualites .content-actus {
    margin-top: 40px;
    background: #f5f5f5
}

.actualites .content-actus a,
.actualites .content-actus a:hover {
    text-decoration: none
}

.actualites .content-actus .article {
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .actualites .content-actus .article {
        display: -webkit-box;
        display: flex;
        height: auto
    }
}

.actualites .content-actus .article:hover .image .link-more {
    top: 0;
    opacity: .8
}

.actualites .content-actus .article .image {
    width: 100%;
    height: 227px;
    position: relative
}

@media screen and (max-width:767px) {
    .actualites .content-actus .article .image {
        width: 40%;
        height: auto;
        display: -webkit-inline-box;
        display: inline-flex
    }
}

.actualites .content-actus .article .image .link-more {
    position: absolute;
    background: #0f5d9b;
    top: 110%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0
}

@media screen and (max-width:767px) {
    .actualites .content-actus .article .image .link-more {
        display: none
    }
}

.actualites .content-actus .article .image .link-more a,
.actualites .content-actus .article .image .link-more span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px
}

.actualites .content-actus .article .image .link-more a:hover,
.actualites .content-actus .article .image .link-more span:hover {
    text-decoration: none
}

.actualites .content-actus .article .image .link-more a img,
.actualites .content-actus .article .image .link-more span img {
    width: 20px;
    height: 20px;
    margin: 0 0 2px 5px
}

.actualites .content-actus .article .image img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .actualites .content-actus .article .image img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.actualites .content-actus .article .data {
    padding: 15px
}

@media screen and (max-width:767px) {
    .actualites .content-actus .article .data {
        width: 100%
    }
}

.actualites .content-actus .article .data .date {
    font-size: 14px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #0f5d9b;
    position: relative;
    font-weight: 600
}

.actualites .content-actus .article .data .date:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    width: 47px;
    height: 1px;
    background: #0f5d9b
}

.actualites .content-actus .article .data .title {
    font-size: 18px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 30px
}

@media screen and (max-width:576px) {
    .actualites .content-actus .article .data .title {
        font-size: 14px
    }
}

.actualites .content-actus .article .data .desc,
.actualites .content-actus .article .data p {
    color: #444;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width:576px) {

    .actualites .content-actus .article .data .desc,
    .actualites .content-actus .article .data p {
        display: none
    }
}

.actualites .btn-trans-own {
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    background: #0f5d9b;
    padding: 15px 38px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
    margin: 50px auto 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.video-bloc {
    margin-top: 90px
}

.video-bloc .container-fluid {
    padding: 0
}

.video-bloc .bg-video {
    background: #f5f5f5;
    width: 100%;
    padding: 60px 0;
    position: relative
}

.video-bloc .bg-video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .05;
    background: url(/static/assets/img/header_wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.video-bloc .bg-video .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%
}

@media screen and (max-width:992px) {
    .video-bloc .bg-video .content {
        margin-bottom: 40px;
        text-align: center
    }
}

.video-bloc .bg-video .content h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #005395;
    margin-bottom: 25px;
    text-align: center
}

.video-bloc .bg-video .content p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    opacity: .5;
    line-height: 25px
}

.video-bloc .bg-video .content a {
    margin-top: 25px;
    margin-bottom: 25px
}

.title-head {
    height: 220px;
    background: url(/static/assets/img/wallpaper1-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

@media screen and (max-width:576px) {
    .title-head {
        margin-top: 70px
    }
}

.title-head:before {
    position: absolute;
    background: #005395;
    opacity: .4;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.title-head h3 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.breadcrumb-own {
    margin-top: 20px
}

.breadcrumb-own .bread {
    padding: 0
}

.breadcrumb-own .bread li {
    display: inline-block;
    margin: 0 2px
}

.breadcrumb-own .bread li a {
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.breadcrumb-own .bread li a.active {
    color: #0f5d9b
}

.breadcrumb-own .bread li a:hover {
    text-decoration: none;
    color: #0f5d9b
}

.contenu-profil {
    margin-top: 50px
}

@media screen and (max-width:576px) {
    .contenu-profil {
        padding: 0 20px
    }
}

.contenu-profil .image-content {
    width: 100%;
    height: 245px
}

.contenu-profil .image-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.contenu-profil .content h3{
    font-size: 30px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.contenu-profil .content .quote {
    font-size: 14px;
    color: #444;
    opacity: .7;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    line-height: 25px;
    margin-top: 20px
}

.contenu-profil .content .quote p {
    margin-top: 0
}

.contenu-profil .content p,
.contenu-profil .content p.desc {
    font-size: 14px;
    color: #444;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin-top: 0;
    line-height: 19px
}

.contenu-profil .content ul {
    margin-left: 0;
    margin-bottom: 0
}

.contenu-profil .content ul li {
    color: #444;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin: 10px 0
}

.contenu-profil .content ul li:before {
    content: "\2022";
    color: #0f5d9b;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.contenu-profil .desc-card {
    margin-top: 40px
}

.contenu-profil .desc-card .desc {
    font-size: 14px;
    color: #444;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin-top: 25px;
    line-height: 25px
}

.contenu-profil .profil-card {
    min-height: 425px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 15px 0;
    background: #fff;
    position: relative
}

.contenu-profil .profil-card:hover a {
    text-decoration: none
}

.contenu-profil .profil-card:hover .image-profil .link-more {
    display: block
}

.contenu-profil .profil-card:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #0f5d9b
}

.contenu-profil .profil-card .image-profil {
    height: 247px;
    position: relative
}

.contenu-profil .profil-card .image-profil .link-more {
    display: none;
    position: absolute;
    background: #0f5d9b;
    opacity: .8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.contenu-profil .profil-card .image-profil .link-more a,
.contenu-profil .profil-card .image-profil .link-more span.btn-sm-trans {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px
}

.contenu-profil .profil-card .image-profil .link-more a:hover,
.contenu-profil .profil-card .image-profil .link-more span.btn-sm-trans:hover {
    text-decoration: none
}

.contenu-profil .profil-card .image-profil .link-more a img,
.contenu-profil .profil-card .image-profil .link-more span.btn-sm-trans img {
    width: 20px;
    height: 20px;
    margin: 0 0 2px 5px
}

.contenu-profil .profil-card .image-profil img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.contenu-profil .profil-card .text-profil {
    padding: 0 20px 25px
}

.contenu-profil .profil-card .text-profil h3 {
    font-size: 18px;
    margin-top: 30px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 42px
}

.contenu-profil .profil-card .text-profil p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.contenu-profil .desc-last,
.contenu-profil .profil-card .text-profil p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #444;
    line-height: 25px
}

.contenu-profil .desc-last {
    margin: 40px 0 90px
}

.contenu-profil .container-content .imageLeft {
    margin-top: 8px
}

.contenu-profil .container-content .textRight ul li:before {
    margin-left: 1rem !important
}
.contenu-profil .container-content .textRight{
    margin-left: 400px;
}
@media screen and (max-width:767px) {
    .contenu-profil .container-content .textRight{
        margin-left: 0px;
    }
}
.contenu-vocation .content-title {
    margin-bottom: 35px !important
}

.contenu-vocation .quote {
    margin-top: 0 !important
}

@media screen and (max-width:991px) {
    .contenu-vocation .quote {
        margin-top: 25px
    }
}

.contenu-vocation .image-content {
    width: 100%;
    height: 245px;
    margin-top: 8px
}

@media screen and (max-width:576px) {
    .contenu-vocation .image-content {
        margin-bottom: 20px
    }
}

.contenu-vocation .image-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.contenu-vocation ul {
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 90px !important
}

.contenu-vocation ul li {
    color: #444;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin: 15px 0
}

.contenu-vocation ul li:before {
    content: "\2022";
    color: #0f5d9b;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.contenu-gouvernance {
    margin-bottom: 90px
}

.contenu-gouvernance p {
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.contenu-gouvernance ul,
.contenu-gouvernance ul.list {
    padding: 0;
    margin-left: 0
}

.contenu-gouvernance ul.list li,
.contenu-gouvernance ul li {
    color: #444;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin: 20px 0
}

.contenu-gouvernance ul.list li strong,
.contenu-gouvernance ul li strong {
    color: #0f5d9b
}

.contenu-gouvernance ul.list li:before,
.contenu-gouvernance ul li:before {
    content: "\2022";
    color: #0f5d9b;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.contenu-gouvernance .perso {
    width: 100%;
    min-height: 310px;
    background: #878787;
    margin-bottom: 30px
}

.contenu-gouvernance .perso .image {
    min-height: 206px;
    width: 100%
}

.contenu-gouvernance .perso .image img {
    width: 100%;
    height: 100%
}

.contenu-gouvernance .perso .text {
    padding: 5px 10px
}

.contenu-gouvernance .perso .text h3 {
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff
}

.contenu-gouvernance .perso .text .poste {
    text-transform: uppercase;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    opacity: .5;
    margin-top: 3px;
    margin-bottom: 0
}

.contenu-gouvernance .personnes {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.contenu-gouvernance .personnes .personne {
    display: inline-block;
    -webkit-box-flex: 0;
    flex: 0 1 130px;
    margin: 0 5px
}

.contenu-gouvernance .personnes .personne .perso {
    min-height: 340px
}

.contenu-gouvernance .personnes .personne .perso .image {
    height: 206px
}

.contenu-gouvernance .personnes .personne .perso .image img {
    -o-object-fit: cover;
    object-fit: cover
}

.contenu-gouvernance .personnes .personne .perso .text {
    padding: 10px
}

.contenu-filiales {
    display: block;
    margin-bottom: 90px
}

.contenu-filiales .show-mobile {
    display: none
}

@media screen and (max-width:991px) {
    .contenu-filiales .show-mobile {
        display: block;
        width: auto;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto
    }
}

@media screen and (max-width:576px) {
    .contenu-filiales .show-mobile {
        display: block;
        width: auto;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto 20px
    }
}

.contenu-filiales .image-accord {
    margin-top: 70px
}

.contenu-filiales .image-accord img {
    width: 100%;
    height: auto
}

@media screen and (max-width:991px) {
    .contenu-filiales .image-accord {
        display: none
    }
}

.contenu-filiales .accordions {
    margin-top: 40px
}

.contenu-filiales .accordions .item {
    margin: 20px 0
}

.contenu-filiales .accordions .item .tab {
    width: 100%;
    border: 1px solid #ddd;
    padding: 22px 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.contenu-filiales .accordions .item .tab .open.hide {
    display: none !important
}

.contenu-filiales .accordions .item .tab .open.show {
    display: block !important
}

.contenu-filiales .accordions .item .tab:hover {
    background: #005395 !important
}

.contenu-filiales .accordions .item .tab:hover h3,
.contenu-filiales .accordions .item .tab:hover span {
    color: #fff
}

.contenu-filiales .accordions .item .tab.test.bg-color {
    background: #005395 !important
}

.contenu-filiales .accordions .item .tab.test.bg-color h3,
.contenu-filiales .accordions .item .tab.test.bg-color span {
    color: #fff
}

.contenu-filiales .accordions .item .tab .open {
    border: 1px solid #fff;
    background: #005395 !important;
    padding: 2px 20px;
    color: #fff !important
}

.contenu-filiales .accordions .item .tab h3 {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 145px 0 0;
    line-height: 30px
}

@media screen and (max-width:576px) {
    .contenu-filiales .accordions .item .tab h3 {
        font-size: 13px;
        line-height: 25px;
        padding: 0 25px 0 0
    }
}

.contenu-filiales .accordions .item .tab h3 span {
    color: #0f5d9b
}

.contenu-filiales .accordions .item .tab .open-mobile {
    display: none
}

@media screen and (max-width:756px) {
    .contenu-filiales .accordions .item .tab .open-mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
        color: #0f5d9b;
        text-transform: uppercase;
        font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
        background: url(/static/assets/img/icons/open-accord.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        width: 20px;
        height: 20px;
        -webkit-transition: .3s;
        transition: .3s;
        margin-right: 25px
    }

    .contenu-filiales .accordions .item .tab .open-mobile.close-mobile {
        -webkit-transform: translate(-20%, -50%) rotate(-135deg);
        transform: translate(-20%, -50%) rotate(-135deg);
        background: url(/static/assets/img/icons/plus.png) !important
    }
}

@media screen and (max-width:576px) {
    .contenu-filiales .accordions .item .tab .open-mobile {
        margin-right: 10px
    }
}

.contenu-filiales .accordions .item .tab .open {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    color: #0f5d9b;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400
}

@media screen and (max-width:756px) {

    .contenu-filiales .accordions .item .tab .open,
    .contenu-filiales .accordions .item .tab .open.open.hide,
    .contenu-filiales .accordions .item .tab .open.open.show {
        display: none !important
    }
}

.contenu-filiales .accordions .item .tab .open p {
    margin: 0
}

.contenu-filiales .accordions .item .content,
.contenu-filiales .accordions .item .content p {
    font-size: 14px;
    color: #444;
    line-height: 19px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    padding: 5px 20px;
    opacity: 1;
    margin-top: 0 !important
}

.contenu-filiales .accordions .item .content.hide-accord,
.contenu-filiales .accordions .item .content p.hide-accord {
    display: none
}

.contenu-filiales .accordions .item .content ul {
    margin-bottom: 0
}

.contenu-filiales .accordions .item .content ul li {
    margin-left: 40px;
    text-align: left
}

@media screen and (max-width:576px) {
    .contenu-filiales .accordions .item .content {
        padding: 0
    }
}

.tab:hover .open-mobile {
    background: url(/static/assets/img/icons/plus.png) !important
}

.contenu-energieR {
    margin-bottom: 50px
}

.contenu-energieR .container-content {
    margin: 40px 0;
    padding: 0
}

.contenu-energieR .container-content .imageLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 370px;
    height: 245px
}

@media screen and (max-width:767px) {
    .contenu-energieR .container-content .imageLeft {
        max-width: 100%;
        margin-right: 0;
        float: none
    }

    .contenu-energieR .container-content .imageLeft img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

.contenu-energieR .container-content .imageLeft img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.contenu-energieR .container-content .textLeft h3,
.contenu-energieR .container-content .textLeft h5,
.contenu-energieR .container-content .textRight h3,
.contenu-energieR .container-content .textRight h5 {
    font-size: 18px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.contenu-energieR .container-content .textLeft p,
.contenu-energieR .container-content .textRight p {
    font-size: 14px;
    color: #444;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin-top: 15px;
    line-height: 19px
}

.contenu-energieR .container-content .textLeft ul,
.contenu-energieR .container-content .textRight ul {
    padding: 0;
    margin-left: 20px
}

.contenu-energieR .container-content .textLeft ul li,
.contenu-energieR .container-content .textRight ul li {
    color: #444;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    list-style: none;
    margin: 15px 0 0
}

.contenu-energieR .container-content .textLeft ul li:before,
.contenu-energieR .container-content .textRight ul li:before {
    content: "\2022";
    color: #0f5d9b;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 0
}

.contenu-energieR .container-content .textLeft ul li ul,
.contenu-energieR .container-content .textRight ul li ul {
    padding: 0;
    margin: 20px 0 0 20px
}

.contenu-energieR .container-content .textLeft ul li ul li,
.contenu-energieR .container-content .textRight ul li ul li {
    list-style: none;
    margin: 0 0 20px
}

.contenu-energieR .container-content .textLeft ul li ul li:before,
.contenu-energieR .container-content .textRight ul li ul li:before {
    content: "";
    color: #0f5d9b;
    font-weight: 700;
    display: none;
    width: 1em;
    margin-left: 0
}

.contenu-energieR .container-content .textLeft ul li.arrow,
.contenu-energieR .container-content .textRight ul li.arrow {
    color: #444;
    opacity: .8
}

.contenu-energieR .container-content .textLeft ul li.arrow:before,
.contenu-energieR .container-content .textRight ul li.arrow:before {
    content: "\276F";
    color: #444;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: 0;
    opacity: .5
}

.contenu-energieR .container-content .imageRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 370px;
    height: 245px
}

@media screen and (max-width:767px) {
    .contenu-energieR .container-content .imageRight {
        max-width: 100%;
        margin-left: 0;
        float: none
    }

    .contenu-energieR .container-content .imageRight img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.contenu-energieR .container-content .imageRight img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.contenu-energieR .container-content .textLeft ul.list {
    margin-left: 0
}

.nosActifs {
    margin-top: 90px;
    margin-bottom: 50px
}

.nosActifs .profil-card {
    min-height: 344px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: relative
}

@media screen and (max-width:576px) {

    .nosActifs .profil-card,
    .nosActifs .profil-card .actu-content,
    .nosActifs .profil-card .card-content {
        display: -webkit-box;
        display: flex
    }

    .nosActifs .profil-card {
        height: auto;
        min-height: auto
    }
}

.nosActifs .profil-card:hover a {
    text-decoration: none
}

.nosActifs .profil-card:hover .image-profil .link-more {
    display: block
}

.nosActifs .profil-card:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #0f5d9b
}

.nosActifs .profil-card .image-profil {
    height: 177px;
    position: relative
}

@media screen and (max-width:576px) {
    .nosActifs .profil-card .image-profil {
        height: auto;
        width: 50%
    }
}

.nosActifs .profil-card .image-profil .link-more {
    display: none;
    position: absolute;
    background: #0f5d9b;
    opacity: .8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.nosActifs .profil-card .image-profil .link-more a,
.nosActifs .profil-card .image-profil .link-more span.btn-sm-trans {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px
}

.nosActifs .profil-card .image-profil .link-more a:hover,
.nosActifs .profil-card .image-profil .link-more span.btn-sm-trans:hover {
    text-decoration: none
}

.nosActifs .profil-card .image-profil .link-more a img,
.nosActifs .profil-card .image-profil .link-more span.btn-sm-trans img {
    width: 20px;
    height: 20px;
    margin: 0 0 2px 5px
}

.nosActifs .profil-card .image-profil img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.nosActifs .profil-card .text-profil {
    padding: 0 10px 25px 15px
}

@media screen and (max-width:768px) {
    .nosActifs .profil-card .text-profil {
        padding: 20px 10px 25px 15px;
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .nosActifs .profil-card .text-profil {
        padding: 20px 10px 0 15px
    }
}

.nosActifs .profil-card .text-profil h3 {
    font-size: 18px;
    margin-top: 16px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b;
    text-transform: uppercase
}

.nosActifs .profil-card .text-profil p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #444;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.nosActualites {
    margin-top: 50px !important
}

.contenu-projet {
    margin-bottom: 80px
}

.contenu-projet a.image {
    cursor: auto
}

.contenu-projet a.video {
    cursor: pointer
}

.contenu-projet .show-mobile-only {
    display: none
}

@media screen and (max-width:576px) {
    .contenu-projet .show-mobile-only {
        display: block !important;
        margin-bottom: 0 !important
    }
}

.contenu-projet .content-row {
    margin-top: 30px
}

.contenu-projet .content-row .image-content {
    height: 740px
}

@media screen and (max-width:768px) {
    .contenu-projet .content-row .image-content {
        height: auto
    }
}

.contenu-projet .content-row .image-content img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:768px) {
    .contenu-projet .content-row .image-content img {
        width: 100%;
        height: 400px
    }
}

.contenu-projet .content-row .image img,
.contenu-projet .content-row .video img {
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:576px) {

    .contenu-projet .content-row .image img,
    .contenu-projet .content-row .video img {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 45px
    }
}

.contenu-projet .content,
.contenu-projet .table-spec {
    margin-left: 20px
}

.contenu-projet .content h3,
.contenu-projet .table-spec h3 {
    margin-bottom: 30px
}

@media screen and (max-width:576px) {

    .contenu-projet .content h3,
    .contenu-projet .table-spec h3 {
        display: none
    }
}

@media screen and (max-width:768px) {

    .contenu-projet .content,
    .contenu-projet .table-spec {
        margin-top: 20px;
        margin-left: 0
    }
}

@media screen and (max-width:576px) {

    .contenu-projet .content,
    .contenu-projet .table-spec {
        margin-left: 0
    }
}

.contenu-projet .table-spec .table .specName {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b;
    font-weight: 600;
    width: 300px;
    border: 0
}

.contenu-projet .table-spec .table .specData {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    padding-right: 30px;
    border: 0
}

.container-institutionnel .profil-card:hover img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.container-institutionnel .profil-card .video:hover {
    text-decoration: none
}

@-webkit-keyframes bounceImplantation {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes bounceImplantation {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@-webkit-keyframes bounceImplantationMobile {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@keyframes bounceImplantationMobile {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

#main {
    overflow: hidden
}

#main .overlay-mobile {
    display: none
}

@media screen and (max-width:991px) {
    #main .overlay-mobile.show-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(0, 0, 0, .7);
        display: block
    }
}

#main .contenu-geograghie {
    padding-bottom: 100px;
    margin-bottom: 300px
}

@media screen and (max-width:576px) {
    #main .contenu-geograghie {
        margin-bottom: 90px
    }
}

#main .contenu-geograghie .filter-mobile {
    display: none
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .filter-mobile {
        display: block
    }

    #main .contenu-geograghie .filter-mobile select {
        text-transform: uppercase
    }
}

#main .contenu-geograghie .filter {
    display: block;
    margin-top: 45px;
    margin-bottom: 45px
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .filter {
        display: none
    }
}

#main .contenu-geograghie .filter ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly
}

#main .contenu-geograghie .filter ul li {
    list-style: none;
    text-align: center;
    position: relative
}

#main .contenu-geograghie .filter ul li a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

#main .contenu-geograghie .filter ul li a:hover:before {
    width: 100% !important
}

#main .contenu-geograghie .filter ul li a.active,
#main .contenu-geograghie .filter ul li a:hover {
    color: #0f5d9b
}

#main .contenu-geograghie .filter ul li a.active:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background: #0f5d9b
}

#main .contenu-geograghie .card-parc {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-bottom: 2px solid #0f5d9b;
    display: none
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .card-parc {
        display: none !important
    }

    #main .contenu-geograghie .card-parc.showCard {
        display: block !important;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%
    }
}

#main .contenu-geograghie .card-parc .close-card {
    display: none
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .card-parc .close-card {
        position: absolute;
        content: "";
        top: -20px;
        right: -20px;
        display: block;
        width: 10px;
        height: 25px;
        cursor: pointer
    }
}

#main .contenu-geograghie .card-parc .image-bloc {
    width: 100%;
    height: 250px
}

#main .contenu-geograghie .card-parc .image-bloc img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

#main .contenu-geograghie .card-parc .text-bloc {
    padding: 20px;
    background: #fff
}

#main .contenu-geograghie .card-parc .text-bloc h3 {
    color: #333;
    font-size: 18px;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 25px
}

#main .contenu-geograghie .card-parc .text-bloc p.parc {
    font-size: 16px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#main .contenu-geograghie .card-parc .text-bloc p.parc img {
    margin-right: 5px
}

#main .contenu-geograghie .card-parc .spec-text {
    padding: 20px;
    background: #f5f5f5
}

#main .contenu-geograghie .card-parc .spec-text .title {
    color: #0f5d9b;
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    margin: 5px 0
}

#main .contenu-geograghie .card-parc .spec-text .title .spec {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    font-weight: 400
}

#main .contenu-geograghie .card-parc .spec-text .btn-read {
    display: block;
    margin: 20px 0 0;
    background: #0f5d9b;
    color: #fff
}

#main .contenu-geograghie .mapContainer {
    position: relative;
    height: calc(100% + 200px)
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .mapContainer {
        display: grid
    }
}

#main .contenu-geograghie .mapContainer .legends {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 330px;
    width: 100%
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .mapContainer .legends {
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-top: 40px;
        position: relative;
        bottom: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }
}

#main .contenu-geograghie .mapContainer .legends .legend-bloc {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-bottom: 10px
}

#main .contenu-geograghie .mapContainer .legends .legend-bloc .img {
    margin-right: 15px;
    max-width: 85px;
    height: 49px;
    width: 100%
}

#main .contenu-geograghie .mapContainer .legends .legend-bloc.water {
    -webkit-box-align: start !important;
    align-items: start !important
}

#main .contenu-geograghie .mapContainer .legends .legend-bloc p {
    display: inline-block;
    padding: 0;
    margin: 0
}

#main .contenu-geograghie .mapContainer .map {
    width: 550px;
    margin: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width:911px) {
    #main .contenu-geograghie .mapContainer .map {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

#main .contenu-geograghie .mapContainer .map .locations {
    cursor: pointer
}

#main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small] {
    -webkit-animation: bounceImplantation 1.5s ease-in-out infinite;
    animation: bounceImplantation 1.5s ease-in-out infinite
}

@media screen and (max-width:991px) {
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small] {
        -webkit-animation: bounceImplantationMobile 1.5s ease-in-out infinite;
        animation: bounceImplantationMobile 1.5s ease-in-out infinite
    }
}

#main .contenu-geograghie .mapContainer .map .locations .pin-detail {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    left: 20px;
    top: 0;
    border: 1px solid #0f5d9b;
    padding: 7px 5px 3px;
    line-height: 0;
    border-radius: 5px;
    z-index: 9
}

@media screen and (max-width:768px) {
    #main .contenu-geograghie .mapContainer .map .locations .pin-detail {
        padding: 2px 5px
    }
}

#main .contenu-geograghie .mapContainer .map .locations .pin-detail h3 {
    font-size: 16px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #0f5d9b
}

@media screen and (max-width:576px) {
    #main .contenu-geograghie .mapContainer .map .locations .pin-detail h3 {
        font-size: 10px;
        margin: 0
    }
}

#main .contenu-geograghie .mapContainer .map .locations .pin-detail h3 p {
    margin: 0
}

#main .contenu-geograghie .mapContainer .map .locations .pin-static {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: auto
}

#main .contenu-geograghie .mapContainer .map .locations .pin,
#main .contenu-geograghie .mapContainer .map .locations .pin-map-content,
#main .contenu-geograghie .mapContainer .map .locations .pin-static {
    position: absolute
}

#main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail,
#main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail {
    display: block;
    z-index: 99
}

@media screen and (max-width:992px) {

    #main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail,
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail {
        display: none
    }
}

@media screen and (max-width:768px) {

    #main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail,
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail {
        display: block
    }

    #main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail.jbel_lahdid_details,
    #main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail.tanger_details,
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail.jbel_lahdid_details,
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail.tanger_details {
        left: 0 !important;
        top: 10px !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    #main .contenu-geograghie .mapContainer .map .locations .pin-static[data-size=small]:hover~.pin-detail.dakhla_details,
    #main .contenu-geograghie .mapContainer .map .locations .pin[data-size=small]:hover~.pin-detail.dakhla_details {
        left: 60px !important;
        top: 0 !important;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

#main .contenu-geograghie .mapContainer .map .locations #haouma[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .haouma[data-color=blue] {
    left: 87%;
    top: 12%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #haouma[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .haouma[data-color=green] {
    left: 90%;
    top: 12%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #haouma[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .haouma[data-color=cyan] {
    left: 90%;
    top: 15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #haouma[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .haouma[data-color=orange] {
    left: 87%;
    top: 15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #safi[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .safi[data-color=blue] {
    left: 47%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #safi[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .safi[data-color=green] {
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #safi[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .safi[data-color=cyan] {
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #safi[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .safi[data-color=orange] {
    left: 47%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #jbel_lahdid[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .jbel_lahdid[data-color=greenWater] {
    left: 47%;
    top: 36%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

#main .contenu-geograghie .mapContainer .map .locations #midelt[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .midelt[data-color=blue] {
    z-index: 99;

}

#main .contenu-geograghie .mapContainer .map .locations #casablanca[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .casablanca[data-color=blue] {
    left: 49%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #casablanca[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .casablanca[data-color=green] {
    left: 52%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #casablanca[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .casablanca[data-color=cyan] {
    left: 52%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #casablanca[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .casablanca[data-color=orange] {
    left: 49%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #rabat[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .rabat[data-color=blue] {
    left: 52%;
    top: 21%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #rabat[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .rabat[data-color=green] {
    left: 55%;
    top: 21%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #rabat[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .rabat[data-color=cyan] {
    left: 52%;
    top: 24%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #rabat[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .rabat[data-color=orange] {
    left: 55%;
    top: 24%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tanger[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .tanger[data-color=blue] {
    left: 70%;
    top: 3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tanger[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .tanger[data-color=green] {
    left: 73%;
    top: 4%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tanger[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .tanger[data-color=cyan] {
    left: 73%;
    top: 7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tanger[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .tanger[data-color=orange] {
    left: 70%;
    top: 7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tanger[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .tanger[data-color=greenWater] {
    left: 73%;
    top: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tetouan[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .tetouan[data-color=blue] {
    left: 77%;
    top: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tetouan[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .tetouan[data-color=green] {
    left: 80%;
    top: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tetouan[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .tetouan[data-color=cyan] {
    left: 80%;
    top: 9%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tetouan[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .tetouan[data-color=orange] {
    left: 77%;
    top: 9%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #midelt[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .midelt[data-color=blue] {
    left: 76%;
    top: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #midelt[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .midelt[data-color=green] {
    left: 75%;
    top: 22%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #midelt[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .midelt[data-color=cyan] {
    left: 75%;
    top: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #midelt[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .midelt[data-color=orange] {
    left: 72%;
    top: 23%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouarzazate[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .ouarzazate[data-color=blue] {
    left: 51%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouarzazate[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .ouarzazate[data-color=green] {
    left: 54%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouarzazate[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .ouarzazate[data-color=cyan] {
    left: 54%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouarzazate[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .ouarzazate[data-color=orange] {
    left: 51%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #foum-el-oued[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .foum-el-oued[data-color=blue] {
    left: 49%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #foum-el-oued[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .foum-el-oued[data-color=green] {
    left: 51%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #foum-el-oued[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .foum-el-oued[data-color=cyan] {
    left: 51%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #foum-el-oued[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .foum-el-oued[data-color=orange] {
    left: 49%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sebt-el-guerdane[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .sebt-el-guerdane[data-color=blue] {
    left: 50%;
    top: 39%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sebt-el-guerdane[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .sebt-el-guerdane[data-color=green] {
    left: 53%;
    top: 39%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sebt-el-guerdane[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .sebt-el-guerdane[data-color=cyan] {
    left: 49%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sebt-el-guerdane[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .sebt-el-guerdane[data-color=orange] {
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #boujdour[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .boujdour[data-color=blue] {
    left: 16%;
    top: 71%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #boujdour[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .boujdour[data-color=green] {
    left: 11%;
    top: 86%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #boujdour[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .boujdour[data-color=cyan] {
    left: 11%;
    top: 89%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #boujdour[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .boujdour[data-color=orange] {
    left: 8%;
    top: 89%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #boujdour[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .boujdour[data-color=greenWater] {
    left: 19%;
    top: 66%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sidiifni[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .sidiifni[data-color=blue] {
    left: 28%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sidiifni[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .sidiifni[data-color=green] {
    left: 31%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sidiifni[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .sidiifni[data-color=cyan] {
    left: 31%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #sidiifni[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .sidiifni[data-color=orange] {
    left: 28%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouatia[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .ouatia[data-color=blue] {
    left: 26%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouatia[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .ouatia[data-color=green] {
    left: 29%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouatia[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .ouatia[data-color=cyan] {
    left: 29%;
    top: 62%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #ouatia[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .ouatia[data-color=orange] {
    left: 26%;
    top: 62%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tantan[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .tantan[data-color=blue] {
    left: 30%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tantan[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .tantan[data-color=green] {
    left: 33%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tantan[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .tantan[data-color=cyan] {
    left: 33%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tantan[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .tantan[data-color=orange] {
    left: 30%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #benkhlil[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .benkhlil[data-color=blue] {
    left: 23%;
    top: 63%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #benkhlil[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .benkhlil[data-color=green] {
    left: 26%;
    top: 63%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #benkhlil[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .benkhlil[data-color=cyan] {
    left: 26%;
    top: 66%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #benkhlil[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .benkhlil[data-color=orange] {
    left: 23%;
    top: 66%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tiskrad[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .tiskrad[data-color=greenWater] {
    left: 28%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir[data-color=blue] {
    left: 29%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir[data-color=green] {
    left: 30%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir[data-color=cyan] {
    left: 30%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir[data-color=orange] {
    left: 29%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#main .contenu-geograghie .mapContainer .map .locations #akhfennir2[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir2[data-color=blue] {
    left: 33%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir2[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir2[data-color=green] {
    left: 33%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir2[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir2[data-color=cyan] {
    left: 34%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #akhfennir2[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .akhfennir2[data-color=orange] {
    left: 31%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tarfaya[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .tarfaya[data-color=blue] {
    left: 26%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tarfaya[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .tarfaya[data-color=green] {
    left: 27%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tarfaya[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .tarfaya[data-color=cyan] {
    left: 27%;
    top: 64%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #tarfaya[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .tarfaya[data-color=orange] {
    left: 24%;
    top: 64%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #aftissat[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations #laayoune[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .aftissat[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .laayoune[data-color=blue] {
    left: 24%;
    top: 61%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #aftissat[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations #laayoune[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .aftissat[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .laayoune[data-color=green] {
    left: 18%;
    top: 73%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #aftissat[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations #laayoune[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .aftissat[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .laayoune[data-color=cyan] {
    left: 18%;
    top: 76%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #aftissat[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations #laayoune[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .aftissat[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .laayoune[data-color=orange] {
    left: 15%;
    top: 76%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #aftissat[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations #laayoune[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .aftissat[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .laayoune[data-color=greenWater] {
    top: 74%;
    left: 16%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla[data-color=blue],
#main .contenu-geograghie .mapContainer .map .locations .dakhla[data-color=blue] {
    left: 5%;
    top: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla[data-color=green],
#main .contenu-geograghie .mapContainer .map .locations .dakhla[data-color=green] {
    left: 8%;
    top: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla[data-color=cyan],
#main .contenu-geograghie .mapContainer .map .locations .dakhla[data-color=cyan] {
    left: 8%;
    top: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla[data-color=orange],
#main .contenu-geograghie .mapContainer .map .locations .dakhla[data-color=orange] {
    left: 5%;
    top: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla[data-color=greenWater],
#main .contenu-geograghie .mapContainer .map .locations .dakhla[data-color=greenWater] {
    left: 6%;
    top: 88%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#main .contenu-geograghie .mapContainer .map .locations #dakhla.waterDakhla[data-color=waterDakhla] {
    left: 7% !important;
    top: 85%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:576px) {
    #main .contenu-geograghie .mapContainer .map .locations #dakhla.waterDakhla[data-color=waterDakhla] {
        left: 7% !important;
        top: 83%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

#main .contenu-geograghie .backgrounds-bottom {
    position: relative;
    width: 100%
}

@media screen and (max-width:576px) {
    #main .contenu-geograghie .backgrounds-bottom {
        display: none
    }
}

#main .contenu-geograghie .backgrounds-bottom .left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(130px);
    transform: translateY(130px)
}

#main .contenu-geograghie .backgrounds-bottom .left img {
    height: 274px;
    opacity: .2
}

#main .contenu-geograghie .backgrounds-bottom .right {
    position: absolute;
    right: -10%;
    bottom: 0;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    width: 100%;
    height: 100%;
    text-align: right
}

#main .contenu-geograghie .backgrounds-bottom .right img {
    height: 292px;
    opacity: .2
}

@media screen and (max-width:992px) {
    #main .contenu-geograghie .default-display {
        display: none
    }
}

#main .contenu-geograghie .default-display .link-project {
    font-size: 16px;
    margin: 30px 20px 30px 0;
    text-transform: none
}

.contact-form {
    margin-top: 50px;
    margin-bottom: 80px
}

.contact-form .errorlist li {
    list-style: none;
    color: red !important;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

.contact-form .success {
    margin: 10px 0 20px;
    background: rgba(162, 222, 208, .5);
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 5px
}

.contact-form .success p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    padding: 0
}

.contact-form .form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    .contact-form .form {
        margin-top: 50px
    }
}

.contact-form .form .btn-submit {
    -webkit-transition: .5s;
    transition: .5s
}

.contact-form .form .btn-submit:disabled {
    opacity: .5
}

.contact-form .form label.cg {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%
}

.contact-form .form label.cg span {
    margin-left: 5px
}

.contact-form .form div {
    width: 50%;
    padding-right: 20px;
    margin: 10px 0
}

@media screen and (max-width:576px) {
    .contact-form .form div {
        -webkit-box-flex: 100%;
        flex: 100%
    }
}

.contact-form .form div label {
    line-height: 25px;
    text-transform: uppercase
}

.contact-form .form div label,
.contact-form .form div textarea {
    font-size: 14px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    display: block
}

.contact-form .form div textarea {
    height: 100px;
    padding: 0 10px;
    margin-right: 30px;
    border: 1px solid #333;
    width: 100%
}

@media screen and (max-width:576px) {
    .contact-form .form div textarea {
        width: 100%;
        margin-right: 0
    }
}

.contact-form .form div input {
    height: 35px;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    border: 1px solid #333
}

@media screen and (max-width:576px) {
    .contact-form .form div input {
        width: 100%
    }
}

.contact-form .form div.message {
    width: 100%
}

.contact-form .form #id_campaign,
.contact-form .form #id_medium,
.contact-form .form #id_source,
.contact-form .form label[for=id_campaign],
.contact-form .form label[for=id_medium],
.contact-form .form label[for=id_source] {
    display: none
}

.contact-form .form .btn-sm {
    color: #fff;
    display: block;
    padding: 15px 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin: auto 20px auto auto
}

.contact-form .content h3 {
    font-size: 34px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.contact-form .content p {
    font-size: 14px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin: 10px 15px
}

.contact-form .content h4 {
    margin-top: 25px;
    font-size: 24px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.contact-form .content a {
    margin: 10px 15px;
    font-size: 14px;
    color: #0f5d9b;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.contact-form .content a:hover {
    text-decoration: none
}

.rejoignez-form {
    margin-top: 50px;
    margin-bottom: 80px
}

.rejoignez-form .errorlist li {
    list-style: none;
    color: red !important;
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

.rejoignez-form .success {
    margin: 10px 0 20px;
    background: rgba(162, 222, 208, .5);
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 5px
}

.rejoignez-form .success p {
    font-size: 14px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    padding: 0
}

.rejoignez-form .form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    .rejoignez-form .form {
        margin-top: 50px
    }
}

.rejoignez-form .form ul#id_job li,
.rejoignez-form .form ul#id_language li,
.rejoignez-form .form ul#id_professional_stat li {
    list-style: none;
    display: inline-block;
    margin-right: 20px
}

@media screen and (max-width:992px) {

    .rejoignez-form .form ul#id_language li,
    .rejoignez-form .form ul#id_professional_stat li {
        display: block
    }
}

.rejoignez-form .form ul#id_professional_stat li label[for=id_professional_stat_0] {
    display: none
}

.rejoignez-form .form div {
    flex-basis: 50%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex: 100%
}

.rejoignez-form .form div label {
    font-size: 14px;
    color: #0f5d9b;
    line-height: 25px;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    display: block
}

.rejoignez-form .form div textarea {
    height: 100px;
    width: -webkit-fill-available;
    margin-right: 50px
}

.rejoignez-form .form div input,
.rejoignez-form .form div textarea {
    border: 1px solid #333;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.rejoignez-form .form div input,
.rejoignez-form .form div select {
    height: 35px;
    width: 100%
}

.rejoignez-form .form div select#id_language {
    height: auto
}

.rejoignez-form .form label[for=id_availability] {
    display: inline-block
}

.rejoignez-form .form #id_availability {
    width: 15px;
    height: 15px;
    display: inline-block
}

.rejoignez-form .form #id_campaign,
.rejoignez-form .form #id_medium,
.rejoignez-form .form #id_source,
.rejoignez-form .form label[for=id_campaign],
.rejoignez-form .form label[for=id_medium],
.rejoignez-form .form label[for=id_source] {
    display: none
}

.rejoignez-form .form .btn-sm {
    color: #fff;
    display: block;
    padding: 15px 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    margin: auto
}

.rejoignez-form .form .upload-btn-bloc {
    width: 100%
}

.rejoignez-form .form .upload-btn-bloc #file_cv,
.rejoignez-form .form .upload-btn-bloc #file_motivation {
    width: 100%;
    background: #0f5d9b;
    color: #fff;
    padding: 10px;
    cursor: pointer
}

.rejoignez-form .content h3 {
    font-size: 34px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.rejoignez-form .content p {
    font-size: 14px;
    color: #333;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
    margin: 10px 15px
}

.rejoignez-form .content h4 {
    margin-top: 25px;
    font-size: 24px;
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif
}

.rejoignez-form .content a {
    margin: 10px 15px;
    font-size: 14px;
    color: #0f5d9b;
    font-family: Verdana, Helvetica, Roboto, Arial, sans-serif
}

.rejoignez-form .content a:hover {
    text-decoration: none
}

.error {
    padding: 0;
    margin: 0
}

.error .content-error {
    position: relative;
    width: 100%;
    height: 80vh
}

.error .content-error .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.error .content-error .content p {
    font-size: 100px
}

.error .content-error .content h6,
.error .content-error .content p {
    color: #0f5d9b;
    font-family: Futura, Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

.error .content-error .content h6 {
    font-size: 40px
}

#main.arabe .header {
    direction: rtl
}

#main.arabe .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px
}

#main.arabe .footer {
    direction: rtl
}

#main.arabe .footer .footer2 .copyright,
#main.arabe .footer .footer2 .links ul li a {
    font-size: 18px
}

#main.arabe .contenu-vocation {
    margin-bottom: 50px
}

#main.arabe .contenu-filiales .accordions .item .tab h3 {
    direction: rtl
}

#main.arabe .contenu-filiales .accordions .item .tab .open {
    right: auto !important;
    left: 0;
    -webkit-transform: translate(20%, -50%) !important;
    transform: translate(20%, -50%) !important
}

#main.arabe .contenu-filiales .accordions .item .content ul li {
    text-align: right
}

#main.arabe .nav-link.dropdown {
    direction: ltr
}

#main.arabe .contenu-geograghie .filter,
#main.arabe .contenu-geograghie .mapContainer .legends,
#main.arabe .contenu-projet .table-spec {
    direction: rtl
}

#main.arabe .contenu-geograghie .mapContainer .legends .legend-bloc .img {
    direction: rtl;
    margin-right: 0;
    margin-left: 15px
}

#main.arabe .contact-form .form label.cg {
    padding-right: 20px;
    direction: rtl
}

#main.arabe .contact-form .form label.cg input {
    margin-left: 10px
}

@media screen and (max-width:991px) {
    #main.arabe .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
        text-align: right
    }

    #main.arabe .header .container-fluid .nav-own .navbar .menu-items ul.navbar-nav li.nav-item {
        margin: 15px 0 0
    }
}

@media screen and (max-width:756px) {
    #main.arabe .contenu-filiales .accordions .item .tab .open-mobile {
        left: 20px;
        right: auto
    }
}

#main.arabe .contact-form .content,
#main.arabe .contact-form .form,
#main.arabe .contenu-geograghie .card-parc .spec-text {
    direction: rtl
}

#main.arabe .contact-form .form .message textarea {
    margin-right: 0
}

#main.arabe .rejoignez-form .content,
#main.arabe .rejoignez-form .form {
    direction: rtl
}

#main.arabe .rejoignez-form .form ul#id_job li,
#main.arabe .rejoignez-form .form ul#id_professional_stat li {
    margin-right: 0;
    margin-left: 20px
}

#main.arabe .activite,
#main.arabe .numbers,
#main.arabe .valeurs {
    direction: rtl
}

#main.arabe .contenu-filiales .accordions .item .tab h3 {
    padding: 0
}

#main.arabe .contenu-gouvernance .perso .text h3,
#main.arabe a,
#main.arabe li,
#main.arabe p {
    font-size: 18px
}

#main.arabe .contenu-gouvernance .perso .text .poste {
    font-size: 14px
}

#main.arabe .footer .footer2 .links ul li {
    text-align: right
}

/*# sourceMappingURL=style.css.map */

/* Text in Map */
.VilleNom p{
    font-weight: bolder;
    font-size: 12px;
    color: white;
    z-index: 3;
    position: absolute;
}
#TangerText{
    left: 67%;
    top: 5%;
}
#DakhlaText{
    left: 3%;
    top: 82.5%;
}
#RabatText{
    left: 53%;
    top: 17%;
}
#LaayouneText{
    left: 18%;
    top: 60%;
}
.NoImage{
    margin-left: 0px!important;
}

.actu-content .desc {
    display: none;
}
