body {
    font-family: 'Helvetica', Roboto;
}
.top-button {
    width: 50px;
    height: 50px;
    background-color: black;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.top-button:hover {
    cursor: pointer;
    background-color: #2c4255;
}
.top-button:active {
    background-color: #2c4255;
}
.top-button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
.btn-blue,
.btn-blue:hover {
    background-color: rgb(40, 87, 175);
    color: white;
    cursor: pointer;
}
.open-modal-gallery {
    right: -50px;
}
.open-modal-content {
    right: 10px;
}
.open-modal-gallery,
.open-modal-content {
    position: absolute;
    top: 10px;
    z-index: 1;
}
.modal {
    z-index: 999999;
}
.modal-content {
    height: 90vh;
}
.modal-body {
    height: 90vh;
    overflow-y: auto;
}
.color-light-blue {
    color: #00A6D3;
}
.color-blue {
    color: #3c4fb3;
}
.fs-36 {
    font-size: 36px !important;
}
.cke_dialog_container {
    z-index: 99999999 !important;
}
.cke_dialog_container > table {
    border: 1px solid black;
}
/* END GLOBAL */

/* START NAVBAR */
.header {
    background-color: rgb(40, 87, 175);
    color: white;
    margin-bottom: 90px;
}
.navbar-brand-sticky {
    transition: all .1s;
}
.header.sticky .navbar-brand img {
    width: 70px;
}
.header .navbar-brand img {
    width: 110px;
    transition: all .3s;
}
.header .navbar-brand,
.header .navbar-brand-sticky {
    width: 110px;
    position: absolute;
    top: 0;
}
.header .navbar-brand-sticky {
    left: 5%;
}
.header a {
    color: white;
}
#navbarNav {
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 4%;
    transition: all .3s;
}
.header.sticky #navbarNav {
    padding-top: 0;
}
nav a.nav-link {
    transition: all .3s;
}
nav a.nav-link:hover {
    color: #ffc300;
}
nav .nav-item ul li:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffc300;
    display: block;
    transition: width .3s;
}
nav a.nav-link:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ffc300;
    display: block;
    transition: width .3s;
    margin: 5% auto 2%;
}
nav .nav-item ul.agence {
    height: 0;
    position: absolute;
    background-color: rgb(40, 87, 175);
    padding: 10px 20px;
    list-style-type: none;
    z-index: 9999;
    transition: all .2s;
    opacity: 0;
}
nav .nav-item ul.missions {
    height: 0;
    position: absolute;
    background-color: rgb(40, 87, 175);
    padding: 10px 20px;
    list-style-type: none;
    z-index: 9999;
    transition: all .2s;
    opacity: 0;
}
nav .nav-item ul li {
    padding: 5px;
}
nav .nav-item ul li a:hover {
    text-decoration: unset;
}
nav .nav-item:hover ul.agence {
    height: 220px;
    opacity: 1;
}
nav .nav-item:hover ul.missions {
    height: 265px;
    opacity: 1;
    padding: 10px 40px 10px 20px;
}
nav .nav-item ul li:hover:after,
nav .nav-item.active a.nav-link:after,
nav .nav-item:not(.active) a.nav-link:hover:after {
    width: 100%;
}
#navbar {
    transition: all .3s;
}
#navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.nav-icon-5{
    width: 30px;
    height: 25px;
    margin: 6px 3px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.nav-icon-5 span{
    background-color:#fff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width:100%;
    height: 3px;
    transition-duration: 500ms
}
.nav-icon-5 span:nth-child(1){
    top: 0;
    left: 0;
}
.nav-icon-5 span:nth-child(2){
    top: 11px;
    left: 0;
    opacity:1;
}
.nav-icon-5 span:nth-child(3){
    bottom: 0;
    left: 0;
}
.nav-icon-5:not(.open):hover span:nth-child(1){
    transform: rotate(-3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(2){
    transform: rotate(3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(3){
    transform: rotate(-4deg) scaleY(1.1);
}
.nav-icon-5.open span:nth-child(1){
    transform: rotate(45deg);
    top: 13px;
}
.nav-icon-5.open span:nth-child(2){
    opacity:0;
}
.nav-icon-5.open span:nth-child(3){
    transform: rotate(-45deg);
    top: 13px;
}
#main-content:after,
#main-second-content:after,
#main-third-content:after,
#main-fourth-content:after,
#main-fifth-content:after,
#mission-first-title:after,
#mission-first-content:after,
#mission-second-content:after,
#mission-sixth-content:after,
#mission-seventh-content:after,
#mission-third-content:after,
#mission-fourth-content:after,
#mission-fifth-content:after,
#contact-title:after {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 25px);
    transform: rotate(45deg);
    bottom: -25px;
    z-index: 99;
}
/* END NAVBAR */

/* HOMEPAGE */
#main-content {
    position: relative;
}
#main-content:after,
#main-fourth-content:after {
    background-color: white;
    bottom: -73px;
    z-index: 1000;
}
#main-content h1 {
    font-size: 36px;
    font-weight: bold;
}
#main-content h2 {
    font-size: 22px;
    font-weight: bold;
}
#main-content h3 {
    font-size: 20px;
    color: #a1a3ad;
}
#main-content .separator {
    width: 20%;
    height: 5px;
    background-color: #3c4fb3;
    margin: 30px auto;
}
#main-second-content,
#main-fifth-content {
    background-color: #0a243b;
    color: white;
    position: relative;
}
#main-second-content:after,
#main-fifth-content:after {
    background-color: #0a243b;
}
#main-second-content .container {
    background-image: url('/images/fond_image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999;
    position: relative;
}
#main-second-content h2,
#main-third-content h2,
#main-fourth-content h2,
#main-fifth-content h2 {
    font-size: 34px;
    font-weight: bold;
}
#main-third-content h3 {
    font-size: 24px;
    font-weight: bold;
}
#main-second-content p,
#main-second-content ul li {
    font-size: 20px;
}
#main-third-content,
#main-sixth-content {
    background-color: #ffc300;
    color: white;
    position: relative;
}
#main-third-content:after {
    background-color: #ffc300;
}
#main-third-content .list-group li.empty-list-item {
    background-color: unset;
    box-shadow: unset;
}
#main-third-content .list-group li {
    color: #ffc300;
    text-align: center;
    background-color: white;
    width: 210px;
    height: 200px;
    border: unset;
    margin: 10px;
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 13px 5px 10px;
}
.list-group-horizontal {
    justify-content: center;
}
#main-third-content .list-group li:not(.empty-list-item):nth-child(1),
#main-third-content .list-group li:not(.empty-list-item):nth-child(4) {
    border-radius: 0 100% 100%;
}
#main-third-content .list-group li:not(.empty-list-item):nth-child(2),
#main-third-content .list-group li:not(.empty-list-item):nth-child(5) {
    border-radius: 100% 100% 0;
}
#main-third-content .list-group li:not(.empty-list-item):nth-child(3),
#main-third-content .list-group li:not(.empty-list-item):nth-child(6) {
    border-radius: 100% 0 100% 100%;
}
#main-third-content .list-group li strong {
    color: #3c4fb3;
}
#main-fourth-content p {
    font-size: 20px;
}
#main-fourth-content .team {
    color: white;
    background-image: url('/images/equipe.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 152px;
    text-shadow: 0 2px 0 #191818;
}
#main-fourth-content .team h2 {
    font-size: 36px;
}
#main-fourth-content .team .btn {
    background-color: #D90051;
}
#main-fourth-content .job a,
#main-fourth-content .team .btn {
    color: white;
    text-transform: uppercase;
    text-shadow: initial;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px 0;
}
#main-fourth-content .job a {
    background-color: #3c4fb3;
}
#main-fourth-content .job h1,
#main-fourth-content .job h2,
#main-fourth-content .job h3,
#main-fourth-content .job h4,
#main-fourth-content .job h5,
#main-fourth-content .job h6 {
    color: black;
}
#main-fourth-content .job {
    color: #a1a3ad;
}
#main-fifth-content .documentary-resources a,
#main-fifth-content .documentary-resources a:hover {
    color: white;
    font-size: 18px;
}
.carousel-caption {
    background-color: rgba(40, 87, 175, .8);
    bottom: 0 !important;
    right: 0% !important;
    left: 0% !important;
}
#carouselHome,
#main-content .carousel-inner {
    height: 600px;
    margin: 0 auto;
}
#main-content .carousel-item img {
    border-radius: 100px 0;
    max-height: 600px;
    width: 100%;
    object-fit: contain;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: unset;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    font-size: 30px;
    color: #3c4fb3;
}
/* END HOMEPAGE */

