﻿* {
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}

/*Lien pour la rétroaction citoyenne*/
.citizen-feedback-link {
    position: fixed;
    top: 47%;
    direction: rtl;
    margin-left: -14px;
    height: auto;
    padding: 10px 10px;
    display: flex;
    left: calc(100% - 20px);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    box-sizing: border-box !important;
    background-color: #095797;
    color: white !important;
    border: none;
    border-radius: 0px 6px 6px 0px;
}

.citizen-feedback-link:hover {
    text-decoration: none;
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 24%);
    width: 42px;
    transition: width 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}


abbr {
    border-bottom: none !important;
}

a {
    color: #147BB0;
}

    a[target=_blank] img {
        margin-left: 5px;
    }

h1 {
    font-family: 'Roboto', sans-serif;
}

    h1 span {
        display: block;
        font-weight: 100;
    }

h2 {
    font-size: 2em;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    padding-bottom: .25em;
    margin-top: 1em;
    margin-bottom: .75em;
}

h3 {
    font-size: 1.6em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
}

h4 {
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
}

main ol, main ul {
    padding-bottom: 5px;
}

    main ol > li, main ul > li {
        margin-bottom: 10px;
    }

    main ol li p:first-child, main ul li p:first-child {
        margin-top: 10px;
    }

    main ol ul li {
        margin-bottom: 5px;
    }

.ui-accordion-content > img {
    margin: 5px 0 20px;
}

.steps {
    margin-top: 3em;
}

.btn {
    border-radius: 0px;
}

.container, .container-fluid {
    max-width: 970px;
    height: 100%;
}

    .container.no-padding, .container-fluid.no-padding {
        padding: 0;
    }

.zone {
    padding: 30px;
}

    .zone ul {
        margin-bottom: 0;
    }

