@font-face {
    font-family: 'Bariol-Bold';
    src: url('../fonts/Bariol-Bold.eot');
    src: url('../fonts/Bariol-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bariol-Bold.woff2') format('woff2'),
        url('../fonts/Bariol-Bold.woff') format('woff'),
        url('../fonts/Bariol-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bariol-Regular';
    src: url('../fonts/Bariol-Regular.eot');
    src: url('../fonts/Bariol-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bariol-Regular.woff2') format('woff2'),
        url('../fonts/Bariol-Regular.woff') format('woff'),
        url('../fonts/Bariol-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.bg_blue{
    background-color: #4386a6;
}

.bg_yellow{
    background-color: #fcc000;
}

.bg_grey{
    background-color: #ededec;
}

.bg_white{
    background-color: white;
}

.color_black{
    color: black;
}

.color_white{
    color: white;
}

.color_blue{
    color: #4486a6;
}

.color_grey{
    color: #706f6f;
}

.width100{
    width: 100%;
}

.medium{
    font-weight: 500;
}

#header-info{
    padding: 30px 40px;
}

#header-info h2{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 2.2em;
}

#infographie{
    max-width: 1100px;
    margin: 50px auto;
    overflow: hidden;
    line-height: 125%;
    border-radius: 50px;
}

.flex{
    display: flex;
}

.j_center{
    justify-content: center;
}

.relative{
    position: relative;
}

.a_center{
    align-items: center;
}

.txt_center{
    text-align: center;
}

#img-info{
    width: 85%;
    margin: 0px auto;
    display: block;
    height: auto;

}

#body-info {
    background-color: #edf1f5;
    padding: 30px 40px;
}

.cabin{
    font-family: 'Cabin', sans-serif;
}

.bariol{
    font-family: 'Bariol-Bold';
}

.bariol_regular{
    font-family: 'Bariol-Regular';
}

#body-bottom-infographie{
    padding: 30px 20px;
    padding-bottom: 0;
}

#all-blocs-infos .subbloc{
    padding: 30px 20px;
    border-radius: 15px;
}

.nb_bloc{
    position: absolute;
    top: 0;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   padding: 8px;
   font-size: 1.2em;
   border-radius: 50%;
   width: 35px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.border_radius_20{
    border-radius: 25px;
}

#all-blocs-infos{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#subtitle-info{
    font-size: 1.2em;
    margin-top: 20px;
}

#blocs-infos{
    padding: 40px 20px;
}

#all-blocs-infos .subbloc{
    width: 30%;
}

#body-bottom-infographie h3{
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.txt_bloc{
    line-height: 120%;
}

#img-bloc3{
    max-width: 20%;
    margin-right: 35px;
}

#bloc3-infos{
    margin: 40px auto;
    padding: 10px 40px;
}

#bloc3-infos h3{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#infographie{
    border:2px solid #4386a6;
}

#footer-info{
    padding: 20px;
    margin: 20px;
    margin-top: 0;
}

#footer-info p, #copyright-info{
    font-size: 11px;
    line-height: 120%;
}

#copyright-info{
    margin-bottom: 20px;
}

#subtitle-body-infos{
    font-size: 1.2em;
    margin-bottom: 25px;
}

#infographie h3{
    font-size: 1.6em;
}

.picto_info{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 35px;
    margin-right: 15px;
}

.uppercase{
    text-transform: uppercase;
}

.bloc_top_info{
    padding: 20px;
    position: absolute;
    padding-bottom: 50px;
    border-radius: 20px;
    font-size: 0.9em;
}

.small{
    font-size: 0.85em;
    line-height: 115%;
}

.small .sup{
    font-size: 9px;
}

.white_space{
    white-space: nowrap;
}

.btn_info{
    padding: 10px 15px;
    width: auto;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   font-size: 1em;
   line-height: 110%;
}