/* START MISSIONS */
#mission-first-title {
    position: relative;
}
#mission-first-title h1 {
    font-weight: bold;
    color: #3c4fb3;
}
#mission-first-title:after {
    background-color: white;
    bottom: -72px;
    z-index: 1000;
}
#mission-first-content,
#mission-fifth-content {
    background-color: #0a243b;
    color: white;
    position: relative;
}
#mission-first-content:after,
#mission-fifth-content:after {
    background-color: #0a243b;
    bottom: -24px;
    z-index: 1000;
}
#mission-second-content,
#mission-fourth-content,
#mission-seventh-content {
    position: relative;
}
#mission-second-content:after,
#mission-seventh-content:after {
    background-color: #3c4fb3;
    bottom: -24px;
    z-index: 1000;
}
#mission-third-content,
#mission-sixth-content {
    position: relative;
    color: white;
    background-color: #ffc300;
}
#mission-third-content:after,
#mission-sixth-content:after {
    background-color: #ffc300;
    bottom: -24px;
    z-index: 1000;
}
#mission-fourth-content:after {
    background-color: white;
    bottom: -24px;
    z-index: 1000;
}
#mission-first-content .container {
    background-image: url('/images/fond_image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999;
    position: relative;
}
#mission-first-content h2 {
    font-size: 32px;
    font-weight: bold;
}
#mission-first-content p,
#mission-first-content ul {
    font-size: 20px;
}
#mission-second-content,
#mission-seventh-content {
    background-color: #3c4fb3;
}
#mission-seventh-content {
    color: white;
}
.missions-list > div {
    position: relative;
    cursor: pointer;
    max-height: 499px;
}
.missions-list > div img {
    z-index: 99;
}
.missions-list > div:before {
    content: '';
    position: absolute;
    background-color: rgba(40, 87, 175, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .6s;
}
.missions-list > div:hover:before {
    background-color: rgba(40, 87, 175, 0);
}
.missions-caption {
    opacity: 0;
    transition: all .6s;
    text-align: center;
    color: white;
    position: absolute;
    top: 40%;
    width: 100%;
}
.missions-caption h3 {
    font-weight: bold;
    text-shadow: 0 3px 5px #191818, 0 -2px 0 #aba5a5;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}
.missions-list div:hover .missions-caption {
    opacity: 1;
}
#mission-fourth-content .btn-yellow {
    background-color: #ffc300;
    color: white;
}
#mission-fifth-content .btn-white {
    background-color: white;
    color: #0a243b;
}
#mission-third-content h2,
#mission-fourth-content h2,
#mission-fifth-content h2,
#mission-sixth-content h2,
#mission-seventh-content h2,
#mission-eight-content h2 {
    font-weight: bold;
    background-color: #3c4fb3;
    margin: 0 auto;
    width: 60%;
    padding: 15px 0;
    color: white;
}
#mission-third-content h2 img,
#mission-fourth-content h2 img,
#mission-fifth-content h2 img,
#mission-sixth-content h2 img {
    max-height: 40px;
    margin-top: -12px;
}
#mission-third-content .btn,
#mission-fourth-content .btn,
#mission-fifth-content .btn,
#mission-sixth-content .btn {
    border-radius: 15px 0;
}
/* END MISSIONS */