.cliniques-quebec {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .cliniques-quebec .top25 {
        margin-top: 25px;
    }

.seances-manquees {
    margin: 15px;
}

    .seances-manquees p {
        padding-top: 15px;
    }

.cliniques-quebec .moins40 {
    margin-bottom: -40px;
}

.dossiers-certifies {
    padding-top: 25px;
    background-color: #f5f5f5;
    padding-bottom: 45px;
}

.zone-avis {
    background-color: #FFD64F;
    padding: 30px 15px;
}

    .zone-avis .avis-texte {
        display: inline-flex;
        align-items: center;
    }

    .zone-avis .avis-title {
        font-size: 1.8em;
        font-weight: 400;
    }

    .zone-avis .avis-texte p {
        font-size: 1.2em;
    }

    .zone-avis i {
        font-size: 400%;
        font-weight: bold;
        display: block;
        width: 48px;
        margin: auto;
    }

.contenu ol {
    margin-bottom: 20px;
}

    .contenu ol li {
        padding-bottom: 15px;
    }

    .contenu ol ul {
        margin-top: 15px;
    }

        .contenu ol ul > li {
            padding-bottom: 0px;
        }

.contenu li p {
    margin: 15px 0 10px 0;
}


.professionnels-docteur h2 {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .zone {
        padding: 25px 15px;
    }

    .container.no-padding-sm, .container-fluid.no-padding-sm {
        padding: 0;
    }

    .professionnels-entete .professionnels-entete-conteneur {
        padding-top: 55px;
    }

    .nous-joindre-entete {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .nous-joindre-entete-bleu {
        padding-top: 35px;
        padding-bottom: 5px;
    }

    .professionnels-entete h1 {
        font-size: 2.0em;
        font-weight: 250;
        line-height: 30px;
    }

    .professionnels-entete {
        background: url(../Images/prof_cover_clair.jpg) no-repeat center center;
    }

    .page-home h2,
    .professionnels-docteur h2 {
        font-size: 1.6em;
    }

    .professionnels-patient .point-interrogation {
        margin: 0;
    }

    .professionnels-patient img {
        display: none;
    }

    .professionnels-patient .bleu-fonce {
        font-size: 1.3em;
        padding: 8px 0 0 0;
        margin-left: 0px;
    }

    .professionnels-patient h2 .pad-left {
        margin-left: -20px;
    }

    .professionnels-patient .bleu-pale {
        font-size: 1.3em;
        padding-right: 0px;
    }

    .btn-creer {
        font-size: 1.0em;
        padding: 0.3em;
        margin-left: 10px;
    }

    .btn-connexion {
        font-size: 1.01em;
        padding: 0.3em;
        margin-left: 10px;
    }

    .a-propos .un img {
        display: none;
    }
}

@media (min-width: 768px) {
    .professionnels-patient .row {
        overflow: inherit;
    }

    .row {
        overflow: hidden;
    }

        .row .same-height {
            margin-bottom: -99999px;
            padding-bottom: 99999px;
        }

    .nous-joindre-entete {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .nous-joindre-entete-bleu {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .professionnels-entete .professionnels-entete-conteneur {
        padding-top: 170px;
    }

    .professionnels-entete h1 {
        font-size: 3.7em;
        font-weight: 500;
    }

    .professionnels-entete {
        background: url(../Images/prof_cover_clair.jpg) no-repeat center center;
    }

    .professionnels-docteur h2 {
        line-height: 1.5;
        font-weight: 300;
        font-size: 2em;
    }

        .professionnels-patient .bleu-fonce {
            font-size: 2.5em;
            margin-left: 0px;
        }

        .professionnels-patient .bleu-pale {
            font-size: 2.5em;
            padding-right: 50px;
        }

    .btn-creer, .btn-connexion {
        font-size: 16px;
        padding: 1em;
    }
}

.img-rounded-12 {
    border-radius: 12px;
}

.btn-prv {
    background-color: #aa2946;
    color: #FFF;
    font-size: 1.7em;
    border: 3px solid white;
    text-decoration: none;
    display: inline-block;
    padding: .3em 1em .3em 1em;
    color: white;
    font-weight: bold;
}

    .btn-prv:hover {
        color: #147BB0;
        background-color: white;
    }

.btn-creer, .btn-connexion {
    color: #FFF;
    /*    font-size: 16px;*/
    border: 1px solid white;
    /*	padding:1em;*/
    font-weight: bold;
    border: 5px solid white;
}

.btn-reponses {
    color: #FFF;
    border: 1px solid white;
    font-weight: bold;
    border: 5px solid white;
    margin-left: -40px;
    margin-top: -20px;
}

.btn-creer, .btn-connexion {
    text-decoration: none;
}

.btn-connexion {
    background-color: #576771;
}

.btn-carre {
    border: 3px solid white;
    text-decoration: none;
    display: inline-block;
    padding: .3em 1em .3em 1em;
    color: white;
    font-weight: bold;
}


    .btn-carre:hover {
        background-color: white;
        text-decoration: none;
        color: #147BB0;
    }



.btn-creer:hover {
    color: white;
    background-color: #68BEEC;
}

.btn-creer:visited {
    color: #fff;
}

.btn-connexion:hover {
    color: #3aafee;
}

.btn-connexion:visited {
    color: #fff;
}

/*------------------ Nouveaux boutons DEBUT ------------------*/

/*.bandeau-gris {
	
	background: rgba(177,150,71,1);
background: -moz-linear-gradient(top, rgba(177,150,71,1) 0%, rgba(255,214,79,1) 12%, rgba(255,213,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(177,150,71,1)), color-stop(12%, rgba(255,214,79,1)), color-stop(100%, rgba(255,213,79,1)));
background: -webkit-linear-gradient(top, rgba(177,150,71,1) 0%, rgba(255,214,79,1) 12%, rgba(255,213,79,1) 100%);
background: -o-linear-gradient(top, rgba(177,150,71,1) 0%, rgba(255,214,79,1) 12%, rgba(255,213,79,1) 100%);
background: -ms-linear-gradient(top, rgba(177,150,71,1) 0%, rgba(255,214,79,1) 12%, rgba(255,213,79,1) 100%);
background: linear-gradient(to bottom, rgba(177,150,71,1) 0%, rgba(255,214,79,1) 12%, rgba(255,213,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19647', endColorstr='#ffd54f', GradientType=0 );}*/
.bandeau-gris p img {
    margin-top: 25px;
}

.boutons {
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #b72749;
    border: none;
    border-radius: 8px;
}

.bouton-creer {
    margin-top: 25px;
    margin-bottom: 0px;
    float: right;
    color: #fff;
    text-decoration: none;
    background-color: #b72749;
    box-shadow: 0 4px #6c2334;
    min-width: 215px;
}

    .bouton-creer:hover {
        color: #f0f0f0;
        background-color: #962749;
        text-decoration: none;
        box-shadow: 0 4px #462334;
        transform: translateY(2px);
    }

    .bouton-creer:active {
        color: #fff;
        background-color: #b72749;
        text-decoration: none;
        box-shadow: 0 2px #6c2334;
        transform: translateY(2px);
    }

    .bouton-creer:visited {
        color: #ffffff;
        text-decoration: none;
    }


.bouton-connexion {
    margin-top: 25px;
    margin-bottom: 0px;
    color: #fff;
    text-decoration: none;
    background-color: #505050;
    box-shadow: 0 4px #303030;
    min-width: 215px;
}

    .bouton-connexion:hover {
        color: #bcbcbc;
        background-color: #464646;
        text-decoration: none;
        box-shadow: 0 4px #262626;
        transform: translateY(2px);
    }

    .bouton-connexion:active {
        color: #fff;
        background-color: #505050;
        text-decoration: none;
        box-shadow: 0 2px #303030;
        transform: translateY(2px);
    }

    .bouton-connexion:visited {
        color: #ffffff;
        text-decoration: none;
    }

.bouton-savoir {
    margin-top: 0px;
    margin-bottom: 35px;
    color: #fff;
    text-decoration: none;
    background-color: #137BB0;
    box-shadow: 0 4px #134868;
    font-size: 16px;
    font-weight: bold;
}

    .bouton-savoir:focus-visible {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.a-propos-fond-accueil .bouton-savoir {
    margin-left: 25px;
    margin-top: 30px;
}

.bouton-droit .boutons {
    margin-bottom: 0;
}

.bouton-savoir:hover {
    color: #f0f0f0;
    background-color: #137BB0;
    text-decoration: none;
    box-shadow: 0 4px #134868;
    transform: translateY(2px);
}

.bouton-savoir:active {
    color: #fff;
    background-color: #137BB0;
    text-decoration: none;
    box-shadow: 0 2px #134868;
    transform: translateY(2px);
}

.bouton-savoir:visited {
    color: #ffffff;
    text-decoration: none;
}

.bouton-savoir-blanc {
    margin-top: 0px;
    margin-bottom: 35px;
    color: #147BB0;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0 4px #8CC6E4;
    font-size: 16px;
    font-weight: bold;
}

    .bouton-savoir-blanc:hover {
        color: #ffffff;
        background-color: #f0f0f0;
        text-decoration: none;
        box-shadow: 0 4px #6ea0da;
        transform: translateY(2px);
    }

    .bouton-savoir-blanc:active {
        color: #ffffff;
        background-color: #ffffff;
        text-decoration: none;
        box-shadow: 0 2px #134868;
        transform: translateY(2px);
    }

    .bouton-savoir-blanc:visited {
        color: #147BB0;
        text-decoration: none;
    }

.bouton-reponses {
    margin-top: -10px;
    font-size: 150%;
    font-weight: bold;
    color: #006eb5;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0 4px #81b1da;
}

    .bouton-reponses:hover {
        color: #005faa;
        background-color: #f0f0f0;
        text-decoration: none;
        box-shadow: 0 4px #6ea0da;
        transform: translateY(2px);
    }

    .bouton-reponses:active {
        color: #006eb5;
        background-color: #ffffff;
        text-decoration: none;
        box-shadow: 0 2px #81b1da;
    }

    .bouton-reponses:visited {
        color: #006eb5;
        text-decoration: none;
    }

@media (max-width: 900px) {
    .zone-medecin img {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .bandeau-gris p img {
        margin-top: 5px;
    }

    .bouton-creer {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
    }

    .bouton-reponses {
        font-size: 100%;
    }

    .bouton-connexion {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


/************** Nouveaux boutons FIN  *****************/

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hauteur10 {
    padding: 10px;
}

.hauteur20 {
    padding: 20px;
}

.pad-gauche-15 {
    padding-left: 15px;
}

.pad-top-5 {
    padding-top: 5px;
}

.entete-fixe {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1060;
}

/*.btn-prv:hover, .btn-prv:focus {Besoin d'un hover sur le bouton?}*/

header {
    margin-top: 0px;
    background: #fff;
}

footer {
    margin: 20px 0 15px;
	border-top: solid 1px #E7E7E7;
}

    footer a {
        color: #095797;
        text-decoration: none;
    }

.navbar-brand-- {
    height: auto;
    padding: 21px 0 0 0;
}

@media (min-width: 768px) {
    .navbar-brand-- > img {
        margin-left: -18px;
    }
}


.bandeau-charte-langue {
    background-color: #cee1f2;
    padding-top: 15px;
    padding-bottom: 5px;
    /*margin-bottom: 20px;*/
}

/*BANDEAU JAUNE - PANNE - DEBUT*/

.bandeau-panne {
    background-color: #F8E69A;
    padding-top: 16px;
    padding-bottom: 16px;
}

.titre_maintenance {	
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 21.5px;
	text-align: left;
}

.decrire_maintenance {	
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding-left: 62px !important;
}

.er {
    font-size: 11px;
    vertical-align: super;
}

.er_description {
    font-size: 9px;
    vertical-align: super;
}

.attention_panne {
    padding-left: 16px;
    padding-right: 16px;
}

/*BANDEAU JAUNE - PANNE - FIN*/	


/*PIV-PIED - DEBUT*/
footer .footer-menu {
    /*border-top: solid 1px #E7E7E7;*/
}

    footer .footer-menu a {
        display: inline-block
    }

    footer .footer-menu ul li {
        margin: 3px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    footer .footer-menu ul li span {
        display: block;
    }

@media (max-width: 767px) {
    footer .footer-menu ul {
        margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }
}

@media (min-width: 768px) {
    footer .footer-menu .table-like {
        display: table;
        margin: 15px auto;
    }

        footer .footer-menu .table-like .col {
            display: table-cell;
            vertical-align: middle;
        }

        footer .footer-menu .table-like .col-1 {
            display: block;
            padding-right: 10px;
        }

    footer .footer-menu ul {
        text-align: center;
        margin: 0;
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
    }

        footer .footer-menu ul li {
            display: table-cell;
            font-size: 14px;
            line-height: 16px;
            vertical-align: middle;
        }

            footer .footer-menu ul li:last-child {
                border-right: none;
            }
}

footer .copyright {
    text-align: center;
    padding-top: 16px;
    font-size: .8em;
}

    footer .copyright div {
        padding-bottom: 12px;
    }

    footer .copyright a {
        font-size: 13px;
        font-weight: 400;
        color: #000000;
    }
/*PIV-PIED - FIN*/


.prendre-rendez-vous {
    background: url('../Images/fond-accueil.jpg') no-repeat center center;
    background-size: cover;
    background-position-y: 40%;
    background-position-x: 0;
    margin-top: 0px;
    padding: 100px 15px;
}

    .prendre-rendez-vous .fond-tuile {
        background-color: rgba(0,0,0,0.4);
        padding-top: 1px;
        border-radius: 8px;
    }

@media (max-width: 420px) {
    .prendre-rendez-vous {
        /*background: url('../Images/fond-accueil-420.jpg') no-repeat center center;*/
        background-size: cover;
    }
}

.prendre-rendez-vous .logo {
    background-color: #FFF;
    color: #00627F;
    display: inline-block;
    font-weight: bold;
    margin-top: -100px;
    padding: 20px 20px 20px 20px;
    max-width: 375px;
}

    .prendre-rendez-vous .logo h1 {
        font-size: 32px;
        font-weight: bold;
        margin-top: -21px;
        margin-bottom: 0px;
    }

.prendre-rendez-vous p {
    max-width: 400px;
    margin-top: 20px;
}

    .prendre-rendez-vous p.intro {
        font-weight: bold;
        font-size: 20px;
        padding-top: 0px;
        color: white;
    }

.prendre-rendez-vous h2 {
    padding-left: 25px;
    max-width: 300px;
    margin-top: 120px;
    color: white;
    font-weight: bold;
}

@media (max-width: 420px) {
    .prendre-rendez-vous h2 {
        margin-top: 30px;
    }
}

.gratuit-simple-rapide h2 {
    color: #576771;
    margin-top: 0;
}

.gratuit-simple-rapide ol.row li .badge {
    background-color: #00627f;
}

.gratuit-simple-rapide p {
    margin-top: 10px;
    text-align: center;
}

.gratuit-simple-rapide .numero {
    width: 35px;
    padding: 9px 9px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #147BB0;
    border-radius: 20px;
    margin: auto;
}

.entete-professionnel {
    background-color: #c9c9cb;
}

.professionnels-entete {
    background-position-y: 35%;
    background-position-x: 0;
    background-size: cover;
    color: #003F5E;
}

    .professionnels-entete .professionnels-entete-conteneur {
        margin-top: 0px;
        padding-bottom: 1em;
    }

    .professionnels-entete .blanc50 {
        background-color: rgba(255,255,255,0.8);
    }

        .professionnels-entete .blanc50 .seances {
            padding: 15px 0;
            margin: auto;
            font-size: 22px;
        }

            .professionnels-entete .blanc50 .seances p {
                line-height: 1.3em;
            }

@media (max-width: 767px) {
    .professionnels-entete .blanc50 .seances {
        margin: auto;
        font-size: 20px;
    }
}

.professionnels-entete h1 {
    font-size: 2.3em;
    font-weight: 600;
    color: #912F46;
    font-stretch: expanded;
    display: block;
    margin-top: 0px;
    padding-left: 6px;
    line-height: 50px;
    display: inline-block;
}

.professionnels-entete p:nth-child(2) {
    display: inline-block;
    margin-bottom: 3em;
    font-size: 1.6em;
    margin: 5px 5px 10px 5px;
}

.professionnels-docteur {
    background-position-y: 0%;
    background-position-x: 0;
    background-size: cover;
    /*    padding: 3em;
	font-size:120%;*/
    color: #ffffff;
    background: #147bb0;
    background: -moz-linear-gradient(left, #147bb0 25%, #1895d8 100%);
    background: -webkit-linear-gradient(left, #147bb0 25%,#1895d8 100%);
    background: linear-gradient(to right, #147bb0 25%,#1895d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bb0', endColorstr='#1895d8',GradientType=1 );
}

    .professionnels-docteur a {
        color: #FFD64F;
    }

.professionnels-patient-q-r {
    background: #ffffff;
    color: #147bb0;
}

    .professionnels-patient-q-r h2 {
        color: #000000;
    }

.professionnels-patient {
    background: #003399;
    background: -moz-linear-gradient(top, #003399 0%, #147bb0 100%);
    background: -webkit-linear-gradient(top, #003399 0%,#147bb0 100%);
    background: linear-gradient(to bottom, #003399 0%,#147bb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#147bb0',GradientType=0 );
    color: #ffffff;
}

    .professionnels-patient h3 {
        color: #ffffff;
    }

    .professionnels-patient img {
        margin-bottom: -60px;
    }

#professionnels .nous-joindre-image {
    background: url('../Images/nous-joindre.png') no-repeat center center;
    background-position-y: 40%;
    background-position-x: 0;
    background-size: cover;
    margin-top: 0px;
    padding-bottom: 40px;
    min-height: 409px;
}

.nous-joindre-entete {
    position: relative;
    margin-bottom: 25px;
    /*background: #003399;
	background: -moz-linear-gradient(top,  #003399 0%, #147bb0 100%);
	background: -webkit-linear-gradient(top,  #003399 0%,#147bb0 100%);
	background: linear-gradient(to bottom,  #003399 0%,#147bb0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#147bb0',GradientType=0 );*/
    background: rgba(71,23,35,1);
    background: -moz-linear-gradient(top, rgba(71,23,35,1) 0%, rgba(145,47,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,23,35,1)), color-stop(100%, rgba(145,47,70,1)));
    background: -webkit-linear-gradient(top, rgba(71,23,35,1) 0%, rgba(145,47,70,1) 100%);
    background: -o-linear-gradient(top, rgba(71,23,35,1) 0%, rgba(145,47,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,23,35,1) 0%, rgba(145,47,70,1) 100%);
    background: linear-gradient(to bottom, rgba(71,23,35,1) 0%, rgba(145,47,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#471723', endColorstr='#912f46', GradientType=0 );
}

.nous-joindre-entete-bleu {
    position: relative;
    margin-bottom: 25px;
    background: #003399;
    background: -moz-linear-gradient(top, #003399 0%, #147bb0 100%);
    background: -webkit-linear-gradient(top, #003399 0%,#147bb0 100%);
    background: linear-gradient(to bottom, #003399 0%,#147bb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#147bb0',GradientType=0 );
}

.nous-joindre-h1 h1 {
    /*	font-size:3.5em;
	font-weight:400;*/
    font-stretch: expanded;
    color: #666666;
    display: block;
    margin-top: 0px;
    padding-left: 0px;
}

.nous-joindre-entete-bleu h1 {
    font-stretch: expanded;
    color: #ffffff;
    display: block;
    margin-top: -20px;
    padding-left: 0px;
}

.nous-joindre-entete .help-title {
    color: #FFF;
    font-size: 250%;
    margin-bottom: 0px;
    font-weight: bold;
}

.nous-joindre-image {
    background: url('../Images/nous-joindre.jpg') no-repeat center center;
    background-position-y: 0%;
    background-position-x: 0;
    background-size: cover;
    padding-bottom: 30px;
}

#contenu {
    margin-top: 30px;
}

#professionnels h3 {
    margin-top: 8px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .gratuit-simple-rapide ol.row li {
        padding: 10px 0;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .gratuit-simple-rapide ol.row li {
        display: flow-root;
    }

    .gratuit-simple-rapide .numero {
        float: left;
        margin-right: 20px;
    }

    .gratuit-simple-rapide p {
        margin: auto 0;
        text-align: left;
    }
}


.pourquoi-utiliser .container-fluid {
    /*background: url('../Images/portable.png') no-repeat right 20px bottom;*/
    background-size: 228px 132px;
    padding: 25px 45px;
}

.pourquoi-utiliser ul {
    font-size: 1.1em;
    margin: 0;
}

.pourquoi-utiliser h2 {
    padding: 0;
    margin-bottom: 40px;
}

.pourquoi-utiliser p {
    display: inline-block;
    text-align: center;
}

.pourquoi-utiliser a {
    color: #FFF;
}

.pourquoi-utiliser .boite1 {
    text-align: center;
    margin-bottom: 22px;
}

    .pourquoi-utiliser .boite1 .boite2 {
        width: 155px;
        height: 100px;
        margin: auto;
        padding-top: 23px;
    }


.pourquoi-utiliser .boite2 img {
    max-width: 155px;
    max-height: 100px;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .pourquoi-utiliser ul.row li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pourquoi-utiliser p {
    }

    .pourquoi-utiliser .container-fluid {
        padding: 25px 10px;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .pourquoi-utiliser ul.row li {
        display: flex;
        padding: 5px 0;
        width: 100%;
    }

    .pourquoi-utiliser p {
        margin: auto 0;
        text-align: left;
    }

    .pourquoi-utiliser .container-fluid {
    }
}

.zone-avantages-prof ul li {
    text-align: center;
}

.zone-avantages-prof p {
    display: inline-block;
    text-align: center;
}

.zone-avantages-prof .boite1 {
    text-align: center;
}

.zone-avantages-prof .boite2 {
    margin: 0 auto 20px;
}

.zone-avantages-prof ul li {
    padding: 20px 15px;
}

@media (min-width: 767px) {
    .zone-avantages-prof .boite2 img {
        max-width: 100px;
        max-height: 100px;
    }

    .zone-avantages-prof ul li {
        padding: 30px 15px;
    }

    .zone-avantages-prof .col-sm-4 .boite1 .boite2,
    .zone-avantages-prof .col-sm-3 .boite1 .boite2 {
        width: 100px;
        height: 100px;
    }

    .zone-avantages-prof .boite2 img {
        width: 100%;
        height: 100%;
    }

    .zone-avantages-prof .col-sm-4 .boite1 .boite2,
    .zone-avantages-prof .col-sm-3 .boite1 .boite2 {
        width: 80px;
        height: 80px;
    }

    .zone-avantages-prof .boite2 img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .zone-avantages-prof .boite1 {
        display: flex;
    }

    .zone-avantages-prof p {
        margin: auto 0;
        text-align: left;
    }

    .zone-avantages-prof .col-sm-4 .boite1 .boite2,
    .zone-avantages-prof .col-sm-3 .boite1 .boite2 {
        margin: 0 30px 0 0;
    }
}

.des-questions {
    background-color: #8E9194;
    z-index: -1;
}

    .des-questions p {
        margin: 15px 15px 15px 30px;
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

        .des-questions p a {
            color: white;
        }

.zone-video {
    text-align: center;
    background: #eeeeee;
}

    .zone-video .texte {
        max-width: 560px;
        margin: auto;
        padding-top: 15px;
        text-align: left;
    }

    .zone-video iframe {
        width: 100%;
        max-width: 560px;
    }


.zone-carnet-sante {
    background: #eeeeee;
}

    .zone-carnet-sante .bandeau {
        display: block;
        text-decoration: none;
    }

    .zone-carnet-sante .texte {
        color: #000;
        float: none;
        max-width: 550px;
        display: block;
    }

    .zone-carnet-sante h2 {
        font-size: 36px;
        margin: 0;
    }

    .zone-carnet-sante p {
        font-size: 20px;
    }

    .zone-carnet-sante h2,
    .bouton-carnet-sante {
        text-transform: uppercase;
    }

.bouton-carnet-sante {
    font-weight: normal;
    background: #1275b8;
    padding: 12px 15px;
    border: 0;
    color: #fff;
    width: 100%;
    max-width: 250px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: background-color .4s cubic-bezier(.25,.8,.25,1);
    line-height: normal;
    font-size: 1em;
    letter-spacing: .01em;
}

    .bouton-carnet-sante:hover,
    .zone-carnet-sante .bandeau:focus-visible .bouton-carnet-sante,
    .zone-carnet-sante .bandeau:hover .bouton-carnet-sante {
        background: #223654;
        color: #fff;
    }

.zone-carnet-sante .bandeau:hover {
    text-decoration: none;
}

.zone-carnet-sante .fond {
    background-color: #E0F8FA;
    background-image: url(../Images/fond_carnet_sante.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 20px 15px 40px 15px;
}

.zone-carnet-sante h2 strong {
    font-weight: 400;
}

.zone-carnet-sante .bouton-carnet-sante img {
    width: 20px;
    height: 20px;
    margin-bottom: 1px;
}

@media (max-width: 768px) {
    .zone-carnet-sante .texte {
        max-width: 450px
    }

    .zone-carnet-sante h2 {
        font-size: 28px;
        margin: 0;
    }

    .zone-carnet-sante p {
        font-size: 18px;
    }

    .bouton-carnet-sante {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 559px) {

    .zone-video iframe {
        /*width:320px;*/
        height: 270px;
    }

    .zone-carnet-sante .texte {
        max-width: inherit;
    }

    .bouton-carnet-sante {
        max-width: 200px;
    }
}

@media (min-width: 560px) {
    .zone-video iframe {
        /*max-width:560px;*/
        height: 315px;
    }
}

.zone-video img {
    margin: 0 auto;
}

.point-interrogation {
    z-index: 9999;
    margin-top: 45px;
}

.ui-icon.iconOpen {
    background: url('../Images/chevron-ouvert.png') no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    display: block;
    float: left;
}

.ui-icon.iconClosed {
    background: url('../Images/chevron-ferme.png') no-repeat;
    background-position: center center;
    height: 20px;
    width: 20px;
    display: block;
    float: left;
}


.faq .ui-accordion-header {
    margin-left: 1em;
    cursor: pointer;
}

.ui-state-focus {
    outline: none;
}

.ui-widget {
    margin-bottom: 20px;
}

.faq .ui-accordion-header .ui-icon {
    margin-left: -2em;
}

.faq .ui-accordion-header strong {
    color: #147BB0;
    font-weight: normal;
}

.faq .ui-accordion-header-active {
    font-weight: bold;
}

.faq .ui-accordion-content {
    margin-left: 2em;
    padding-bottom: 2em;
}

.ui-widget-content {
    color: black;
}

.help {
    padding: 0;
    margin: 0;
}

    .help > li {
        list-style: none
    }


    .help .ui-accordion-header {
        margin-left: 1em;
        cursor: pointer;
    }

        .help .ui-accordion-header .ui-icon {
            margin-left: -2em;
        }

        .help .ui-accordion-header strong {
            color: #147BB0;
            font-weight: normal;
        }

.texte_aide_pro {
    margin-left: 16px !important;
}

.liste-documents {
    padding-left: 20px;
    margin-left: 16px;
}

    .liste-documents ul {
        padding-left: 30px;
    }

    .liste-documents > li {
        margin: 20px 0;
    }

        .liste-documents > li > ul > li {
            margin: 15px 0;
        }

            .liste-documents > li > ul > li > ul > li {
                margin: 10px 0;
            }

                .liste-documents > li > ul > li > ul > li > ul li {
                    margin: 5px 0;
                }

.a-propos .un {
    margin-top: 0px;
}

.a-propos h2 {
    font-size: 26px;
}

.a-propos .un img, .a-propos .deux img, .a-propos .cinq img {
    margin-top: 100px;
}

@media (max-width: 559px) {
    .a-propos .un img, .a-propos .deux img, .a-propos .cinq img {
        margin-top: 10px;
        margin-left: -90px;
    }
}


.a-propos .trois img {
    margin-top: 10px;
}

.a-propos .un h2 {
    margin-top: 45px;
}

.a-propos .un .numero {
    width: 35px;
    padding: 9px 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #147BB0;
    border-radius: 20px;
    margin: auto;
    margin-right: 15px;
    float: left;
}

.a-propos .trois .ligne {
    background: url('../Images/ligne-bleu.png');
    background-repeat: repeat-y;
    height: 250px;
}

.a-propos-gris {
    background: -moz-linear-gradient(top, rgba(216,216,216,0.65) 0%, rgba(216,216,216,0.64) 2%, rgba(235,235,235,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(216,216,216,0.65) 0%,rgba(216,216,216,0.64) 2%,rgba(235,235,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(216,216,216,0.65) 0%,rgba(216,216,216,0.64) 2%,rgba(235,235,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d8d8d8', endColorstr='#00eeeeee',GradientType=0 ); /* IE6-9 */
}

.a-propos-gris-plein {
    background-color: #eeeeee;
    padding-top: 10px;
}

.a-propos-gris-inverse {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    padding-bottom: 10px;
}

@media (max-width: 980px) {
    .a-propos .trois .ligne2 {
        background: url('../Images/ligne-bleu.png');
        background-repeat: repeat-y;
        height: 210px;
    }
}

.a-propos .check {
    color: #147BB0;
    font-weight: bold;
}

.puce ul {
    list-style-image: url('../Images/check-mark.jpg');
}

.a-propos .trois .numero {
    width: 35px;
    padding: 9px 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #147BB0;
    border-radius: 20px;
    margin: auto;
    margin-right: 15px;
    float: left;
}

.a-propos .trois .pad-gauche {
    padding-left: 50px;
}

.a-propos-fond-accueil {
    background-color: #757575;
    /*background: #147bb0;
	background: -moz-linear-gradient(left,  #147bb0 25%, #1895d8 100%);
	background: -webkit-linear-gradient(left,  #147bb0 25%,#1895d8 100%);
	background: linear-gradient(to right,  #147bb0 25%,#1895d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#147bb0', endColorstr='#1895d8',GradientType=1 );*/
    background-position-y: 30%;
    background-position-x: 0;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 1.1em;
}

.mailchimp {
    background: rgba(236,236,236,1);
    background: -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 15%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 84%, rgba(236,236,236,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(15%, rgba(240,240,240,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(84%, rgba(240,240,240,1)), color-stop(100%, rgba(236,236,236,1)));
    background: -webkit-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 15%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 84%, rgba(236,236,236,1) 100%);
    background: -o-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 15%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 84%, rgba(236,236,236,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 15%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 84%, rgba(236,236,236,1) 100%);
    background: linear-gradient(to bottom, rgba(236,236,236,1) 0%, rgba(240,240,240,1) 15%, rgba(255,255,255,1) 51%, rgba(240,240,240,1) 84%, rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ececec', GradientType=0 );
    color: #576771;
}

    .mailchimp h3 {
        font-weight: bold;
        padding: 10px 0 20px 25px;
        line-height: 30px;
    }

    .mailchimp p {
        padding: 50px 0 0 0;
        margin-bottom: -10px;
    }

@media (max-width: 768px) {
    .mailchimp h3 {
        padding: 0 0 0 0;
    }

    .mailchimp p {
        padding: 0 0 30px 0;
    }
}

.mailchimp {
    margin-bottom: 5px;
}

    .mailchimp input[type=email], .mailchimp input[type=text] {
        padding: 5px 5px 7px;
        margin: 2px 0;
        box-sizing: border-box;
        border: 1px solid #137BB0;
        border-radius: 8px;
    }

.btn-submit-bleu {
    background: #137BB0;
    border: none;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #fff;
    text-decoration: none;
    background-color: #137BB0;
    box-shadow: 0 4px #134868;
    font-size: 16px;
    font-weight: bold;
}

    .btn-submit-bleu:hover {
        transform: translateY(2px);
    }

.ui-state-active {
    background: white;
    border: 1px solid #ffffff;
}

.ui-state-default {
    border: 0px;
    background: #ffffff;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 5px;
    color: #147bb0;
}

.help-accordion h3:focus-visible {
    outline: 1px auto -webkit-focus-ring-color;
}

.faq.ui-accordion .ui-accordion-header {
    line-height: 1.5em;
}

.ui-widget-content a {
    color: #337ab7;
    text-decoration: none;
}

.bandeau-jaune {
    padding: 15px 5px 15px 5px;
}

    .bandeau-jaune .lettre-i {
        padding: 0 15px 0 15px;
        margin: 15px 0 0 0;
        width: 45px;
        border: 4px black solid;
        border-radius: 21px 21px 21px 21px;
        -moz-border-radius: 21px 21px 21px 21px;
        -webkit-border-radius: 21px 21px 21px 21px;
    }

        .bandeau-jaune .lettre-i p {
            font-size: 2em;
            font-weight: bold;
            line-height: 1.3em;
            padding: 0;
            margin: 0;
        }

    .bandeau-jaune .texte {
        padding-top: 15px;
    }

        .bandeau-jaune .texte h3 {
            font-weight: bold;
        }

        .bandeau-jaune .texte a {
            text-decoration: none;
        }

            .bandeau-jaune .texte a:hover {
                text-decoration: underline;
            }

        .bandeau-jaune .texte .souligne a {
            text-decoration: none;
            color: #000000;
            border-bottom: 1px solid #737373;
        }

    .bandeau-jaune #cliniques {
        position: relative;
        top: -150px;
        display: none;
        background: #FFE07B;
        padding: 5px;
    }

        .bandeau-jaune #cliniques .droite {
            float: right;
            padding-right: 15px;
            cursor: pointer;
        }

@media (min-width: 400px) and (max-width: 768px) {
    /*.bandeau-jaune .texte {padding-left:40px;*/
}

@media (max-width: 400px) {
    /*.bandeau-jaune .texte {padding-left:10px;*/
}

@media (max-width : 400px) {
    .bandeau-jaune .lettre-i {
        margin-top: 10px;
    }
}

@media (min-width: 100px) {
    .modal-dialog {
        width: 315px;
        margin: 30px auto;
    }
}

.modal-content {
    background-color: #ffffaa;
}
	
/* CODE AJOUTÉ */
.pro {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	height: 100px;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 500;
	line-height: 42.19px;
	text-align: left;
	background: linear-gradient(to right, #003499 0%, #1379AF 100%);
}

.piv {
	display: flex;
	justify-content: space-between;
	background-color: #095797;
}

.piv > div {
	text-align: center;
}

/* Pour aligner la div contenant l'image complètement à gauche */
.piv > div:nth-child(1) {
	margin-right: auto;
}

/* Pour aligner la div contenant English et Nous joindre complètement à droite */
.english-container {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start; 
	font-size: 0.8rem;
	margin-top:6px;
	font-family: roboto;
	font-size: 12px;
	margin-top: -6px;
}

/* Pour ajuster l'espace entre les divs */
.piv > div:not(:last-child) {
	margin-right: 55px;
}	

/* background bleu */
.rdv,.english-container {
	color: #ffffff;
}

.piv img{
	padding-top: 13.2px;
	padding-bottom: 13.2px;
}

.en {
	margin-top:15px;
}
.joindre {
	margin-top:8px;
	font-size: 12.8px;
}

.rdv {
	margin-top:20px;
	font-family: roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}
.en a ,.joindre a {
	color : white;
	text-decoration:none;
	font-size: 12.8px;
	
}
		
/* les deux boutons */
.prise_rdv {
	display: inline-flex;
	align-items: center;
	padding: 21px 32px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	min-height: 2rem;
	border-radius: 3.125rem;
	background-color: #095797;
	border: 0.2rem solid #095797;
	text-transform: none;
	height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
}

    .prise_rdv:visited {
        color: #fff;
    }

.consulter_rdv {
    display: inline-flex;
    align-items: center;
    padding: 21px 32px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    min-height: 2rem;
    border-radius: 3.125rem;
    background-color: white;
    color: #223654;
    border: 2px solid #223654;
    text-transform: none;
    height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
}

.les_boutons {
	display: flex;
	justify-content: flex-end; /* Pour aligner les boutons à droite */
}

.les_boutons > div {
	margin-left: 24px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.les_boutons p {
	margin: 0px 0px;
}		

.prise_rdv .icone {
	background-image: url('../Images/cahier.png');
	display: inline-block;
	width: 18px;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 16px; 
	vertical-align: middle;
	flex-shrink: 0;
}

.consulter_rdv .icone {
	background-image: url('../Images/Union.png');
	display: inline-block;
	width: 23px; 
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 16px;
	vertical-align: middle;
	flex-shrink: 0;
}

.consulter_rdv:hover .icone,
.consulter_rdv:focus-visible .icone {
    background-image: url('../Images/icone_oeil_blanc.svg');
}

.person1 {
	background-image: url('../Images/person1.png');
	display: inline-block;
	width: 22px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.connexion {
	display: inline-flex;
	align-items: center;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	min-height: 2rem;
	border-radius: 3.125rem;
	background-color: #095797;
	border: 0.125rem solid #095797;
	text-transform: none;
	width: 200px;
	justify-content: center;
	height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
}

    .connexion:visited {
        color: #fff;
    }

a.connexion:hover , a.prise_rdv:hover{
	color: #ffffff;
}

a.prise_rdv:focus-visible,
a.prise_rdv:hover,
a.consulter_rdv:focus-visible,
a.consulter_rdv:hover,
a.connexion:focus-visible,
a.connexion:hover {
    outline: none;
    color: #FFFFFF !important;
    background: #223654;
    text-decoration: underline;
    border-color: #223654;
}

.backgr_bleu {
    background-color: #095797; 
}

.container.btn_rvsq {
    text-align: center;
}

.backgr_linear {
	background: linear-gradient(to right, #003499 50%, #1379AF 10%);
}

.joindre_pro {
	margin-top: 28px;
	font-size: 12.8px;
}
.joindre_pro a {
	color : white !important;
	text-decoration: none;
}

/* AJUSTEMENT PIV */
.rdv_petit_ecran {
	display : none;
}
	
/* Media query pour ajuster le placement des divs sur les petits écrans */
@media (max-width: 767px) {
	.piv {
		flex-wrap: wrap;
	}

	.piv > div:nth-child(2) {
		display : flex;
		order: 1;
		width: 100%;
		font-size: 12.8px;
		padding-bottom: 13.2px;
		padding-top: 12px;
	}
	
	.rdv {
		margin-top:-16px;
		margin-bottom:0px;
		font-family: roboto;
		font-size: 12px;
	}
	.piv img{
		width: 157px;
	}
	.english-container {
		margin-top:0px;
		/*margin-right: 16px;*/

	}
}
	
/* Media Query pour les écrans entre 767px et 421px */
@media screen and (max-width: 767px) and (min-width: 421px) {
	.les_boutons {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.les_boutons > div {
		flex: 1; /* Les divs occupent autant d'espace que possible */
		margin-left: 0px;
		margin-right: 0px;
	}
    a.prise_rdv,
    a.consulter_rdv {
        width: calc(90% - 5px); /* Largeur de chaque bouton, moins la moitié de l'espacement */
        text-align: center;
        justify-content: center;
        font-size: 13px;
        height: 51px;
        padding: 12px 32px;
        line-height: normal;
    }
	
	.rdv_petit_ecran {
		display : inline !important;
	}
	
	.rdv{
		display : none !important;
	}

}

/* Media Query pour les écrans inférieurs à 556px */
@media screen and (max-width: 556px) {
    .les_boutons {
        display: flex;
        flex-direction: column;
    }
    .les_boutons > div {
        flex: none;
		margin-left: 0px;
		margin-right: 0px;
    }
	
	.les_boutons > div:nth-child(2) {
		margin-top: 0px;
	}
	
	.les_boutons > div:nth-child(1) {
		margin-bottom: 32px;
	}
	
	a.prise_rdv,
	a.consulter_rdv {
		font-size: 13px;
		width: calc(90% - 5px);
		text-align: center; 
		justify-content: center;
		padding: 12px 32px;
		line-height: normal;
	}

    @media screen and (max-width: 280px) {
        a.prise_rdv,
        a.consulter_rdv {
            font-size: 9px;
        }
    }

	.rdv_petit_ecran {
		display : inline !important;
    }
		
	.rdv{
		display : none !important;
    }
}

@media screen and (max-width: 767px) {
	
	.piv > div:not(:last-child) {
    margin-right: 0px !important; 
	}
	
	.connexion {
		display: flex;
		width: calc(90% - 5px);
		flex-wrap: nowrap;
		justify-content: center; 
		margin: 0 auto; /* Centrer horizontalement */
	}
	
	.rdv_petit_ecran {
		text-align: left !important;
		display: block !important;
		color: #ffffff;
		padding-bottom: 13.2px;
		font-size: 12px;
	}		
			
	.piv img {
		padding-top: 13.2px;
		padding-bottom: 12px;
	}

	.english-container {
		margin-top: 5px;
		/*margin-right: 16px;*/
	}

	.joindre {
		margin-top: 8px;
	}

	.en {
		margin-top: 13px;
	}
	
	.joindre_pro {
		margin-top: 28px;
	}
}

/* Restaurer Css ".modal-dialog" de boostrap */
.modalBgColor-white {
    background-color: #fff;
}

.modaldialogBS {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 100px) {
    .modaldialogBS {
        position: relative;
        width: auto;
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .modaldialogBS {
        width: 600px;
        margin: 30px auto;
    }
}

/* Fin - Restaurer Css ".modal-dialog" de boostrap */

    /* Popups témoins */

.cookie_title {
    font-weight: 700;
    font-size: 28px;
    line-height:33px;
}

    .cookie_title::after {
        content: "";
        display: block;
        width: 3.125rem;
        margin-top: 0.25rem;
        border-top: .3125rem solid #ed6b41;
    }

.cookie_text {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}

.cookie_checkbox_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.texte_bleu_fonce {
    color: #223654;
}

.texte_bleu {
    color: #095797;
}

.paddingTop15 {
    padding-top: 15px;
}

.modalHeaderPadding {
    padding: 32px 24px 0px;
}

.modalBodyPadding {
    padding: 15px 24px 0px;
}

#paramTemoins .checkbox_text_padding {
    padding-left: 40px;
}

*#paramTemoins .cookie_checkbox {
    height: 30px;
    width: 30px;
    margin-left: -40px;
    margin-top: -3px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    float:left;
}

.btn-popup {
    display: flex;
    gap: 8px;
    height: 60px;
    padding: 21px 32px;
    cursor: pointer;
    outline: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 15.23px;
    font-family: 'Roboto', sans-serif;
}

    .btn-popup:hover,
    .btn-popup:focus-visible {
        outline: none;
        color: #FFFFFF !important;
        background: #223654 !important;
        text-decoration: underline;
        border-color: #223654;
    }

.btn_bleu_popup {
    color: #FFFFFF;
    background-color: #095797;
    border: 0.2rem solid #095797;
}

.btn_blanc_popup {
    color: #223654;
    background-color: #FFFFFF;
    border: 2px solid #223654 !important;
}

.modalFooterPadding {
    padding: 2px 12px 20px;
}

.flex_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.div_btn_toutAcceptBleu {
    width: 201px;
}

.div_btn_paramTemoins {
    width: 279px;
}

.div_btn_confirmSel {
    width: 272px;
}

.div_btn_toutAcceptBlanc {
    width: 202px;
}

.div_btn_pad {
    padding: 12px;
}

.transform-pour-centrer, #paramTemoins .transform-pour-centrer {
    margin: 0;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height:100%;
}

.utilCookie_margWidthHeight {
    margin-bottom: 20px;
    max-height: calc(100% - 20px);
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.paramTemoins_width {
    width: 668px;
}


@media screen and (max-width: 767.5px) {

    .cookie_title {
        font-size: 24px;
        line-height: 28px;
    }

    .cookie_text {
        font-size: 16px;
        line-height: 21.5px;
    }

    .btn_bleu_popup, .btn_blanc_popup {
        height: 48px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .utilCookie_margWidthHeight {
        width: 624px;
        max-width: calc(100% - 16px);
        max-height: 100%;
    }

    .paramTemoins_width {
        width: 592px;
        max-width: calc(100% - 32px);
    }

}

/* Tablette de petite largeur (affichage verticale des boutons) */
@media screen and (max-width: 530px) {

    .flex_container {
        flex-direction: column;
    }

    .div_btn_toutAcceptBleu, .div_btn_paramTemoins, .div_btn_confirmSel, .div_btn_toutAcceptBlanc {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {

    .cookie_title {
        font-size: 20.8px;
        line-height: 26.5px;
    }

    .cookie_checkbox_title {
        font-size: 18px;
        line-height: 22.5px;
    }

    .modalHeaderPadding {
        padding: 24px 24px 0px;
    }
    .modalFooterPadding {
        padding: 2px 12px 12px;
    }

    .flex_container {
        flex-direction: column;
    }

    .div_btn_toutAcceptBleu, .div_btn_paramTemoins, .div_btn_confirmSel, .div_btn_toutAcceptBlanc {
        width: 100%;
    }

    .utilCookie_margWidthHeight {
        width: 388px;
        max-width: calc(100% - 16px);
        max-height: 100%;
    }

    .paramTemoins_width {
        width: 388px;
        max-width: calc(100% - 16px);
    }

}

.outside-screen {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    overflow: hidden;
}

.about-options-list {
    list-style-type: none;
    padding-left: 0px;
}

    .about-options-list li {
        clear: both;
        margin-bottom: 22.5px;
    }

.about-madatory-fields-list {
    list-style-type: none;
    padding-left: 0px;
}

.about-step-title {
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 1em;
    line-height: 1.5em;
}

.join-us-list {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
}

#utilisationTemoins {
    font-family: 'Roboto', sans-serif;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

#paramTemoins .modal-content, #utilisationTemoins .modal-content {
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modalFooterPadding .btn-block {
    width: auto;
    border-width: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 530px) {
    .modalFooterPadding .btn-block {
        justify-content: center;
        width: 100%;
    }
}

.row.trois .ligne {
    font-size:14px;
}

.img-responsive {
    width: 100%;
}