body{
    margin: 0;
    margin-top: 100px;
    padding: 0;
}

body a{
    color: inherit !important;
    text-decoration: inherit;
    transition: opacity ease-in-out .3s;
}

body a:hover{
    color: inherit;
    opacity: .8;
}

body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .5s;
}

body img:hover{
    opacity: .7;
    transform: scale(1.1);
}

header .navbar{
    background-color: #ffffff !important;
    height: 100px;
    border-top: 5px solid #006CB9;
}

header .navbar .navbar-brand .logo{
    width: 190px;
    height: 90px;
    object-fit: contain;
}

header .navbar .navbar-brand .logo:hover{
    opacity: 1 !important;
    transform: none !important;
}

header .navbar-light .navbar-nav{
    margin-right: 0 !important;
}

header .navbar-light .navbar-nav .nav-item{
    border-right: 1px solid #006CB94D;
}

header .navbar-light .navbar-nav .nav-item:last-child{
    border-right: none;
}

header .navbar-light .navbar-nav .nav-link{
    color: #0078C0 !important;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 600;
    transition: all ease .1s;
}

header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
    content: none !important;
}

/* header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .show > .nav-link,
header .navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 4px solid #EDC107;
    color: #453838 !important;
} */

.breadcrumb-blct{
    background-color: #EEEEEE;
}

.breadcrumb-blct ul li{
    color: #008FC9;
    font-family: 'verdana';
    font-size: 14px !important;
    font-weight: bold;
}

.carousel-container{
    position: relative;
}

.carousel-container .carousel-inner{
    height: 560px;
    background-color: #000;
}

.carousel-container .carousel-item{
    background-color: #000;
    height: 100%;
}

.no-zoom:hover{
    transform: none;
}


.carousel-container .carousel-indicators{
    bottom: 30px;
}

.carousel-container .carousel-indicators button.active{
    background-color: #0365CB;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}

.carousel-container .carousel-indicators button:hover {
    background-color: #0365CB;
}

.carousel-container .carousel-indicators button {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    margin: 5px;
    margin-top: 3px;
}

.carousel-container .carousel-caption {
    bottom: 25%;
    background-color: rgba(3, 101, 203, .4);
    right: 27%;
    left: 27%;
    border-radius: 15px;
    height: 230px;
    padding: 30px;
}

.carousel-container .carousel-caption h2{
    font-size: 30px;
    font-weight: bold;
}

.carousel-container .carousel-caption p{
    font-size: 20px;
}

.carousel-container .carousel-caption .btn-caption{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.about-short{
    margin-top: 80px;
    margin-bottom: 70px;
}

.about-short .img{
    height: 336px;
    overflow: hidden;
    background-color: #000;
}

.about-short .titre-1{
    color: #0074B6;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.about-short .titre-3{
    color: #0074B6;
    font-size: 20px;
    font-weight: bold;
}

.about-short p{
    font-size: 'verdana' !important;
    color: #464646 !important;
    font-size: 16px !important;
}

.about-short  .read-more{
    position: absolute;
    bottom: 15px;
    color: #464646d6 !important;
    font-weight: bold;
}

.section4{
    background-color: #0175B6;
}

.section4 h4{
    font-family: 'Myriad Pro';
}

.section4 .img{
    height: 226px;
    background-color: #000;
    overflow: hidden;
}

.section4 .content{
    color: #fff !important;
    position: relative;
    height: 220px;
}

.section4 .content h5{
    font-weight: bold;
}

.section4 .content p{
    opacity: .9 !important;
    font-family: 'verdana' !important;
}

.section4 .content .read-more{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    transition: all ease-in-out .5s;
    display: flex;
    align-items: center;
    width: 100%;
}

.section4 .content .read-more::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 2px;
    background-color: #fff;
  }

.section5{
    background-color: #F55825;
}

.section5 h4{
    font-family: 'Myriad Pro';
}

.section5 .img{
    height: 226px;
    background-color: #000;
    overflow: hidden;
}

.section5 .content{
    color: #fff !important;
    position: relative;
    height: 250px;
}

.section5 .content .date{
    opacity: .8 !important;
}

.section5 .content h5{
    font-weight: bold;
}

.section5 .content p{
    opacity: .9 !important;
    font-family: 'verdana' !important;
}

.section5 .content .read-more{
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    transition: all ease-in-out .5s;
    display: flex;
    align-items: center;
    width: 100%;
}

.section5 .content .read-more::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 2px;
    background-color: #fff;
  }

.section5 .plus{
    color: #fff !important;
    text-decoration: underline;
}

/* .section4 .content .read-more::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 1px;
    background-color: #000;
} */

.section7 h4{
    color: #7F7F7F;
}

.section7 .img{
    height: 142px;
    width: 142px;
    overflow: hidden;
    background-color: #000;
}

.section7 .img img{
    object-fit: contain;
}

.contact-section1{
    background-color: #EEEEEE;
}

.contact-section1 ul li{
    color: #008FC9;
    font-family: 'verdana';
    font-size: 14px !important;
    font-weight: bold;
}

.contact-section2{
    background-color: #008FC9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-section2 h2{
    font-weight: bold;
    font-size: 24px;
}

.contact-section2 .bordered-right {
    border-right: 1px solid #B2B2B2;
}

.contact-section2 .bordered-right:last-child {
    border-right: none !important;
}

