﻿/*----------------------------------------------------------------*/
/* feuille de style globale du site internet 2019                 */
/*----------------------------------------------------------------*/

body {
    background: #fff;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    overflow-x: hidden;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
    -webkit-font-smoothing: antialiased !important;
}

.container {
	/*border:  1px solid #ffff00;*/
	
}
a {
    font-size: 0.9rem;
    text-decoration: none;
    color: #017bff;
    font-weight: 500;
	transition: all 0.3s ease-in;
}

    a:focus,
    a:active {
        outline: medium none;
        text-decoration: none;
    }

    a:hover {
		outline: medium none;
        text-decoration: none;
        transition: all 0.3s ease-in;
		text-decoration:underline #0056b3;
		/*border:  1px solid #ffff00;*/
    }

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, 
h5, .h5,
h6, .h6,
p {
    font-weight: normal;
	margin: 0;
  }

p {
    font-size: 0.9rem;
    text-align: justify;
    display: block;
}

b, .b {
    font-weight: 600;
}

h1, .h1 {
    text-shadow: 1px 1px 2px gray;
    color: #006ea8;
    font-size: 2.2rem;
    margin-bottom: 1rem;

}

.TitreChu {
    text-shadow: 1px 1px 2px gray;
    color: #FFFFFF;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    padding-left:2rem;
}

h2, .h2 {
    text-shadow: 1px 1px 2px gray;
    font-size: 2rem;
    color: #000000;
}

h2, .h2::after {
        content: "";
        background-image: url(/Images/Slash.svg);
        background-size: 100% 100%;
        display: inline-block;
        /*size of your image*/
        height: 5rem;
        width: 3rem;
        /*if you want to change the position you can use margins or:*/
        position: relative;
        top: 2rem;
        left: -1rem;
    }

h3, .h3 {
    text-shadow: 1px 1px 2px gray;
    font-size: 1.75rem;
    color: #e84e0f;
}

h4, .h4 {
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px grey;
    color: #E50051;
}

h5, .h5 {
    font-size: 1.25rem;
    text-shadow: 1px 1px 2px grey;
    color: #aa1480;
}

h6, .h6 {
    font-size: 1rem;
    text-shadow: 1px 1px 2px grey;
    color: #003477;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
nav, .nav {
	text-align: left;
}

.white {
	color:#ffffff;
}		

/*hr {
    border-bottom: 1px dotted #8cbb15;
}*/

/*----------------------------------------------------------------*/
/* traitement des polices fonte awesome 5 free                    */
/*----------------------------------------------------------------*/

.fontawesome {
    font-size: 1.0rem;
    vertical-align: middle;
}

.Pdf::before {
    font-size: 1.0rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    font-weight: 600;
    padding-right: 0.4rem;
}


.Pdf_Apres::after {
    font-size: 1.0rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    font-weight: 600;
    padding-left: 0.3rem;
}


.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.Telephone::before {
    font-size: 0.9rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    padding-right: 0.4rem;
}

.Mobile::before {
    font-size: 0.9rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3cd";
    padding-right: 0.4rem;
}

.Mail::before {
    font-size: 0.9rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    color: #017bff;
	
    padding-right: 0.4rem;
}
.Mail {
	text-align: left;
}

.Courrier::before {
        font-size: 0.9rem;
        vertical-align: baseline;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0e0";
        color: #000;
        padding-right: 0.4rem;
    }

.Courrier {
    text-align: left;
}

.Fax::before {
    font-size: 0.9rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ac";
    padding-right: 0.4rem;
}


.Fleche::before {
    font-size: 1.0rem;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f061";
    padding-right: 0.4rem;
}

.Video::before {
    font-size: 1.0rem;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f03d";
    padding-right: 0.4rem;
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 1.8rem;
    }

    h2, .h2 {
        font-size: 1.60rem;
    }

    h3, .h3 {
        font-size: 1.30rem;
    }

    h4, .h4 {
        font-size: 1.2rem;
    }

    h5, .h5 {
        font-size: 1.10rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}


@media screen and (max-width: 450px) {
    h1, .h1 {
        font-size: 1.6rem;
    }

    h2, .h2 {
        font-size: 1.3rem;
    }

    h3, .h3 {
        font-size: 1.2rem;
    }

    h4, .h4 {
        font-size: 1.15rem;
    }

    h5, .h5 {
        font-size: 1.10rem;
    }

    h6, .h6 {
        font-size: 1.0rem;
    }
}

.Hospitalite {
    color: #006ea8;
    font-weight: 400;
}

.Audace {
    color: #e84e0f;
    font-weight: 400;
}

.Partage {
    color: #357b47;
    font-weight: 400;
}

.Excellence {
    color: #aa1480;
    font-weight: 400;
}

.RectangleFondBleu {
    position: relative;
    background-repeat: no-repeat;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
	background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 13rem;
	height: auto;
    color: #ffff;
	text-shadow: -1px 2px 2px #000;
    font-weight: normal;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    opacity: 0.8;
    padding: 1rem;
    background-color: #F6F6F4;
    /* border-right:1px solid #58c1d9; */
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
    border-bottom: 1px solid #aa1480;
}


.PuceCarre {
    position: relative;
    left: 10px;
    padding-left: 16px;
    padding-right: 2px;
    padding-top: 0px;
    background-image: none;
    background-position: 3px 2px;
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    text-align: left;
    display: block;
    /*border : 1px solid #ff0000;*/
}

    .PuceCarre:before {
        padding-left: 1.5rem;
        display: inline-block;
        content: "<i class='fa fa-brain' aria-hidden='true' style='vertical-align:middle;'></i>&nbsp;";
    }

/*input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}*/

.container {
    background-color: white;
}


html,
body {
    height: 100%;
}

/*----------------------------------------------------------------*/
/* à vérifier mais non concerné pour l'instant ....               */
/*----------------------------------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #8824cd;
    border: none;
    border-radius: 30px;
    padding: 0 40px;
    font-size: 0.9rem;
    line-height: 3;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.23) inset;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #e7526b;
        border: none;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.23) inset;
    }

.btn-light {
    color: #d54c63;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0 40px;
    font-size: 0.9rem;
    line-height: 3;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.23) inset;
}

    .btn-light:hover {
        color: #fff;
        background-color: #8824cd;
        border: none;
    }

    .btn-light.focus,
    .btn-light:focus {
        box-shadow: 0px 4px 11px 0px rgba(255, 255, 255, 0.23) inset;
    }



div[id^="BtRechercheClinique"] a[aria-expanded="false"]:before {
    font-size: 1.0rem;
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 600;
    padding-left: 0rem;
}

div[id^="BtRechercheClinique"] a[aria-expanded="true"]:before {
    font-size: 1.0rem;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    padding-left: 0rem;
}

div[id^="BtCilO"] a[aria-expanded="false"]:before {
    font-size: 1.0rem;
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 600;
    padding-left: 0rem;
}

div[id^="BtCilO"] a[aria-expanded="true"]:before {
    font-size: 1.0rem;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    padding-left: 0rem;
}


@media print {
    .modal-content {
        border: none;
    }

    .modal-header,
    .modal-footer {
        display: none;
    }

    body {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    }
}
