/*===============================Accueil================================*/


/*------------------banniere-------------*/

.section.bannerAccueil .textContent h2 {
    font-size: min(60px, 4vw);
}
.section.bannerAccueil .textContent {
    padding: min(115px, 5%);
    padding-bottom: 59px;
    max-width: max(40%, 400px);
}
.section.bannerAccueil .compactBanner {
    display: none;
}
.section.bannerAccueil .titreBanner {
    text-align: left;
    font-size: min(39px, 9.746vw);
    margin: 45px 45px -30px;
    letter-spacing: -0.58px;
    z-index: 1;
    color: #1A2E3E;
}
.section.bannerAccueil .imageBanner {
    width: 760px;
    align-self: center;
}
@media only screen and (max-width: 760px) {
    .section.featuredBlog {
        display: flex;
    }    
    .section.bannerAccueil {
        flex-direction: column;
    }
    .section.bannerAccueil .imageContent {
        display: none;
    }
    .section.bannerAccueil .textContent {
        display: none;
    }
    .section.bannerAccueil .compactBanner {
        display: block;
    }
    
    .titreBanner p.titreHeader{
    font-size: 39px;
    letter-spacing: -0.6px;
    line-height: 39px;
    font-weight: 500;
}
}

/*--------Section Middle Navigation-------*/

.section.middleNavigation .sectionPreventions .itemPrevention {
    grid-template-columns: min(100px, 16vw) 1fr;
}
.section.middleNavigation .sectionPreventions .itemPrevention h4 {
    font-size: min(24px, 4.8vw);
    font-weight: 500;
}
.section.middleNavigation .sectionPreventions a:last-child .itemPrevention {
    border-bottom: none;
}

@media only screen and (max-width: 1400px) {
    .section.middleNavigation .sectionPreventions {
        max-width: unset;
        min-height: unset;
        padding-bottom: 70px;
    }
    .section.middleNavigation .navigationSection {
        max-width: unset;
    }
}
@media only screen and (max-width: 760px) {
    .section.middleNavigation .navigationSection .section1, .section.middleNavigation .navigationSection .section2 {
        max-width: unset;
    }
    .section.middleNavigation .navigationSection .section1 {
        margin: 0 0 50px 0;
    }
    .section.middleNavigation{
        margin: unset;
        padding: unset;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 425px) {
    .section.middleNavigation .sectionPreventions .itemPrevention p {
        display: none;
    }
}


/*------------Section A propos------------*/

.section.aPropos .textContent p:nth-child(-n + 2) {
    width: min(621px, 40vw);
}
.section.aPropos .textContent p {
    width: min(621px, 40vw);
}
.section.aPropos h2 {
    font-size: min(60px, 10vw);
}
.section.aPropos #AProposBtnBottom {
    display: none;
    float: left;
}
@media only screen and (max-width: 760px) {
    .section.aPropos .textContent {
        columns: 1;
        column-gap: 0px;
    }
    .section.aPropos .textContent p {
        width: unset;
    }
    .section.aPropos .textContent p:nth-child(-n + 2) {
        width: unset;
    }
    .section.aPropos #AProposBtnTop {
        display: none;
    }
    .section.aPropos #AProposBtnBottom {
        display: unset;
    }
    .illustrationAccueil #bottomIllustration {
        display:none;
    }
    .section.aPropos{
            overflow: hidden;
    }
}
@media only screen and (max-width: 1400px) {
    .section.aPropos {
        padding: 120px 35px 90px;
    }
}



/*------------Section Blogues-------------*/

