/* #FF161F */
/*Couleur Logo #   
Violet : #2D2D83---> #2D2E83 
Rouge : #E74B4B ---> #FF161F

*/
/*Couleur  # 212188*/

/********Global************/
    html{
        scroll-padding-top: 4rem;
    }
    body{
        overflow-x: hidden;
        /* font-family: 'Roboto', sans-serif; */
        /* font-family:'Gotham'; */
        /* font-family:'Lato'; */
        /* font-family:'Open Sans'; */
        /* font-family: 'Trebuchet MS', sans-serif; */
        /* font-family: 'Courier New', monospace; */
        /* font-family: Garamond, serif; */
        /* font-family: 'Times New Roman', serif; */
    }
    .main {
        position: relative;
        overflow-x: hidden;
    }
    .container-fluid{
        padding: 0px;
    }
    .top-radius{
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
    }

    .bottom-radius{
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .visible {
        /* visibility: visible; */
        display: block;
    }
    .invisible {
        /* visibility: hidden; */
        display: none;
    }
    .material-symbols-outlined{
        vertical-align: middle;
        color: #FF161F;
    }
    .titre{
        line-height: 50px !important;
    }
    .ToastParent{
        /* background-color: #2D2E83; */
        padding: 1rem;
        position: fixed;
        bottom:60px;
        right:-5px;  
    }
    .squareToast{
        padding: .5rem;
    }

/***Div visible Web et non visible mobile**/

    .divAccueilMobile, .mobile{
        display: none;
    }
    .webView{
        display: block;
        position: relative;
    }

/***Text styling***/

    .text-level-1,.text-level-2,.text-level-3{
        color:#FF161F; 
        font-weight: 400; 
        line-height: 60px; 
        margin: 0.2rem; 
        text-transform:uppercase;
    }
    .text-level-1{
        font-size: 1.3rem; 
    }
    .text-level-2{
        font-size: 1rem; 
    }
    .text-level-3{
        font-size: 0.8rem; 
    }
    .small-caps{
        font-variant: small-caps;
    }
    .bg-red{
        background-color: #FF161F;
    }
    .bg-violet{
        background-color: #2D2E83;
    }
    .text-red{
        color:#FF161F;
    }
    .text-violet{
        color:#2D2E83; 
    }
    .surligne{
        background-color: #212529;
        color: #fff;
        padding: 4px;
        border-radius: 4px;
    }
    .justify-right{
        text-align: right;
    }
    .justify-left{
        text-align: left;
    }
/********Header************/

    .top-message {
        font-size: 1.2rem;
        height: fit-content;
        padding: .5rem;
        text-align: center;

    }
    .canadian-maple-leaf{
        height: 2rem;
        width: 2rem;
    }
    nav{
        display: block;
        height:4rem;
        white-space: nowrap;
    }
    .navbar{
        padding: 0px;
        white-space: nowrap;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-brand{
        padding: 0px;
        margin: 0px auto 0px 0px;
        white-space: nowrap;
    }
    .navbar-brand img{
        margin: 0px;
        height: 4rem;
        width:  7rem;
    }
    .nav-link{
        /* color:white ; */
        font-size: 1.4rem;
        font-weight: 300;
        position: relative;
    }
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #FF161F;
        visibility: hidden;
        transition: 0.3s ease-in-out; 
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }

    .rdv-button{
        color: #2D2E83;
        font-size: 1.4rem;
        border: 2px solid #2D2E83;
        border-radius: 1rem; 
        text-decoration: none;
        padding: 0.4rem;
    }
    .rdv-button:hover{
        border: 3px solid #2D2E83;
    }
    .btn{
        font-size: 1.4rem;
        border-radius: 1rem;
        text-decoration: none;
    }
    .border-blue{
        border: 1px solid #2D2E83;
    }      
    .border-blue:hover{
        border: 2px solid #2D2E83;
    }  
    .border-white{
        border: 2px solid #fff;
    }
    .border-white:hover{
        border: 3px solid #fff;
    }
    .border-red{
        border: 1px solid #FF161F;
    }
    .border-red:hover{
        border: 2px solid #fff;
    }
    .btn a{
        text-decoration: none;
        color: #fff !important; 
    }
/*******Modal*******/

    .modal{
        margin-top: 1vh;
        padding: 15rem;
        padding-top: 0rem;
        overflow-y: hidden;
    }
    .modal-dialog {
        min-width: 100%;
        height: 98vh;
        margin: 0;
        padding: 0;
    }
    
    .modal-content {
        height: 100%;
        width: 100%;
    }
    .modal-header,.modal-footer{
        height: 3rem;
    }
    .modal-body{
        padding: 0px;
        overflow-y :hidden;
        overflow-x :hidden;
    }

    .btnFermerModal{
        border: none !important;
        color: #FF161F;
    }
    iframe{
        height: 100%;
        width: 100%;
        padding: 0;
    }

/*******Modal services**********/

/* #modalDetailService .col-md-1{
    position: relative !important;
} */
#modalDetailService{
    margin-top: 1vh;
    padding: 5rem!important;
    padding-top: 0rem !important;
}

