/*-------------------------------------------------------------------------------------*/
/* feuille de style définis pour la partie body du site internet 2019                 */
/*-------------------------------------------------------------------------------------*/

#MaPage {
    min-height: 35rem;
}

#CorpsPage {
    min-height: 35rem;
}

.HeaderPerso {
    min-height: 12.8rem;
    max-height: 20vh;
    max-width: 100%;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    /*border:1px solid #000;*/
}

/*-------------------------------------------------------------------------------------*/
/* couleur arrière plan gris léger de la page de texte de droite                       */
/*-------------------------------------------------------------------------------------*/
#Colonne_2_9 {
	background-color: #FAFAFA;
	border-bottom: 1px dotted #004661;
}

#Colonne_2_91 {
	background-color: #FAFAFA;
	border-bottom: 1px dotted #004661;
}

/*-------------------------------------------------------------------------------------*/
/* couleur arrière plan gris léger de la page de texte de droite                       */
/*-------------------------------------------------------------------------------------*/
#Colonne_1_12 {
	background-color: #FAFAFA;
	border-bottom: 1px dotted #004661;
}

/*-------------------------------------------------------------------------------------*/
/* couleur arrière plan gris léger de la page de texte de droite                       */
/*-------------------------------------------------------------------------------------*/
#Colonne_3_6 {
    background-color: #FAFAFA;
    border-bottom: 1px dotted #004661;
}

.Trait {
    border-bottom: 1px dotted #004661;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}



.blocMedia {
    /*float : right;*/
    display: inline-block;
    /*min-width:200px;*/
    /*min-height:500px;	*/
    width: 100%;
    padding: 0.6rem;
    background-color: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: justify;
    font-size: 0.9rem;
    color: #000;
    box-sizing: border-box;
    border: 2px dotted #004661;
}


.TitreMedia {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.3rem;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0.8rem;
    background-color: #004661;
    font-weight: normal;
    font-size: 0.95rem;
    text-align: center;
    vertical-align: center;
    color: #ffffff;
    box-sizing: border-box;
}

    .TitreMedia a {
        font-weight: normal;
        font-size: 0.95rem;
        color: #ffffff;
    }

.blocRDV {
	/*float : right;*/
	display: inline-block;
	/*min-width:200px;*/
	/*min-height:500px;	*/
	width: 100%;
	padding: 0.6rem;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: justify;
	font-size: 0.9rem;
	color: #000;
	box-sizing: border-box;
	background-color: #e50051;
}

.blocRDV2 {
	/*float : right;*/
	display: inline-block;
	/*min-width:200px;*/
	/*min-height:500px;	*/
	width: 100%;
	padding: 0.6rem;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: justify;
	font-size: 0.9rem;
	color: #000;
	box-sizing: border-box;
	background-color: #6EC3C1;
}

.blocRDV .a:hover {
		text-decoration: #FFF;
	}

.TitreRDV {
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.3rem;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8rem;
	background-color: #FFF;
	font-weight: normal;
	font-size: 0.95rem;
	text-align: center;
	vertical-align: center;
	color: #e50051;
	box-sizing: border-box;
}


.TitreRDV2 {
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.3rem;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8rem;
	background-color: #FFF;
	font-weight: normal;
	font-size: 0.95rem;
	text-align: center;
	vertical-align: center;
	color: #6EC3C1;
	box-sizing: border-box;
}


.ImageMedia {
	max-width: 100%;
	height: auto;
	display: block;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: none;
}

    .flex-container > div {
        background-color: #f1f1f1;
        width: 6%;
        margin: 0.25rem;
        padding: 0.2rem;
        text-align: center;
    }

@media screen and (max-width: 450px) {
    .flex-container > div {
        background-color: #f1f1f1;
        width: 10%;
    }
}


.pfondvert {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 0.9rem;
    text-decoration: none;
    background-image: none;
    background-color: #006ea8;
    /*background-color:#bcc200;*/
    padding: 7px 5px 7px 5px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: justify;
    box-sizing: border-box;
    height: auto;
}




.boutonNavigation {
    white-space: normal;
    display: inline-block;
    box-sizing: border-box;
    /*padding-left:3px;*/
    background-color: #ccdadf;
    width: 100%;
    text-align: left;
    font-size: 1.0rem;
    font-weight: normal;
    color: #171717;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    /*margin-top:3px;*/
    padding: 0.4rem;
    min-height: 35px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-start;
    /*border-bottom-right-radius:12px;*/
    /*border-left:3px solid #4a7944;*/
    /*border:1px solid #FF0000;*/
}

a.boutonNavigation:link {
	white-space: normal;
	font-size: 1.0rem;
	color: #171717;
	font-weight: normal;
	text-decoration: none;
}

a.boutonNavigation:visited {
    white-space: normal;
    font-size: 1.0rem;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

a.boutonNavigation:hover {
    white-space: normal;
    font-size: 1.0rem;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    /*border:1px solid #FF0000;*/
}

a.boutonNavigation:active {
	white-space: normal;
	font-size: 1.0rem;
	color: #171717;#171717;
	font-weight: normal;
	text-decoration: none;
}


.ItemMenuGauche {
    top: 0px;
    left: 0px;
    margin-left: 0px;
    color: #004661;
    font-weight: 500;
    font-size: 1.0rem;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 5px;
    width: 100%;
    /* border : 1px solid #000000; */
}

a.ItemMenuGauche:link {
    margin-left: 0px;
    color: #8cbb15;
    font-weight: normal;
    text-decoration: none;
    /*border : 1px solid #000000;*/
}

a.ItemMenuGauche:active {
    color: #8cbb15;
    font-weight: normal;
    text-decoration: none;
}

a.ItemMenuGauche:visited {
    text-decoration: none;
    font-weight: normal;
    color: #8cbb15;
    /*border : 1px solid #000000;*/
}

a.ItemMenuGauche:hover {
    color: #8cbb15;
    font-weight: normal;
    /*border : 1px solid #000000;*/
    text-decoration: none;
}

.ZoneTitreDeLaPage {
    position: relative;
    float: none;
    top: 0px;
    left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    font-weight: normal;
    font-size: 1.0rem;
    color: #8cbb15;
    text-align: left;
    /*border : 1px solid #FF0000;*/
}

.ZoneDateDeLaPage {
    position: relative;
    float: none;
    top: 0px;
    left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    font-weight: normal;
    font-style: italic;
    font-size: 0.8rem;
    color: #8cbb15;
    text-align: left;
    min-height: 30px;
    line-height: auto;
    vertical-align: middle;
    /*border : 1px solid #FF0000;*/
}

nav[id^="hautdepage"] {
    text-align: right;
    padding: 1rem 1rem 1rem 1rem;
}

nav[id^="hautdepage"] 
    a {
        font-size: 2rem;
        color: #004661;
    }


#retourSommaire a {
    font-size: 1rem;
    color: #004661;
}

#retourSommaire .fas {
    font-size: 1.6rem;
}