.section.blogueAccueil .container .contentBlogue .itemBlogue h3 {
    font-size: min(22px, 1.6vw);
}
.section.blogueAccueil .container .contentHeader.compact{
    display:none;
}
.section.blogueAccueil .container .contentHeader.compact p.seeMore a{
    background: none;
    padding-right: 0;
    font-size: 15px;
}
.section.blogueAccueil .container .contentHeader h2{
    font-size: min(51px, 4vw);
}
.section.blogueAccueil .container .contentHeader.compact h2{
    border: none;
    font-size: 30px;
    padding: 0;
}
.section.blogueAccueil .container .contentHeader h4.tagline {
    font-size: min(21px, 2.3vw);
    max-width: min(340px, 30vw);
}
main .blogArticle .moreBlog .content, main .moreBlog.pageTexte .content {
    display: flex;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
main .blogArticle .moreBlog .content .itemBlogue, main .moreBlog.pageTexte .content .itemBlogue {
    flex: 1 0 500px;
    max-width: 600px;
    width: unset;
    float: unset;
    margin: unset;
    margin-bottom: 50px;
    
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 620px) {
    .section.blogueAccueil .container .contentBlogue .itemBlogue {
        max-width: 400px;
        margin: 0 0 60px;
    }
    .section.blogueAccueil .container .contentBlogue {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: stretch;
        flex-wrap: nowrap;
    }
    .section.blogueAccueil .container .contentHeader{
        display:none;
    }
    .section.blogueAccueil .container .contentHeader.compact{
        display:block;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 760px) {
    .section.blogueAccueil {
        padding: 35px 20px 10px;
    }
    .img-application{
        max-height: 65px;
    }
}
@media only screen and (max-width: 1024px) {
    .section.blogueAccueil .container .contentBlogue .itemBlogue {
        display: flex;
        flex-direction: column;
    }
    .section.blogueAccueil .container .contentBlogue .itemBlogue h3 {
        font-size: 20px;
        margin: 0 0 14px;
    }
    .section.blogueAccueil .container .contentBlogue .itemBlogue img {
        margin: auto;
        width: -webkit-fill-available;
        max-width: 350px;
    }
    .section.blogueAccueil .container .contentBlogue .itemBlogue img.iconType {
        width: fit-content;
        margin: 30px 0 10px;
    }
    /*
        .section.blogueAccueil .container .contentBlogue .itemBlogue img {
        border-radius: 4px;
        float: left;
        margin: 0 38px 0 0;
        width: 232px;
    }*/
}


/*------------Section Promotion-------------*/

@media (max-width: 960px){
    .section.promoAccueil .container {
        max-width:1000px;
        width:100%;
        margin:auto;
        overflow:hidden;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .section.promoAccueil .container .title {
        max-width:unset;
        width:auto;
        float: unset;
    }
    .section.promoAccueil .container .promo {
        max-width: unset;
        width:auto;
        float:unset;
        padding-top: 30px;
    }
}
@media (max-width: 1024px){
    .section.promoAccueil .container{
        /*margin-left: 5vw;*/
    }
}
@media (max-width: 550px){
    .section.promoAccueil .container .promo .promoBloc{
        padding: 0 20px;
    }
}
@media (max-width: 385px){
    .section.promoAccueil .container .promo .promoBloc{
        padding: 0 8px;
    }
}

/*===============================Pages Texte================================*/


/*------------------Blogues-----------------*/

main .blogueHome .container .sidebar h1 {
    font-size: min(60px, 14vw);
}
main .blogueHome .container .sidebar .blocFilter h3 {
    font-size: min(30px, 7vw);
}
main .blogueHome .container .results p {
    font-size: min(22px, 5vw);
}
main .blogueHome .container .sidebar .blocFilter ul li label {
    font-size: min(22px, 5vw);
}
@media only screen and (max-width: 565px) {
    main .moreBlog.pageTexte .content,
    main .blogArticle .moreBlog .content{
         display: block;
    }
    main .moreBlog.pageTexte .content .itemBlogue, 
    main .blogArticle .moreBlog .content .itemBlogue{
        height: 40vw;
        margin-bottom: 10%;
    }
    main .moreBlog.pageTexte .content .itemBlogue .text-content, 
    main .blogArticle .moreBlog .content .itemBlogue .text-content {
        padding: 20px 0 20px min(30px, 5%);
        max-width: calc(100% - min(232px, 40vw));
    }
}



/*------------------Blogue-----------------*/

.pageTexte .textContent h3 {
    font-size: min(28px, 7vw);
    line-height: 1.1;
}
.pageTexte .textContent h2{
    font-size: min(35px, 7vw);
    line-height: 1.1;
}


@media only screen and (max-width: 810px) {
    .pageTexte .textContent h2, .pageTexte .textContent h3 {
    margin: 0.5em 0 0.2em;
}

    .pageTexte .textContent p {
    margin: 0.5em 0;
}

.tableau {
    margin: 0 0 20px;
}
main .blogArticle article .collapse, .CollapseBlocs .collapse {
    margin: 20px 0 20px;
}
}

/*------------------Dossier-----------------*/

.landingPage .mainContent {
    padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
    .landingPage .mainContent .contentDossiers .itemDossier .text-content h3{
            font-size: min(35px, 2vw);
    }
}
@media only screen and (max-width: 1200px) {
    .landingPage .mainContent .contentDossiers .itemDossier {
        max-width: unset;
    }
    .landingPage .mainContent .contentDossiers .itemDossier > img {
        float: right;
    }
}
@media only screen and (max-width: 715px) {
    .landingPage .mainContent .contentDossiers .itemDossier {
        display: flex;
        flex-direction: column-reverse;
    }
    .landingPage .mainContent .contentDossiers .itemDossier > img {
        width:100%;
        max-height: min(300px, 50vw);
        object-fit: cover;
        max-width: 100%;
    }
    .landingPage .mainContent .contentDossiers .itemDossier .text-content{
        max-width: unset;
        padding: min(60px, 10vw) min(35px, 7vw);
    }
    .landingPage .mainContent .contentDossiers .itemDossier .text-content h3{
        font-size: min(35px, 8vw);
    }
    .landingPage .mainContent .contentDossiers .itemDossier .text-content p{
        
    }
}
@media only screen and (max-width: 992px) {
    .pageTexte.dossier .intro .textContent .seeAll {
        float: unset;
    }
    .pageTexte.dossier .intro .textContent .seeAll p a {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 750px) {
    .pageTexte .col-7.responsiveCol, .pageTexte .col-5.responsiveCol {
        float: unset;
        max-width: unset;
        width: 100%;
        margin: unset;
    }
    .pageTexte.dossier .mainContent .textContent {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*----------------A propos-----------------*/
.pageTexte.contact .mainContent {
    margin-left: min(50px, 8vw);
    margin-right: min(50px, 8vw);
}


/*-----------Documents et outils------------*/
.pageTexte.documents .sectionApp .content .textContent{
    min-width: min(513px, 57vw);
    margin: 30px 0;
}
.pageTexte.documents .mainContent .textContent .documentFormContainer .itemDocument h3{
    line-height: min(29px, 1.2em);
    margin-bottom: min(30px, 3vw);
}
.pageTexte.documents .sectionApp .content .imgContent img {
    height: min(608px, 57vw);
}
.pageTexte.documents .sectionApp .content .textContent img {
    max-width: calc(50% - 13px);
}
.pageTexte.documents .sectionApp .content .textContent a:last-of-type > img {
    margin: 0;
}
.pageTexte.documents .sectionApp .content .textContent h4 {
    font-size: min(22px, 3.5vw);
    line-height: min(30px, 4vw);
}
.pageTexte.documents .sectionApp .content .textContent p {
    font-size: min(22px, 3.5vw);
    line-height: min(30px, 4vw);
}
.pageTexte.documents .sectionApp {
    margin-left:min(50px, 8vw);
}
@media only screen and (max-width: 560px) {
    .pageTexte.documents .mainContent .textContent .documentFormContainer .itemDocument {
        margin: 0 30px 45px;
    }
    .pageTexte.documents .mainContent .textContent .documentFormContainer .itemDocument > img {
        margin: 0 0 10px;
    }
    .pageTexte.documents .mainContent .textContent .documentFormContainer .itemDocument .cstSelect {
        /*max-width: unset;*/
    }
}
@media only screen and (max-width: 1400px) {
    .pageTexte.documents .sectionDocuments .documentsContainer {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 800px) {
    .pageTexte.documents .sectionDocuments .documentsContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 550px) {
    .pageTexte.documents .sectionDocuments .documentsContainer {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*--------------------Nous joindre-----------------*/

@media only screen and (max-width: 1240px) {
    .pageTexte.contact .mainContent .textContent .col-4 {
        max-width: calc(60% - 50px);
        margin-top: 0;
        margin-bottom: 100px;
    }
    .pageTexte.contact .mainContent .textContent .telephone {
        max-width: calc(40% - 50px);
        margin: 0 50px 50px 0;
    }
    .pageTexte.contact .mainContent .textContent .courriel {
        max-width: calc(40% - 50px);
    }
}
@media only screen and (max-width: 800px) {
    .pageTexte.contact .mainContent .textContent .col-4 {
        max-width: 100%;
        margin-bottom: 0;
    }
    .pageTexte.contact .mainContent .textContent .telephone {
        max-width: calc(50% - 25px);
        margin: 0 50px 50px 0;
    }
    .pageTexte.contact .mainContent .textContent .courriel {
        max-width: calc(50% - 25px);
    }
}
@media only screen and (max-width: 600px) {
    .pageTexte.contact .mainContent .textContent .telephone {
        max-width: 100%;
    }
    .pageTexte.contact .mainContent .textContent .telephone h3 {
        min-height: 50px;
    }
    .pageTexte.contact .mainContent .textContent .courriel {
        max-width: 100%;
    }
    .pageTexte.contact .mainContent .textContent .courriel h3 {
        min-height: 50px;
    }
    .pageTexte.contact .mainContent .textContent .contenu p {
        font-size: min(39px, 9vw);
        line-height: min(45px, 1.2em);
    }
}


/*--------------------Articles-----------------*/

.pageTexte.article iframe, article iframe, .pageTexte.dossier .blocYoutube iframe, .pageTexte.DifficultesAVousAssurer iframe {
    width: 100%;
    width: fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
}
main .blogArticle article h1.articleTitle {
    font-size: clamp(30px, 5vw, 60px);
    line-height: clamp(35px, 7vw, 65px);
}
main .blogArticle article {
    padding: 0 30px;
}
.icone-hero-blog {
    width: min(400px, 60vw);
}
main .blogArticle article .keyWords p {
    font-size: min(18px, 3vw);
}
main .blogArticle article .articleContent h2 {
    font-size: min(35px, 9vw);
}
main .blogArticle article .articleContent h3 {
    font-size: min(28px, 7vw);
}
main .blogArticle article .collapse h2, main .CollapseBlocs .collapse h2 {
    font-size: min(35px, 7vw);
}
@media only screen and (max-width: 750px) {
    main .blogArticle::before{
        height:475px;
    }
    .pageTexte.article .mainContent > .sidebar {
        display: none;
    }
    .pageTexte.article .mainContent > .textContent {
        max-width: unset;
    }
    .pageTexte .banniere > img {
        /*display: none;*/
        max-width: unset;
        height: auto;
        position: relative;
        width: 100%;
        min-height: 150px;
    }
    .pageTexte .banniere .textContent {
        max-width: unset;
        min-width: unset;
        min-height: unset;
        padding-bottom: 30px;
    }
    #filAriane {
        position: relative;
        max-width: unset;
        min-width: unset;
    }
}
@media only screen and (max-width: 1200px) {
        .pageTexte .banniere .textContent {
            min-height: 280px;
        }
}
@media only screen and (max-width: 575px) {
         main .blogArticle::before{
            height:425px;
        }
}

/*=============================Mobile Nav===============================*/

header .baniere-mobile {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    
    /*position: fixed;
    width: 100%;
    background-color: #fff;*/
}
.header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before {
    background-color: #fff !important;
}
/*.header.header--fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    position: fixed
}*/

header .baniere-mobile .mobile-icon-banner-1 {
    display: flex;
    align-items: center;
}
header .baniere-mobile .mobile-icon-banner-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .baniere-mobile .mobile-icon-banner-2 > a {
    margin: 0 10px 0 0;
}
header .baniere-mobile .baniere-header {
    border-right: #333333 solid 1px;
    margin-right: 15px;
}
header .baniere-mobile .baniere-header .logoHeader {
    max-width: 81px;
    max-height: 68px;
    margin-right: 10px;
}
header .baniere-mobile button#btnSearchBaniere {
    border-radius: 15px;
    padding: 7px 8px 5px 8px;
    max-width:none;
    width:30px;
    height:30px;
}
header .baniere-mobile button#btnSearchBaniere > img {
    height: 14px;
    width: 14px;
}
header .baniere-mobile .mobile-nav-handler {
    background-color: #1A2E3E;
    margin: 10px 15px;
}
header .baniere-mobile .mobile-nav-handler .hamburger {
    height: 64px;
    width: 64px;
}
header .baniere-mobile .mobile-icon-banner-1 > a:nth-child(3) {
    margin-left: 5px;
}
.baniere-mobile .mobile-icon-banner-1 > a:nth-child(2) > img, 
.baniere-mobile .mobile-icon-banner-1 > a:nth-child(3) > img {
    max-width: 30px;
    max-height: 30px;
}

.mobile-nav {
    display: block;
    background-color: #1A2E3E;
    width: 100%;
    height: 100vh;
    padding-top: 180px;
    transform: translateX(100vw);
    transition: .5s cubic-bezier(.58,.00,.32,1);
    z-index: 4;
}
.mobile-nav.mobile-nav--open {
    transform: translateX(0);
    overflow-y: scroll;
}
.mobile-nav .nav-bar > ul > li {
    border-bottom: 1px solid #707070;
    margin: 0 0 20px;
    overflow: hidden;
}
.mobile-nav .nav-bar ul li .subMenu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease all;
}
.mobile-nav .nav-bar ul li .subMenu.open {
    max-height: 900px;
    padding: 0 0 20px;
    transition: 0.3s ease all;
}
.btnCollapseMenuMobile {
    display: none;
    transition: .5s cubic-bezier(.58,.00,.32,1);
}
.mobile-nav .nav-bar .btnCollapseMenuMobile {
    display: block;
    float: right;
    cursor: pointer;
    padding: 15px 10px;
    margin: 0 -10px 0 0;
}
.mobile-nav .nav-bar .btnCollapseMenuMobile.open {
    transform: rotate(-180deg);
}
#rechercheBaniere-mobile {
    display: none;
    padding: 15px 20px;
    user-select: none;
}
.header--hide #rechercheBaniere-mobile {
    display: flex;
}
#rechercheBaniere-mobile input#rechercheHeaderMobile {
    width: 100%;
    max-width: unset;
}
#rechercheBaniere-mobile button#btnSearchBaniere {
    width: 100%;
    max-width: 10%;
    padding: 9px 20px 4px 10px;
    min-width: 42px;
}
@media only screen and (min-width: 993px) {
    .mobile-nav {
        display: none;
    }
    header .baniere-mobile {
        display: none;
    }
    #rechercheBaniere-mobile {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    header .baniere-et-liens-utilitaire{
        display: none;
    }
}
body .mobile-nav .nav-link{
    margin: 0;
    color: white;
}
body .mobile-nav .nav-link--active{
    color: #49A2EA;
}
body .mobile-nav nav ul.subLvl2 li a.nav-link {
    font-size: 16px;
}
body .mobile-nav nav ul > li a.nav-link  {
    font-size: 21px;
}
.mobile-nav .nav-bar li ul {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    padding-inline-start: 0;
    padding: 30px 0;
}
.mobile-nav .nav-bar li ul li a {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    color: white;
    text-decoration: none;
}
.nav-bar.top-nav ul .itUtilitaire {
    display: none;
}
.mobile-nav .nav-bar li.itUtilitaire{
    border-bottom: none;
    grid-area: utilities;
}
@media only screen and (max-width: 475px) {
    .header--fixed .blogArticle::before{
        top:-20px;
    }
    main .collapse.vert .parent-text-content .textContent.withIcon, main .collapse.gris .parent-text-content .textContent.withIcon {
        padding:20px 30px;
        background:none;
    }
    main .collapse.gris.collapsed .parent-text-content .textContent.withIcon, main .collapse.vert.collapsed .parent-text-content .textContent.withIcon {
        padding:0 30px;
    }
}
/*==============================Generique===============================*/

@media only screen and (max-width: 385px) {
    footer div#centreDInformation {
        transform: scale(0.8);
    }
    footer #contents {
        margin: auto;
    }
}
footer #contents {
    /*margin: 20px 0px 100px 40px;*/
    /*overflow: hidden;*/
}

.responsiveMargin50 {
    margin-left: min(50px, 8vw) !important;
    margin-right: min(50px, 8vw) !important;
}