#modalDetailService .text-level-2{
    background-color: #2D2E83;
    border: 1px solid #2D2E83;
    border-radius: 1rem;
    padding-left: .2rem ;
    padding-right: .5rem ;
    color: #fff;
    line-height: 3px; 
}

#modalDetailService .text-level-3{
    margin: 0rem !important; 
    margin-top: 3rem;
    line-height: 10px; 
    /* background-color: #2D2E83; */
    border: 1px solid #2D2E83;
    color: #2D2E83;
    padding: .1rem;
    font-weight: 500;
    /* border-radius: 1rem; */
}
#modalDetailService .col-md-6{
    padding: 0rem .4rem 1rem .5rem;
}
.modal img{
    height: 80vh ;
    object-fit: cover;
}

.modal-row {
    width: 100%;
    display: flex;
}

.col-md-1-DetailsService{
    width: 3.5% !important;
    display: inline-block;
}
.col-md-10-DetailsService{
    width: 93% !important;
    display: inline-block;
}
#modalDetailService .modal-body{
    min-height: 100%;
    overflow-y: scroll;
    padding: 1rem 0rem;
}
/* .flecheModal {
    font-size: xx-large;
    position: fixed;
    top: 50%;
    cursor: pointer;
} */
.flecheModal {
    width: fit-content;
    position: fixed;
    top: 50%;
    cursor: pointer;
}

.services-details-modal{
    height: max-content;
    /* padding-bottom: 5rem; */
    overflow-y:auto;
}
/*****Div Accueil*****/
.divAccueil img{
    height: 95vh;
    object-fit: cover;
}
.accueil p{
    margin-top: 20%;
}
.carousel-item img{
    height: 100vh;
}
.AccueilTitre {
    /* font-size: larger; */
    display: block;
    font-size: 2.4rem;
    transform: scaleY(2);
    margin-bottom: 1.5rem;
}
.divImageRow1,.divImageRow2,.divImageRow3{
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover; 
    height: 85vh;
}

.divImageRow1{
    background-image: url("../Photos/accompagnement.png");
    /* background-image: url("../Photos/planification.jpg"); */
}
.divImageRow2{
    /* background-image: url("../Photos/immigration.jpg"); */
    background-image: url("../Photos/accueilAeroport.png");
}
.divImageRow3{
    background-image: url("../Photos/accompagnementDemande.png");
    /* background-image: url("../Photos/planification.jpg"); */
}


.rAccueil p{
    letter-spacing: 2px;
    line-height: 250%;
    font-size: 1.3rem;
    padding: 1rem;
}

.divAccueil{
    position: relative;
}
.savoirplus{
    /* width: 30%; */
    /* font-variant: small-caps; */
    /* font-size: x-large; */
    text-decoration: underline;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
}


.div-slogan{
    width: 50%;
    position: absolute;
    bottom: 40%;
    /* left: 10%; */
    color: #fff;
    /* font-family:'Gothic', sans-serif; */
    font-family: 'Quicksand';
    font-weight: 100; /* Font-weight léger */
    margin: 0rem;
}

.div-slogan .titre{
    font-size: 4vw;
    white-space: nowrap;
    padding: 1rem 0;
}
.div-slogan .slogan{
    width: fit-content;
    font-size:1.2vw;
    margin: auto;
    padding: 5px;
    background-color: #5383FF;
    /* border: 1px solid #5383FF; */
    border: 1px solid #5383FF;
    border-radius: 1rem;
}
.btnAccueil {
    width: fit-content;
    font-variant: small-caps;
    font-size:1.5vw;
    white-space: nowrap;
}
.btnAccueil:hover{
    color: white;
    /* border-color: #2D2E83; */
}

.savoirplus span{
    float: right;
    font-size:2rem;
}
.rAccueil .text-level-1{
    color: #2D2E83;
}

/********services********/