/*.popover {
    max-width: 20rem;
}

.popover-header {
    background: rgba(157, 64, 64, 0.65);
    color: #fff;
}*/

/*-------------------------------------------------------------------------------------*/
/* formatage des photos d'identité pour la partie body du site internet 2019           */
/*-------------------------------------------------------------------------------------*/
.photo {
    width: 14rem;
    float: left;
    margin: auto;
    text-align: center;
    vertical-align: top;
    /*border : 1px solid #ff0000;*/
}

.photoPraticien {
    width: 8rem;
    height: auto;
    float: left;
    margin: none;
    padding: none;
    text-align: left;
    vertical-align: top;
    /*border : 1px solid #ff0000;*/
}

.photoIdentite {
    width: 14rem;
    float: none;
    margin: auto;
    text-align: center;
    vertical-align: top;
}

/*-------------------------------------------------------------------------------------*/
/* dimensionnement des zones en fonction du média                                      */
/*-------------------------------------------------------------------------------------*/

@media screen and (max-width: 575px) {
    .ItemMenuGauche {
        font-size: 0.8rem;
    }

    .ZoneTitreDeLaPage {
        font-size: 0.8rem;
    }

    .ZoneDateDeLaPage {
        font-size: 0.8rem;
    }

    .blocMedia img {
        /*display : none;*/
    }

    .photo {
        width: 11rem;
        float: left;
        margin: auto;
        text-align: center;
        vertical-align: top;
    }

    .photoIdentite {
        width: 16rem;
        float: none;
        margin: auto;
        text-align: center;
        vertical-align: top;
    }
}


/*-------------------------------------------------------------------------------------*/
/* définition de la classe card navigation dans la partie body du site internet 2019   */
/*-------------------------------------------------------------------------------------*/
#navigation .card {
    /*box-shadow: 0px 0.3rem 0.3rem 0px rgba(0, 0, 0, 0.25);*/
    /*border-bottom-right-radius: 12px;*/
    font-weight: normal;
    font-size: 0.9rem;
    text-align: left;
}

#navigation .card-body {
    background-color: #FFFFFF;
    padding: 0.8rem;
    font-weight: normal;
    border-bottom-right-radius: 12px;
}

    #navigation .card-body .a, .card-body a {
        color: #006699;
        font-weight: normal;
        font-size: 0.9rem;
    }

		#navigation .card-body .a:hover, .card-body a:hover {
			color: #e50051;
			/*text-shadow: 1px 1px 2px gray;*/
			font-size: 0.9rem;
			text-decoration: underline;
			text-decoration-color: #e50051;
			transition: all 0.3s ease-in;
		}

		#navigation .card-body .a:active, .card-body a:active {
			color: #006699;
			/*text-shadow: 1px 1px 2px gray;*/
			font-size: 0.9rem;
		}


