* {
    font-family: 'Quicksand', 'Source Sans Pro', sans-serif;
}

/*NAV*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #026BD8 !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-right {
    margin-right: 1rem;
}

.navbar-logo img {
    width: 75%;
    padding: 10px;
}

.navbar a {
    color: #026BD8 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar li a {
    font-family: 'Quicksand', 'Source Sans Pro', sans-serif !important;
}

/*
.navbar-default {
    background-color: #FFF!important;
    border: none;
    margin-top: 25px;
    background-image: none;
    box-shadow: none;
}
*/

@media (max-width: 1200px) {
    .navbar-logo img {
        width: 50%;
    }
    .navbar a {
        color: #026BD8 !important;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }
}

@media (max-width: 780px) {
    .navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 10px 0px;
    }
    .navbar a {
        color: #026BD8 !important;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }
}

@media (max-width: 1100px) and (min-width: 780px) {
    .navbar-header {
        width: 20%;
    }

    .navbar-logo img {
        width: 100%;
    }
}

/*FIN NAV*/

.animate__animated.animate__bounce {
    --animate-duration: 2s;
}


/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.spacing50 {
    height: 50px;
}

.spacing25 {
    height: 25px;
}

.blue {
    color: #026BD8;
    font-size: 37px;
    font-weight: bold;
}

.afterblue {
    border: 5px solid #026BD8;
    height: 2px;
    border-radius: 25px;
    width: 35%;

}

.afterWhite {
    border: 5px solid #FFF;
    height: 2px;
    border-radius: 25px;
    width: 35%;
    margin: auto;
    margin-bottom: 25px;

}

.afterblueCenter {
    border: 5px solid #026BD8;
    height: 2px;
    border-radius: 25px;
    width: 35%;
    margin: auto;
}

.btnCustom {
    border-radius: 20px !important;
    background-color: #26D39E;
    padding: 15px 25px !important;
    border: 1px solid #26D39E;
    color: white;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;

}

.btnCustom:hover {
    background-color: #fff;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #26D39E;
    border: 1px solid white;


}

.btnCustomBlue {
    border-radius: 20px !important;
    background-color: #026BD8;
    padding: 10px 20px !important;
    border: 1px solid #026BD8;
    color: white !important;
    box-shadow: 0px 15px 20px rgba(02, 107, 216, 0.4);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.btnCustomBlue:hover {
    background-color: #fff;
    box-shadow: 0px 15px 20px rgba(02, 107, 216, 0.4);
    color: #026BD8 !important;
    border: 1px solid white;
}

.headerTop {
    background-image: url(../images/home/home_v2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    height: 140rem;
    margin-bottom: -35rem;
}

.headerTop .header {
    margin-top: 20%;
    margin-left: 15%;

}

.headerTop .headerImg img {
    position: absolute;
    top: 35rem;
    right: 25%;
}

@media (max-width: 1100px) {
    .headerTop .headerImg img {
        display: none;
    }

    .headerTop .header {
        margin-top: 5%;
        margin-left: 5%;

    }

    .headerTop {
        background-image: url(../images/home/home_v2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        object-fit: cover;
        height: 1050px;
        margin-bottom: -10vh;
    }



}

@media (max-width: 768px) {

    .headerTop {
        background-image: url(../images/home/home_v2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        object-fit: cover;
        height: 1050px;
        margin-bottom: 0vh;
    }

}
@media (max-width: 1100px) {
    .headerTop h1 {
        font-size: 30px !important;

    }
    .none{
        display: none;
    }

}

.headerTop h1 {
    color: white;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 25px;

}

.headerTop p {
    color: white;
    font-weight: 500;
    font-size: 25px;

}

.backgroundRound li {
    color: white;
    font-weight: 500;
    font-size: 25px;
}

.backgroundRound li img {
    width: 15px;
}

.backgroundRound {
    background-image: url(../images/home/bull.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 95%;
    object-fit: contain;
    height: 90rem;
    justify-content: center;
    align-items: center;
    margin-left: -10%;

}

@media (max-width: 1600px) {

    .backgroundRound .alignCustom {
        color: white;
        font-weight: 500;
        font-size: 18px;
        margin-left: 25% !important;
        margin-top: 10% !important;
    }

    .backgroundRound {
        background-image: url(../images/home/bull.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 90% 100%;
        object-fit: contain;
        justify-content: center;
        align-items: center;
        margin-left: -10%;
        width: 100%;
        height: 90rem;


    }

    .imgPosition img {
        margin-top: -10rem!important;
        margin-left: 5% !important;

    }

    .imgPosition {

        margin-left: 2% !important;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .blocImg {
        width: 100%;
        padding-bottom: 25px;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-left: 0px !important;
        background-color: #026BD8;
        border-radius: 20px !important;

    }
    .centerXS{
        text-align: center;
    }
    .backgroundRound {
        background-image: none;
        border-radius: 20px !important;

        padding-bottom: 25px;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-left: 0 !important;
        background-color: #026BD8;

    }

    .backgroundRound .alignCustom {
        color: white;
        font-weight: 500;
        font-size: 18px;
        margin-left: 25px !important;
        margin-top: 50px !important;
    }

    .imgPosition img {
        margin-left: 5% !important;
        width: 50%;
        margin-top: 10% !important;
        height: 100% !important;
    }

}

@media (max-width: 767px) {
    .backgroundRound {
        background-image: none;
        margin-top: -20vh;
        padding-bottom: 25px;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-left: 0 !important;
        background-color: #026BD8;

    }

    .backgroundRound .alignCustom {
        color: white;
        font-weight: 500;
        font-size: 18px;
        margin-left: 0px !important;
        margin-top: 50px !important;
    }

    .backgroundRound .alignCustom h4 {
        color: white;
        font-weight: 600;
        font-size: 28px !important;

    }

    .backgroundRound .alignCustom h3 {
        color: white;
        font-weight: 400;
        font-size: 25px;
        width: 100% !important;
    }

}

.backgroundRound .alignCustom {
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin-left: 25%;
    margin-top: 10%;
}

.backgroundRound .alignCustom h4 {
    color: white;
    font-weight: 600;
    font-size: 37px;
    width: 75%;
}

.backgroundRound .alignCustom h3 {
    color: white;
    font-weight: 400;
    font-size: 25px;
    width: 75%;
}

.backgroundRound .alignCustom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.imgPosition {
    display: flex;
    justify-content: center;
    align-items: center;

}

.imgPosition img {
    margin-top: 20%;
    margin-left: -20%;
    height: 75vh;
}

/*SLIDE 1*/
.sliderBloc {
    background-image: url(../images/home/Groupe3073.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    object-fit: cover;
    height: 110rem;



}

.sliderBloc .headSlide {
    margin-top: 10%;
    text-align: center;

}

.sliderBloc h3 {
    color: white;
    font-size: 37px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;


}

.sliderBloc p {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
}

/*SLIDER CSS*/



.MultiCarousel .glyphicon-chevron-right {
    background-image: none !important;
    /*   display: none; */
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.3 45.5' style='enable-background:new 0 0 33.3 45.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath id='Union_1' class='st0' d='M9.1,0.6c0.8-0.8,2.2-0.8,3,0l20.5,20.5c0.4,0.4,0.6,1,0.6,1.5c0,0.6-0.2,1.2-0.6,1.6L12.1,44.9 c-0.8,0.8-2.2,0.8-3,0l-8.5-8.5c-0.8-0.8-0.8-2.2,0-3l10.6-10.6L0.6,12.1c-0.8-0.8-0.8-2.2,0-3L9.1,0.6z'/%3E%3C/svg%3E%0A");
    width: 25px;
    margin: auto;
    right: 0vw;
}

.MultiCarousel .glyphicon-chevron-left {
    background-image: none !important;
    /*   display: none; */
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.3 45.5' style='enable-background:new 0 0 33.3 45.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath id='Union_1' class='st0' d='M24.1,44.9c-0.8,0.8-2.2,0.8-3,0L0.6,24.4C0.2,24,0,23.4,0,22.9c0-0.6,0.2-1.2,0.6-1.6L21.1,0.6 c0.8-0.8,2.2-0.8,3,0l8.5,8.5c0.8,0.8,0.8,2.2,0,3L22,22.7l10.6,10.7c0.8,0.8,0.8,2.2,0,3L24.1,44.9z'/%3E%3C/svg%3E%0A");
    width: 25px;
    margin: auto;
    left: 0vw;
}

.sliderBloc .carousel-inner a {

    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
}

.sliderBloc .carousel-inner img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
}


@media (max-width: 767px) {
    .sliderBloc {
        background-image: url(../images/home/Groupe3073.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        object-fit: cover;
        height: auto;


    }

    .sliderBloc h3 {
        margin: auto;
        margin-top: 10vh;
        width: 90%;
        font-size: 25px;

    }
}

@media (max-width: 1300px) {

    .sliderBloc h3 {
        margin: auto;
        margin-top: 10vh;
        width: 90%;

    }
}

/*SLIDE */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel {
    Height: 250px;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item p {
    margin: auto;
    padding: 15px;
}

.MultiCarousel .MultiCarousel-inner .item img {
    margin: auto;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
}

/*IMG GROUP*/
#imgGroup {
    background-color: #fff;
    z-index: 2;
    margin-top: -20rem;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#imgGroup .imgGroup .col-xs-4 {
    margin-bottom: 40px;
}

#imgGroup .row {
    padding: 25px;
}
.marginLeftXL{
    margin-left:10% ;
}
@media (max-width: 1000px) {
    .marginLeftXL{
        margin-left:0% ;
    }
    .marginLeftXS{
        margin-left:15% ;
    }
}
@media (max-width: 780px) {
    .MultiCarousel .leftLst {
        left: 0;
        padding-left: 5rem;
    }

    .MultiCarousel .rightLst {
        right: 0;
        padding-right: 5rem;
    }

    #imgGroup {
        background-color: #fff;
        z-index: 2;
        margin-top: 1vh;
        border-radius: 20px;
        display: flex;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

#imgGroup .col-md-2 {
    width: 20%;

}

.imgGroup img {
    margin-left: auto;
    margin-right: auto;


}

/*SLIDE 2*/
.headerCarousel h3 {
    color: #026BD8;
    font-size: 38px;
}

#carousel2 h4 {
    color: #026BD8;
    font-size: 33px;
}

#carousel2 .item p {
    color: #026BD8;
    font-size: 25px;
}

#carousel2 .item {


    margin-bottom: 50px;
    margin: auto;
}

#carousel2 .item .box {

    height: auto;
    margin: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 11px rgba(2, 107, 216, 0.4);

}

@media (max-width: 780px) {
    #carousel2 .item .box {
        margin: 25px;


    }
}

#carousel2 .carousel-control.right {
    background-image: none !important;
    /*   display: none; */
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.3 45.5' style='enable-background:new 0 0 33.3 45.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23026BD8;%7D%0A%3C/style%3E%3Cpath id='Union_1' class='st0' d='M9.1,0.6c0.8-0.8,2.2-0.8,3,0l20.5,20.5c0.4,0.4,0.6,1,0.6,1.5c0,0.6-0.2,1.2-0.6,1.6L12.1,44.9 c-0.8,0.8-2.2,0.8-3,0l-8.5-8.5c-0.8-0.8-0.8-2.2,0-3l10.6-10.6L0.6,12.1c-0.8-0.8-0.8-2.2,0-3L9.1,0.6z'/%3E%3C/svg%3E%0A");
    width: 25px;
    margin: auto;
    right: 0vw;
}

#carousel2 .carousel-control.left {
    background-image: none !important;
    /*   display: none; */
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 33.3 45.5' style='enable-background:new 0 0 33.3 45.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23026BD8;%7D%0A%3C/style%3E%3Cpath id='Union_1' class='st0' d='M24.1,44.9c-0.8,0.8-2.2,0.8-3,0L0.6,24.4C0.2,24,0,23.4,0,22.9c0-0.6,0.2-1.2,0.6-1.6L21.1,0.6 c0.8-0.8,2.2-0.8,3,0l8.5,8.5c0.8,0.8,0.8,2.2,0,3L22,22.7l10.6,10.7c0.8,0.8,0.8,2.2,0,3L24.1,44.9z'/%3E%3C/svg%3E%0A");
    width: 25px;
    margin: auto;
    left: 0vw;
}
.i-footer {
    padding: 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    color: #0b587f;
}