.bloc_top_info {
    padding: 20px;
    position: absolute;
    padding-bottom: 50px;
    border-radius: 20px;
    top: 0px;
    z-index: 10;
    right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inline_title{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.title_info {
    font-size: 1.1em;
}

.title_info .uppercase{
    font-weight: 600;
}

.bloc_top_info.bloc2{
    right: inherit;
    left: 0%;
    top: inherit;
    bottom: 10%;
}


.bloc_top_info.bloc3{
    right: 0%;
    top: inherit;
    bottom: 6%;
}

.bloc_top_info.bloc4{
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    max-width: 50%;
    margin-bottom: 40px;
}

.btn_info{
    border:2px solid white;
}

.subbloc_white{
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 140%;
    max-width: 260px;
}


.bloc_top_info.bloc4 .subbloc_white{
    max-width: initial;
}

.bloc_top_info .title_info{
    padding-left: 20px;
    width: 100%;
}

.subbloc_white li{
        list-style: disc;
        line-height: 140%;
}

.subbloc_white ul{
    padding: 0!important;
    padding-left: 20px!important;
}

.desktop_only{
    display: block;
}

.mobile_only{
    display: none;
}

@media (max-width: 1000px ){


        .desktop_only{
            display: none;
        }

        .mobile_only{
            display: block;
        }

        #infographie{
            border-radius: 0;
            margin: 30px auto;
        }

        #infographie p{
            padding: 0;
            margin: 0;
        }

        .bloc_top_info{
            position: relative;
            left: inherit;
            top: inherit;
            right: inherit;
            bottom: inherit;
            width: 100%;
            height: auto;
        }

        .bloc_top_info .title_info {
            padding-left: 0;
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 120%;
        }
        .bloc_top_info {
            padding: 20px;
            border-radius: 10px;
            font-size: 1em;
            max-width: 90%;
            margin: 0px auto;
            padding-bottom: 50px;
        }

        #body-info {
            padding: 30px 0px;
        }

        #infographie .margin_bot_title{
            margin-bottom: 10px;
        }

        img.images_infographie {
            max-width: 75%;
            margin: 0px auto;
            display: block;
        }

        #subtitle-body-infos{
            font-size: 1.1em;
            margin-bottom: 35px!important;
        }
        .small {
            font-size: 15px;
            line-height: 115%;
        }
#header-info {
    padding: 30px 15px;
    font-size: 0.9em;
}
        .btn_info {
            padding: 10px 25px;
            border: 2px solid white;
        }
#subtitle-info {
    font-size: 16px;
}
        .btn_info .small{
            font-size: 11px;
        }

        .picto_info {
            width: 40px;
        }

        .bloc_top_info.bloc4{
            max-width: 90%;
        }

        #body-bottom-infographie{
            padding: 0;
        }

        #blocs-infos{
            border-radius: 0;
        }
#all-blocs-infos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
#all-blocs-infos .subbloc {
    width: 100%;
    margin-bottom: 45px;
    margin-top: 15px;
}

#all-blocs-infos .subbloc:last-child{
    margin-bottom: 0;
}

#bloc3-infos {
    margin: 40px auto;
    padding: 10px 40px;
    flex-direction: column-reverse;
}

#bloc3-infos h3{
    text-align: center;
}

.nb_bloc {
    font-size: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#img-bloc3 {
    max-width: 60%!important;
    margin-right: 0;
    margin-top: 35px;
}

#infographie #footer-info{
    text-align: left;
    font-size: 10px;
}

p#copyright-info {
    text-align: right;
    padding-right: 20px;
}

#infographie{
    border: none;
}
.bloc_top_info.bloc2{
margin-top: -30px;
}

.more_info{
    margin: 20px auto;
    border:2px solid white;
    padding: 8px 16px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.more_info p{
    color: white;
}

.more_info img{
    width: 25px;
    margin-right: 10px;
}

.subbloc_white{
    display: none;
}

.subbloc_white{
    font-size: 14px;
}

}