/*-------------------------------------------------------------------------------------*/
/* définition aspect popover pour la partie body du site internet 2019                 */
/*-------------------------------------------------------------------------------------*/

.popover {
    max-width: 10rem;
}

.popover-header {
    background: rgba(157, 64, 64, 0.65);
    color: #fff;
}


.popover-header {
    background: rgba(157, 64, 64, 0.65);
    color: #fff;
}

/*-------------------------------------------------------------------------------------*/
/* lien rubrique plan ? à vérifier pour la partie body du site internet 2019           */
/*-------------------------------------------------------------------------------------*/

.LienRubriquePlan {
    position: relative;
    font-family: Calibri;
    top: 0px;
    margin-top: 2px;
    margin-left: 10px;
    padding-left: 0px;
    padding-top: 0px;
    background-image: none;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    color: #009ee0;
    /*color : #003477;*/
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    height: auto;
    display: block;
    overflow: hidden;
    box-sizing: padding-box;
    /*border : 1px solid #ff0000;*/
}

a.LienRubriquePlan:link {
    position: relative;
    font-family: Calibri;
    background-image: none; /*url(/Images/FlecheLienUrl.gif);*/
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    color: #009ee0;
    /*color : #003477;*/
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    height: auto;
    display: block;
    overflow: hidden;
    box-sizing: padding-box;
    /*border : 1px solid #ff0000;*/
}

a.LienRubriquePlan:active {
    top: 0px;
    margin-top: 2px;
    margin-left: 10px;
    padding-top: 0px;
    color: #009ee0;
    /*color : #003477;*/
    font-weight: bold;
    background-image: none; /*url(/Images/FlecheLienUrl.gif);*/
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    font-size: 14px;
    box-sizing: padding-box;
    text-decoration: none;
}

a.LienRubriquePlan:visited {
    top: 0px;
    margin-top: 2px;
    margin-left: 10px;
    color: #009ee0;
    /*color : #003477;*/
    font-weight: bold;
    font-size: 14px;
    background-image: none; /*url(/Images/FlecheLienUrl.gif);*/
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

a.LienRubriquePlan:hover {
    margin-top: 2px;
    margin-left: 10px;
    color: #f59d00;
    font-weight: bold;
    font-size: 14px;
    background-image: none; /*url(/Images/FlecheLienUrl.gif);*/
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.ContenuItemPlan > img {
    display: inline;
    float: right;
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 0px;
}

.Tabulation {
    position: relative;
    float: none;
    font-family: Calibri;
    box-sizing: padding-box;
    top: 0px;
    padding-left: 20px;
    padding-top: 0px;
    background-image: none;
    background-color: none;
    height: auto;
    display: block;
    /*border : 1px solid #ff0000;*/
}

.LienPoint {
    position: relative;
    float: none;
    font-family: Calibri;
    top: 0px;
    margin-top: 2px;
    padding-left: 12px;
    padding-top: 0px;
    background-image: url(/Images/PuceCarre.gif);
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    color: #009ee0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    height: auto;
    display: block;
    overflow: visible;
    box-sizing: padding-box;
    text-align: left;
    /*border : 1px solid #ff0000;*/
}

a.LienPoint:link {
    position: relative;
    font-family: Calibri;
    top: 0px;
    background-image: url(/Images/PuceCarre.gif);
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    color: #009ee0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    display: block;
    box-sizing: padding-box;
    /*border : 1px solid #ff0000;*/
}

a.LienPoint:active {
    top: 0px;
    margin-top: 2px;
    padding-left: 12px;
    padding-top: 0px;
    color: #009ee0;
    font-weight: bold;
    background-image: url(/Images/PuceCarre.gif);
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    box-sizing: padding-box;
    text-decoration: none;
}

a.LienPoint:visited {
    top: 0px;
    margin-top: 2px;
    padding-top: 0px;
    color: #009ee0;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    background-image: url(/Images/PuceCarre.gif);
    /*background-color:#FFFFFF;*/
    background-position: 0px 5px;
    background-repeat: no-repeat;
    text-decoration: none;
}

@media (min-width: 768px) {
    .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 20px;
    }

    .sousWrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        padding:2rem; 
    }

    .actu {
        margin-right: 30px;
    }

    @supports (grid-column-gap: 20px) {
        .sousWrapper {
            grid-column-gap: 20px;
        }

            .sousWrapper > div {
                background-color: #fafafa;
                padding: 10px;
            }

        .actu {
            margin-right: 0;
            margin-bottom: 0;
        }
    }
}