/* START REALISATIONS */
#realisations-title h1 {
    font-weight: bold;
    color: #3c4fb3;
}
#realisations-title,
#realisations-second-content {
    position: relative;
}
#realisations-second-content:after {
     background-color: white;
     bottom: -72px !important;
 }
#realisations-content .row,
#realisations-content .row:after {
    color: white;
    position: relative;
}
#realisations-content .row:nth-child(4n+1),
#realisations-content .row:nth-child(4n+1):after,
#realisations-content .row:nth-child(4n+3),
#realisations-content .row:nth-child(4n+3):after {
    background-color: #0a243b;
}
#realisations-content .row:nth-child(4n+2),
#realisations-content .row:nth-child(4n+2):after,
#realisations-content .row:nth-child(4n+4),
#realisations-content .row:nth-child(4n+4):after {
    background-color: #ffc300;
    color: white;
}
#realisations-content .row:nth-child(4n+2) h2,
#realisations-content .row:nth-child(4n+2) h3,
#realisations-content .row:nth-child(4n+4) h2,
#realisations-content .row:nth-child(4n+4) h3 {
    color: #0a243b !important;
}
#realisations-content .row:nth-child(4n+2) img,
#realisations-content .row:nth-child(4n+4) img {
    background-color: #0a243b !important;
}
#realisations-second-content:after,
#realisations-content .row::after {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute !important;
    left: calc(50% - 25px);
    transform: rotate(45deg);
    bottom: -24px;
    z-index: 1000;
}
#realisations-content h2 {
    color: #ffc300;
    font-weight: bold;
}
#realisations-content h3 {
    color: #ffc300;
}
#realisations-content .category img {
    background-color: #ffc300;
    border-radius: 50%;
    padding: 11%;
    height: 60px;
    width: 60px;
    margin: 0 7px;
}
#realisations-content .category span {
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
}
#realisations-content .admin-buttons {
    position: absolute;
    right: 20px;
    z-index: 99;
}
#realisations-content .admin-buttons button {
    cursor: pointer;
}
#myModalReal {
    z-index: 99999;
}
.realisations-list > div {
    position: relative;
    cursor: pointer;
    max-height: 499px;
}
.realisations-list > div img {
    z-index: 99;
}
.realisations-list > div:before {
    content: '';
    position: absolute;
    background-color: rgba(40, 87, 175, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .6s;
}
.realisations-list > div.active:before,
.realisations-list > div:hover:before {
    background-color: rgba(40, 87, 175, 0);
}
.realisations-caption {
    opacity: 0;
    transition: all .6s;
    text-align: center;
    color: white;
    position: absolute;
    top: 40%;
    width: 100%;
}
.realisations-caption h3 {
    font-weight: bold;
    text-shadow: 0 3px 5px #191818, 0 -2px 0 #aba5a5;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}
.realisations-list div.active .realisations-caption,
.realisations-list div:hover .realisations-caption {
    opacity: 1;
}
/* END REALISATIONS */

/* START CONTACT */
#contact-title {
    position: relative;
}
#contact-title h1 {
    color: #3c4fb3;
}
#contact-title:after {
    background-color: white;
    bottom: -24px;
    z-index: 1000;
}
#contact-title p,
#contact-title p a,
#contact-title p a:hover {
    color: black;
    font-size: 24px;
}
#contact-content {
    background-color: #ffc300;
    color: white;
}
#contact-content .btn-white {
    background-color: white;
}
/* END CONTACT */

/* START FOOTER */
footer {
    background-color: rgb(40, 87, 175);
    color: white;
}
footer a,
footer a:hover {
    color: white;
}
footer .col-xl-2 a {
    font-size: 18px;
}
/* END FOOTER */

/* START SLIDER */
.partner-logos.slider {
    padding: 20px;
    background-color: white;
    border-radius: 40px 0;
}
.slick-slide {
    margin: 0 20px;
}
.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* END SLIDER */