/* .list-services.active,.list-services:hover{
    background-color:#2D2E83;
    color: white;
    cursor: pointer;
    .nombre{
        color: #2D2E83;
        background-color: white;
    }
} */
/* .list-services{
    font-size: 1.15rem!important;
    padding-left: 1.5rem;
    margin: 0px;
    color: #2D2E83;
} */
.services .col-md-1{ 
    padding-left: 0px ;
    padding-right: 0px ;
    width: 5.33333333% !important;
}
.services .col-md-6{
    margin-bottom: 1rem;
}
.services .col-md-11{
    padding-right: 0px ;
    width: 94.66666667% !important;
}
.list-services{
    font-size: 1.3vw!important;
    font-weight: 300;
    padding: .1rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: #fff;
    background-color: #2D2E83;
    border: 1px solid #2D2E83;
    border-radius: 1rem;
    text-align: center;
}

.list-services.text-level-1{
    line-height: 3rem !important;
}
.list-services.text-level-2{
    display: block;
    line-height: 50px !important;
}
/* .services-details{
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 1rem;
    padding-right: 1.5rem;
    text-align: justify;
    line-height: 200%;
} */
.card{
    position: relative;
}
.card-body{
    padding : 1rem !important;
    padding-top: 0rem !important;
}
.services img{
    height: 50vh;
    object-fit: cover;
}
.services .card:hover{
    cursor: pointer;
    transform: scale(1.02); 
}
.services-details {
    font-size: 1.2rem;
    padding-top: 0rem;
    text-align:start;
    line-height: 180%;
}
.services-details .text-level-3{
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: normal;
}
.savoirplusModal{
    position: absolute;
    bottom: 2px;
    right: 0px;
    color: #2D2E83;
    text-decoration: underline;
    /* background-color: #2D2E83;
    border: 1px solid #2D2E83;
    border-radius: 1rem;
    padding: 0rem .2rem; */

}

/* .nombre{
    border-style: solid;
    border-width: 1px;
    border-color: #2D2E83;
    border-radius:10px;    
    padding: 0.3rem 1rem;
    color: #2D2E83;
}
.services-details .nombre{
    padding: 0.3rem 1rem;
    display: inline;
    background-color: #2D2E83;
    color: #fff;
} */

/* .active >.nombre{
    background-color: white;
} */
.sous-detail{
    margin-top: 1rem;
}

.expand_more{
    text-decoration: none;
    color: white;
}

.expand_more span {
    float: right;
    vertical-align: baseline;

}
.expand_more:hover{
    cursor: pointer;
}


/***********Contact***********/
.contact{
    padding-bottom: 5rem;
}
.contact .text-level-2{
    line-height: 40px;
}
#message_contact{
    height: 25vh;
}

.bureau{
    /* margin-bottom: 3rem ; */
    margin: 0.2rem;
}

.contact iframe{
    height: 25rem;
}

.contact .material-symbols-outlined{
    vertical-align: middle;
    color: #2D2E83;
}

/***********Footer***********/
.footerTitre{
    font-size: 1.2rem;
    font-variant: small-caps;

}
.fontAwesomeIcone{
    margin-right: 1rem;
    color: #212529;
}
footer .fontAwesomeIcone{
    margin-right: 1rem;
    color: #212529;
}
.reseauxSociaux .fontAwesomeIcone{
    font-size: 1.5rem;
}
.reseauxSociaux .fontAwesomeIcone:hover{
    cursor: pointer;
}
.reseauxSociaux a{
    text-decoration: none;
}

.bureauFooter i{
    margin-bottom: .5rem;
}
/***********Reseaux sociaux***********/
.float {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 35%;
    right: -15px;
    background-color: white;
    text-align: center;
    font-size: 30px;
    filter: opacity(0.7);
    z-index: 100;
}

.my-float{
	margin-top:16px;
}


@media only screen and (max-width: 389px) {

    .rdv-button{
        font-size: .8rem !important;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (max-width: 48em) {

    .text-level-1, .text-level-2, .text-level-3 {
        line-height: 0px !important;
    }

    .text-level-1{
        font-size: 1rem !important;
    }
    /********Reseaux sociaux*******/
    .float{
        bottom: 25% !important;
    }
    /********Header************/
    .top-message{
        padding: .1rem ;
        font-size: 1.1rem;
        text-align: center ;
    }
    .offcanvas.offcanvas-end{
        width: 73%;
    }
    .navbar-brand img{
        margin: 0px;
        height: 4rem;
        width:  27vw;
    }
    .rdv-button{
       font-size: 1rem; 
    }

    /*****Modal******/
    .modal{
        margin-top: 0rem;
        padding: 0rem;
        padding-top: 0rem;
        /* padding-bottom: 1rem; */
    }

    .modal-dialog {
        height: 100vh;
    }
    .modal-body{
        padding: 0rem;
        /* height: fit-content; */
    }
    /*****Modal services******/

    
    #modalDetailService{
        margin-top: 0rem;
        padding: 0rem!important;
        padding-top: 0rem !important;
    }
    #modalDetailService .text-level-2{
        text-align: center;
    }
    /* :nth-child() cible le second element */
    #modalDetailService .col-md-6:nth-child(2) {
        padding: 0rem .4rem 2rem 1rem;
    }
    .modal img{
        height: 40vh !important ;
        object-fit: cover;
    }
   /*******Accueil******/