.contact-section2 .icon .fas,
.contact-section2 .icon .fa {
    font-size: 25px;
    color: #fff;
    padding: 18px 19px 15px 19px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.contact-section2 .adresse {
    color: #fff;
    margin-top: 10px;
    font-family: 'verdana', sans-serif !important;
    font-size: 14px;
}

.contact-section2 .icon .fa-phone {
    transform: rotate(90deg);
    padding: 17px 18px 17px 15px;
}

.contact-section3{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-section3 .titre {
    color: #008FC9;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact-section3 .form-control{
    border-radius: 0 !important;
    background-color: #F7F7F7 !important;
    border: none !important;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.contact-section3 .custom-file-label{
    border-radius: 0 !important;
    background-color: #efefef !important;
    border: none !important;
}

.contact-section3 .form-control::placeholder,
.contact-section3 .form-control::-moz-placeholder,
.contact-section3 .form-control::-webkit-input-placeholder,
.custom-file-label{
    color: #B4B4B4 !important;
}

.contact-section3 .btn-send {
    padding: 5px 30px 5px 30px;
    background-color: #008FC9 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 !important;
    border: none !important;
}

.information-ban .img{
    height: 289px;
    background-color: #000;
    overflow: hidden;
}

.all-infos .titre-1{
    color: #1579B9;
}

.all-infos .img{
    height: 226px;
    background-color: #000;
    overflow: hidden;
}

.all-infos .content {
    position: relative;
    height: 260px;
}

.all-infos .date {
    opacity: .8 !important;
}

.all-infos h5 {
    font-weight: bold;
}

.all-infos p {
    opacity: .7 !important;
    font-family: 'verdana' !important;
}

.all-infos .read-more {
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 14px;
    transition: all ease-in-out .5s;
    display: flex;
    align-items: center;
    width: 100%;
}

.all-infos .content .read-more::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 2px;
    background-color: #000;
}

.info .titre-1{
    color: #1579B9;
}

.info .share {
    background-color: #1074B4;
    padding: 10px;
}

.info .share .links a {
    padding-left: 10px;
}

.info .share .text,
.info .share .links {
    font-size: 12px;
    padding-right: 20px;
}

.info .view .img{
    background-color: #454C54;
    height: 465px;
    overflow: hidden;
}

.info .view .content p{
    text-align: justify !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #454C54;
}

.info .others .img{
    height: 226px;
    background-color: #000;
    overflow: hidden;
}

.info .others .content {
    position: relative;
    height: 260px;
}

.info .others .date {
    opacity: .8 !important;
}

.info .others h5 {
    font-weight: bold;
}

.info .others p {
    opacity: .7 !important;
    font-family: 'verdana' !important;
}

.info .others .read-more {
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 14px;
    transition: all ease-in-out .5s;
    display: flex;
    align-items: center;
    width: 100%;
}

.info .others .content .read-more::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 2px;
    background-color: #000;
}

.about-us{

}

.about-us .img{
    height: 336px;
    overflow: hidden;
    background-color: #000;
}

.about-us .titre-1{
    color: #0074B6;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.about-us .titre-3{
    color: #0074B6;
    font-size: 20px;
    font-weight: bold;
}

.about-us p{
    font-size: 'verdana' !important;
    color: #464646 !important;
    font-size: 16px !important;
}

.about-us .left-side{
    padding-right: 0px;
}

.about-us .right-side{
    background-color: #0175B6;
    color: #fff !important;
}

.about-us .right-side *{
    color: #fff !important;
    font-size: 18px !important;
}

.vision-object{
    background-color: #24B9D9;
    color: #fff !important;
    display: block;
}

.vision-object h2{
    color: #fff;
    font-size: 20px;
}

.vision-object ul{
    padding-left: 10px;
}

.vision-object ul li::marker{
    content: '- ';
}

.realisations .titre{
    color: #0072B6;
    font-size: 20px;
    font-weight: bold;
}

.realisations .img{
    background-color: #000;
    height: 160px;
    overflow: hidden;
}

.realisations .img img{
    object-fit: fill;
}

.realisations .content h5{
    font-size: 15px;
    color: #464646;
    font-weight: bold;
}

.realisations .content p{
    font-size: 15px;
    font-family: 'verdana';
}

.realisations .read-more{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    color: #464646 !important;
}

footer .diff{
    background-color: #0178C2;
}

footer .img img{
    width: 152px;
    height: 48px;
    object-fit: contain;
    background-color: #000;
}

footer .img img:hover{
    opacity: 1;
    transform: none !important;
}

footer .part1 h5,
footer .part2 h5{
    font-size: 16px;
    font-weight: bold;
}

footer .part1 p,
footer .part1 .icon{
    font-size: 14px;
}

footer .part2 ul{
    list-style-type: none;
    padding-left: 0;
}

footer .copy_in{
    font-size: 14px;
    color: #fff !important;
}

footer .signature{
    background-color: #0178C2 !important;
    border-top: 1px solid #ffffff6e;
}

footer .nav-bottom-all{
    font-size: 14px !important;
}

footer .nav-bottom-all.top li{
    padding-right: 20px;
}

footer .nav-bottom-all.share{
    text-align: right;
}

footer .nav-bottom-all.other{
    list-style: circle !important;
    padding-left: 0;
    display: flex;
}

footer .nav-bottom-all.other .nav-item:first-child::marker{
    content: '' !important;
}

footer .nav-bottom-all.other .nav-item{
    padding-right: 40px;
    display: list-item;
}

/* =================== HELPERS ===================== */

.font-verdana{
    font-family: 'verdana' !important;
}

.font-bold{
    font-weight: bold;
}

.text-justify{
    text-align: justify;
}

.font-20{
    font-size: 20px !important;
}

.text-right{
    text-align: right;
}
