﻿* {
    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: #2c88b7;
    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: 20px;
        padding-bottom: 0px;
    }

    .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 {
        padding: 0 0 20px 0;
    }

        .professionnels-patient img {
            padding-top: 45px;
        }

        .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;
}

.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 10px;
}

    footer a {
        color: #555555;
        text-decoration: none;
    }

/*PIV-ENTETE - DEBUT*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-toggle {
        padding: 6px;
        margin-top: 34px;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:not(.collapsed) {
            background-color: #039;
        }

        .navbar-default .navbar-toggle .icon-bar {
            width: 17px;
            height: 3px;
            background-color: #555;
        }

        .navbar-default .navbar-toggle:focus .icon-bar,
        .navbar-default .navbar-toggle:hover .icon-bar,
        .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
            background-color: #FFF;
        }

.navbar-brand {
    height: auto;
    padding: 21px 0 0 0;
}

#menu-piv {
    padding: 0;
}

    #menu-piv .navbar-nav {
        float: none;
        overflow: hidden;
        background-color: #039;
    }

        #menu-piv .navbar-nav > li > a {
            color: #FFF;
            line-height: normal;
            text-decoration: none;
        }


@media (max-width: 767px) {
    .navbar-header {
        margin-bottom: 5px;
        border-bottom: solid #039 5px;
    }

    #menu-piv .navbar-nav {
        margin: 0;
    }

        #menu-piv .navbar-nav > li {
            padding: 8px 18px 8px;
            border-bottom: solid 1px #FFF;
        }

            #menu-piv .navbar-nav > li.pull-right {
                float: none !important;
                text-align: right;
            }

            #menu-piv .navbar-nav > li > a {
                padding: 0;
            }
}

@media (min-width: 768px) {
    .navbar-brand > img {
        margin-left: -18px;
    }

    #menu-piv .navbar-nav {
        margin-top: 42px;
    }

        #menu-piv .navbar-nav > li > a {
            padding: 3px 0 3px 15px;
        }

        #menu-piv .navbar-nav > li.pull-right > a {
            padding: 3px 15px 3px 0;
        }
}
/*PIV-ENTETE - FIN*/

/*PIV-PIED - DEBUT*/
footer .footer-menu {
    border-top: solid 1px #E7E7E7;
}

    footer .footer-menu a {
        display: inline-block
    }

    footer .footer-menu ul li span {
        display: block;
    }

@media (max-width: 767px) {
    footer .footer-menu ul {
        margin-top: 15px;
    }
}

@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;
    }

        footer .footer-menu ul li {
            display: table-cell;
            padding: 0 10px;
            font-size: 1em;
            border-right: solid 1px #E7E7E7;
            vertical-align: middle;
        }

            footer .footer-menu ul li:last-child {
                border-right: none;
            }
}

footer .copyright {
    text-align: center;
    padding-top: 35px;
    font-size: .8em;
}

    footer .copyright div {
        padding-bottom: 10px;
    }
/*PIV-PIED - FIN*/
.degrade-brun {
}


.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: 0px;
    padding-left: 0px;
}

.nous-joindre-entete .help-title {
    color: #FFF;
    font-size: 250%;
    margin-bottom: 0px;
    font-weight: bold;
}


.titre-vert {
    color: #FFF;
    font-size: 1.2em;
    padding: 5px;
    margin-left: 0px;
    margin-top: 25px;
    background-color: #0089BA;
}

.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;
}

.list-gauche {
    padding-left: 25px;
}

ol.list-gauche li {
    font-weight: bold;
}

    ol.list-gauche li p {
        font-weight: normal;
    }

    ol.list-gauche li blockquote {
        font-weight: normal;
    }

    ol.list-gauche li ul li {
        font-weight: normal;
    }

    ol.list-gauche li ol li {
        font-weight: normal;
    }