.div-slogan{
    bottom: 40%;
    width: 47%;
}

.div-slogan .titre{
    font-size: 4.7vw;
    margin-bottom: 0rem;
    padding: 0rem;
    line-height: 150% !important;

}
.div-slogan .slogan{
    font-size:1.65vw;
}
.btnAccueil {
    font-size: 3.5vw;
    padding: .1rem;
    margin: .2rem 0rem !important;
}


.divAccueil img{
    height: 33vh;
    object-fit: cover;
}

    /* .btnAccueil {
        width: 40%;
        font-variant: small-caps;
        font-size: x-small;
        position: absolute;
        bottom: 47%;
        left: 7%;
    } */

    .rAccueil .mobile{
        opacity: 95%;
    }
    .rAccueil .text-level-1{
        line-height: 40px !important; 
        font-size: 1rem;
    }
    .savoirplus{
        font-size: small;
        position: static;
    }
    .mobile.titreMobile{
        position:absolute;
        bottom: 0;
        width: 94%;
    }
    .divAccueilMobile, .mobile{
        display:block;
    }
    .webView{
        display:none;
    }
    .rAccueil{
        margin-bottom: 1rem;
    }
    .divImageRow1,.divImageRow2,.divImageRow3{
        background-size: cover; 
        background-attachment: local;
        height: 60vh;
        padding: 15% 3%;
        position: relative;
    }
    .divImageRow1{
        background-position: right center;
    }
    .divImageRow2{
        background-position: left center;
    }

    .rAccueil p{
        letter-spacing: 1.5px;
        line-height: 250%;
        font-size: 1.2rem;
        padding: .5rem;
    }

    /********Services********/
    /* .services .row {
        overflow-x: scroll;
    }
    .services .row .col-md-6{
        display: inline !important;
        width: 80% !important;
    } */
    .services .col-md-3{
        margin-bottom: 2rem;
    }
    .services img{
        height: 35vh !important;
        object-fit: cover;    
    }
    .services-details .nombre{
        margin: 0% 45%;
    }
    .list-services{
        text-align: center;
        font-size:large !important
    }
    .services-details .col-md-1{
        /* padding-right: 45% !important;  */
        margin-bottom: 1rem;
     }
     .serviceTitreLong{
        font-size: .97rem;
     }
     /**Contact**/
     #divTelephone{
        margin-top: .5rem;
     }
     /**Footer***/

     footer iframe{
        height: 30vh;
     }
}

@media only screen and (min-width: 769px) and (max-width:1435px){

    /**Accueil**/
    .divImageRow1,.divImageRow2,.divImageRow3{
        height: auto;
        padding-bottom: 4rem;
    }
    .rAccueil .text-level-1{
        font-size: 1.1rem;
        line-height: 2rem !important;
    }
    .justify-left,.justify-right{
        text-align:center;
    }
    .surligne{
        display: block;
        padding: 0rem;
        margin-bottom: 1rem;
    }
    .rAccueil p {
        line-height: 250%;
        font-size: 1.15rem;
    }
    .savoirplus{
        width: 60%;
        position: static;
    }
    /**Contact**/
    #message_contact{
        height: 30vh;
    }
    .bureau{
        padding: 0.1rem !important;
        margin: .5rem !important;
    }
    
}

/* Largest devices such as desktops (1280px and up) */
@media (min-width:1850px) {
    .rAccueil .text-level-1{
        font-size: 1.6rem;
        line-height: 5rem !important;
        margin-top: 2rem;
    }
    /* .justify-left,.justify-right{
        text-align:center;
    } */
    /* .surligne{
        display: block;
        padding: 0rem;
        margin-bottom: 1rem;
    } */


    /* .titre{
        line-height: 70px !important;
        font-size: 1.5rem;
    }*/

    .rAccueil p {
        line-height: 250%;
        font-size: 1.6rem;
    } 
}