@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;
    }

    .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;
    }

    .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:hover .bouton-carnet-sante {
        background: #005486;
        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-cliniques-participantes {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

    .zone-cliniques-participantes iframe {
        width: 360px;
        height: 500px;
    }

.zone-video img {
    margin: 0 auto;
}

.zone-cliniques {
    margin-bottom: 50px;
    margin-top: 30px;
}

    .zone-cliniques p {
        font-weight: bold;
        margin-top: 30px;
    }

        .zone-cliniques p.compteur span {
            display: inline-block;
            position: relative;
            font-size: 36px;
            padding-left: 5px;
            background: url('../Images/splitter.png') no-repeat left center;
        }

            .zone-cliniques p.compteur span:last-of-type::after {
                content: "";
                position: absolute;
                width: 5px;
                height: 100%;
                background: url('../Images/splitter.png') no-repeat left center;
            }

.zone-medecin {
    color: #FFF;
    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 );
}

    .zone-medecin a.boutons {
        color: #147BB0;
    }

    .zone-medecin a.bouton:hover {
        color: #6EA0DA;
    }

    .zone-medecin p a img {
        padding-top: 0;
    }

    .zone-medecin p a:not(.boutons) {
        color: white;
        font-weight: normal;
        text-decoration: underline;
    }

        .zone-medecin p a:not(.boutons):hover {
            text-decoration: none;
        }

    .zone-medecin p {
        font-size: 18px;
    }

@media (min-width: 768px) {
    .zone-medecin img {
        padding-top: 41px;
    }
}

@media (max-width: 768px) {
    .zone-medecin h2 {
        margin-top: 1em;
    }
}

.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 strong {
    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;
        }


.img-ordinateurs {
    position: relative;
    top: -75px;
    margin-bottom: -50px;
}



#listedescliniques {
    font-family: Roboto, Arial;
}

    #listedescliniques .modal-body > ul {
        padding: 2em;
        margin: 0;
    }

    #listedescliniques .modal-body ul li {
        list-style-type: none;
    }

    #listedescliniques .modal-body > ul > li {
        font-size: 2em;
    }


        #listedescliniques .modal-body > ul > li > ul {
            margin-bottom: 2em;
        }


            #listedescliniques .modal-body > ul > li > ul > li {
                font-size: .8em;
                margin-left: -1em;
            }

                #listedescliniques .modal-body > ul > li > ul > li > ul {
                    margin-bottom: 1em;
                    margin-left: -1.7em;
                }



                    #listedescliniques .modal-body > ul > li > ul > li > ul > li {
                        font-size: .6em;
                    }

#maModale1 {
    font-size: 2em;
}

    #maModale1 small {
        font-size: .8em;
        display: block;
        font-family: Roboto, Arial;
        font-weight: 300;
    }

.liste-cliniques a {
    text-decoration: none;
    color: #6C7ABD;
    font-weight: normal;
}

    .liste-cliniques a:hover {
        text-decoration: underline;
    }

.liste-cliniques ul {
    padding: 0em;
    margin: 0;
}

    .liste-cliniques ul li {
        list-style-type: none;
        font-size: 2em;
    }

        .liste-cliniques ul li ul {
            margin-bottom: 1em;
        }

            .liste-cliniques ul li ul li {
                font-size: .8em;
                margin-left: 1em;
            }

                .liste-cliniques ul li ul li ul {
                    margin-bottom: 0.5em;
                    margin-left: -0.6em;
                }

                    .liste-cliniques ul li ul li ul li {
                        font-size: .6em;
                    }

.liste-documents {
    padding-left: 20px;
}

    .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: 210px;
}

.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: #888888;
    /*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;
}

.assistance-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 */
    padding: 30px 0 30px 0;
    color: #000000;
}

.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;
}

.ui-widget-content a {
    color: #337ab7;
}

.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;
}

h4#myModalLabel.modal-title {
    font-weight: bold;
}

/* Cette section est temporaire -- c'est pour les boutons qui vont dans la section jaune et non la section grise */

.boutons-jaune {
    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;
}

.bandeau-jaune1 .texte a {
    color: #fff;
}

.bandeau-jaune1 .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;
}

.bandeau-jaune1 .bouton-creer {
    margin-top: 40px;
    margin-bottom: 35px;
    margin-left: 70px;
    color: #fff;
    text-decoration: none;
    background-color: #b72749;
    box-shadow: 0 4px #6c2334;
}

    .bandeau-jaune1 .bouton-creer:hover {
        color: #f0f0f0;
        background-color: #962749;
        text-decoration: none;
        box-shadow: 0 4px #462334;
        transform: translateY(2px);
    }

    .bandeau-jaune1 .bouton-creer:active {
        color: #fff;
        background-color: #b72749;
        text-decoration: none;
        box-shadow: 0 2px #6c2334;
        transform: translateY(2px);
    }

    .bandeau-jaune1 .bouton-creer:visited {
        color: #ffffff;
        text-decoration: none;
    }


.bandeau-jaune1 .bouton-connexion {
    margin-top: 40px;
    margin-bottom: 35px;
    color: #fff;
    text-decoration: none;
    background-color: #505050;
    box-shadow: 0 4px #303030;
}

    .bandeau-jaune1 .bouton-connexion:hover {
        color: #bcbcbc;
        background-color: #464646;
        text-decoration: none;
        box-shadow: 0 4px #262626;
        transform: translateY(2px);
    }

    .bandeau-jaune1 .bouton-connexion:active {
        color: #fff;
        background-color: #505050;
        text-decoration: none;
        box-shadow: 0 2px #303030;
        transform: translateY(2px);
    }

    .bandeau-jaune1 .bouton-connexion:visited {
        color: #ffffff;
        text-decoration: none;
    }
