@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2x098y');
    src: url('../fonts/icomoon.eot?2x098y#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?2x098y') format('truetype'),
        url('../fonts/icomoon.woff?2x098y') format('woff'),
        url('../fonts/icomoon.svg?2x098y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS RESET ======================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* FIN CSS RESET =============================================================== */

body {
    font-size: 0.625em;
    color: #222;
    background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    overflow-x: hidden;
}


header {
    position: relative;
    height: 85vh;
    min-height: 650px;
    width: 100%;
    background: url(../images/header.jpg);
    background-size: cover
}

header:after {
    background: #000;
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

header #logo img {
    position: absolute;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    top: 50%;
    margin-top: -100px;
    z-index: 1;
}

header.intern {
    height: 300px;
    min-height: 0px;
    background-position: 0% 15%
}

header.intern #logo img {
    position: absolute;
    left: 50%;
    width: 275px;
    top: 50%;
    margin: -25px 0 0 -585px;
    z-index: 1;
}

#menu {
    background: #c41230;
    min-height: 100px;
    text-align: center;
    top: 0px;
    bottom: auto;
    z-index: 1;
    position: relative;
}

#menu li,
#menu li a {
    display: inline-block;
    float: none !important;
    list-style: none;
    background: transparent;
    margin: 0px;
    padding: 0px;
}

#menu .nav>li>a {
    display: inline-block;
    padding: 0 20px;
    line-height: 100px;
    margin: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 1.8em;
    text-transform: uppercase;
}

.navbar-nav,
.navbar {
    float: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

#menu li a:hover,
#menu li.active a {
    background: #4e504b;
}

.text {
    font-size: 1.7em;
    line-height: 140%
}

.accueil {
    font-size: 1.5em;
    line-height: 140%
}

article {
    padding: 50px 0;
}

article h1 {
    font-size: 2em;
    line-height: 120%;
    font-weight: bold;
    color: #c41230;
    text-transform: uppercase;
    margin-bottom: 25px;
}

article h2 {
    font-size: 1.5em;
    line-height: 120%;
    font-weight: 500;
    color: #4e504b;
    margin-bottom: 10px;
}

article h3 {
    font-size: 1.25em;
    line-height: 120%;
    font-weight: 400;
    color: #c41230;
    margin-bottom: 5px;
}

article h4 {
    color: #591952;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 120%;
}

article hr {
    border-color: #ddd;
    clear: both;
    margin: 30px 0;
}

article p,
#clinique p {
    margin: 0 0 20px 0;
    line-height: 140%
}

article ul,
#clinique .custom div ul {
    list-style-type: disc;
    margin: 10px 0px 25px 35px;
}

article ol {
    list-style-type: decimal;
    margin: 10px 0px 25px 35px;
}

article em {
    font-style: italic;
}

article li {
    padding: 3px 0;
    line-height: 140%
}

article strong,
strong {
    font-weight: bold
}

article img {
    max-width: 100%
}

article table {
    width: 100%;
    border: 1px solid #999;
    border-collapse: collapse;
    margin: 20px 0;
}

article td {
    border: 1px solid #999;
    padding: 5px;
}

article th {
    background: #1369bf;
    color: #fff;
    padding: 10px;
    text-align: center;
}

article th a {
    color: #fff;
}

article a {
    font-weight: 600;
    color: #c41230;
    text-decoration: underline;
}

article a:hover {
    color: #4e504b
}

article img.image_gauche {
    float: left;
    margin: 0 30px 30px 0;
}

article img.image_droite {
    float: right;
    margin: 0 0px 30px 30px;
}

.accueil h3,
.accueil h1 {
    color: #c41230;
    font-size: 1.75em;
    line-height: 125%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.accueil #coordonnees h3 {
   /* color: #fff*/
}

#coordonnees a {
    /*color: #fff;*/
    text-decoration: underline;
}

#coordonnees span {
    display: inline-block;
    max-width: 340px;
}

#coordonnees .icons {
    font-size: 25px;
    color: #91782b;
    vertical-align: top;
    margin: 0px 10px 0px 0
}

#coordonnees li {
    list-style-type: none;
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 00;
}

.coordonnes_list {
    font-size: 0.9em
}

.coordonnes_list .icons {
    font-size: 25px;
    vertical-align: top;
    margin: 0px 10px 0px 0
}

.coordonnes_list li {
    list-style-type: none;
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 00;
}

.coordonnes_list ul {
    margin: 25px 0;
}

.coordonnes_list span {
    display: inline-block;
    max-width: 350px;
}

#note {
    clear: both;
    text-align: center;
    padding: 40px 0;
}

#coordonnees {
    background: #edb834;
    color: #fff;
    padding: 0;
    font-size: 0.95em;
    line-height: 150%
}

#clinique {
    background: url(../images/la-clinique.png) center center;
    font-size: 1.1em;
    line-height: 140%;
    background-size: cover;
    padding: 75px 0;
    min-height: 400px;
}

#avantages {
    padding: 50px 0;
    background: #4e504b;
    color: #fff;
    text-align: center;
}

#avantages li {
    list-style-type: none
}

#avantages li span.pastille {
    background: #fff;
    display: inline-block;
    margin: 20px auto;
    border-radius: 50%;
    padding: 20px;
    overflow: hidden;
}

#avantages li span span {
    font-size: 60px;
    color: #c41230;
    display: block;
}

#avantages h3 {
    color: #EDB834;
}

#avantages li h3 {
    line-height: 115%;
    font-size: 1.35em;
    margin-bottom: 15px
}

#avantages a {
    color: #EDB834;
    font-weight: bold;
    text-decoration: underline;
}

#avantages a:hover {
    text-decoration: none
}

.end {
    clear: both;
}

#clinique .custom div {
    padding: 50px 50px 50px 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.87) 47%, rgba(255, 255, 255, 0.87) 48%, rgba(255, 255, 255, 0.51) 60%, rgba(255, 255, 255, 0) 77%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.87) 47%, rgba(255, 255, 255, 0.87) 48%, rgba(255, 255, 255, 0.51) 60%, rgba(255, 255, 255, 0) 77%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.87) 47%, rgba(255, 255, 255, 0.87) 48%, rgba(255, 255, 255, 0.51) 60%, rgba(255, 255, 255, 0) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deffffff', endColorstr='#00ffffff', GradientType=1);
}

#clinique .custom li {
    padding: 5px 0
}

.intern #coordonnees * {
    text-align: center !important;
    font-weight: bold;
}

.intern .equipe img {
    width: 100%;
}

.intern .equipe {
    margin: 0px;
    clear: both;
}

.intern .equipe li div {
    height: 225px;
    width: 225px;
    margin: 30px auto 20px auto;
    overflow: hidden;
    display: block;
    border-radius: 50%
}

.intern .equipe li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 24%;
    display: inline-block;
    text-align: center;
}

.photo-rimouski {
    background: url(../images/rimouski.png) center center;
    background-size: cover;
    width: 50%;
    margin-top: 40px;
    float: left;
    height: 200px;
}

.photo-matane {
    background: url(../images/matane.png) center center;
    background-size: cover;
    width: 50%;
    margin-top: 40px;
    float: left;
    height: 200px;
}

#services {
    padding: 100px 0;
}

#services .container {
    position: relative;
}

#services ul {
    max-width: 430px;
    margin: 30px 0 0 0;
}

#services li {
    display: block;
    line-height: 50px;
    background: #f0f0f0;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 1.25em
}

#services li span {
    display: block;
    float: left;
    background: red;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    border-right: 3px solid #fff;
    margin: 0 15px 0 0;
}

#services li.n span {
    background: #4e504b
}

#services li.r span {
    background: #c41230
}

#services li.j span {
    background: #EDB834
}

#services img {
    width: 550px;
    position: absolute;
    bottom: -100px;
    right: 0px;
    z-index: -1;
}


.list-picto {
    list-style-type: none;
    padding: 50px 0px;
    margin: 50px 0 50px 0;
    border-bottom: 1px solid #C41230;
    border-top: 1px solid #C41230;
}

.list-picto li {
    display: inline-block;
    width: 24.5%;
    padding: 0 20px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    font-weight: 300;
}

.list-picto li span {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 60px;
    color: #C41230;
}

#services-list .row {
    padding: 30px 0;
}

iframe {
    width: 100%;
    margin: 0 0 50px 0;
    height: 300px;
}

footer img {
    vertical-align: middle !important;
}

footer {
    background: #c41230;
    color: #fff;
    padding: 30px 0;
    font-size: 1.4em;
    line-height: 130%;
    font-weight: 300
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

.content-links,
.chrono_credits,
.actions {
    display: none !important
}

/*PAGINATION*/
div.pagination {
    margin: 20px 0 0px 0;
    display: block;
    clear: both;
    padding: 20px 0 40px 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li span,
.pagination li a {
    padding: 5px 10px;
    margin: 5px;
}

.pagination li span {
    background: #FDC04B;
    border-radius: 50%
}

.page-Prev,
.page-Next {
    display: none !important;
}

.pagination .counter {
    display: block;
    clear: both;
    height: 30px
}

.chronoform {
    margin-bottom: 40px
}

.chronoform label {
    font-weight: 500;
    margin: 10px 0 5px 0;
}

.chronoform textarea {
    max-width: 260px;
    min-height: 120px
}

.chronoform input,
.chronoform textarea {
    padding: 5px;
    border: 1px solid #ccc;
    width: 100% !important;
    max-width: 100% !important
}

.chronoform #button5 {
    max-width: 100px !important;
    margin: 10px 0;
    display: block;
    border: 1px solid #c41230;
    background: #c41230;
    padding: 10px 10px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.chronoform #button5:hover {
    background: #fff;
    color: #c41230;
}



[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bilan:before {
    content: "\e900";
}

.icon-sanguin:before {
    content: "\e902";
}

.icon-tests:before {
    content: "\e903";
}

.icon-flexibilite:before {
    content: "\e904";
}

.icon-humain:before {
    content: "\e905";
}

.icon-services:before {
    content: "\e906";
}

.icon-tel:before {
    content: "\e907";
}

.icon-courriel:before {
    content: "\e908";
}

.icon-horaire:before {
    content: "\e909";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-wallet:before {
    content: "\e90d";
}

.icon-home2:before {
    content: "\e913";
}

.icon-phone:before {
    content: "\e90a";
}

.icon-location:before {
    content: "\e901";
}

.icon-calendar:before {
    content: "\e90b";
}

.icon-facebook2:before {
    content: "\e90c";
}


/* EXTRA Small devices (tablets, 768px and up) */


@media (max-width: 767px) {
    header nav {
        position: relative;
        z-index: 100000;
        background: #c41230;
        display: block;
        clear: both;
    }

    #menu {
        min-height: 50px;
        position: relative;
        z-index: 100000;
    }

    #menu #mainmenu ul.nav {
        float: none
    }

    #menu .nav>li>a {
        line-height: 25px;
        padding: 10px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #e57285;
    }

    #menu #mainmenu ul.nav>li {
        display: block;
    }

    .navbar-toggle {
        font-size: 1.7em;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0px;
        display: block;
        color: #fff;
        text-transform: uppercase;
        line-height: 50px
    }

    #coordonnees span {
        display: inline-block;
        max-width: 250px;
    }

    .intern .equipe li div {
        height: 200px;
        width: 200px;
        margin: 30px auto 20px auto;
        overflow: hidden;
        display: block;
        border-radius: 50%
    }

    .intern .equipe li {
        list-style-type: none;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-width: 275px;
        display: inline-block;
        text-align: center;
    }

    header {
        position: relative;
        height: 25vh;
        min-height: 350px;
        width: 100%;
        background: url(../images/header.png) center center;
        background-size: cover
    }

    header #logo img {
        position: absolute;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        top: 50%;
        margin-top: -75px;
        z-index: 1;
    }

    header:after {
        opacity: 0.5;
    }

    #services img {
        width: 100%;
        position: relative;
        bottom: -105px;
    }

    #clinique {
        position: relative;
    }

    #clinique .custom div {
        background: transparent;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        max-width: 400px;
    }

    #clinique:after {
        background: #fff;
        opacity: 0.6;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    #coordonnees .col-sm-6+.col-sm-6 {
        padding-top: 40px;
    }

    #coordonnees .col-sm-6 {
        margin: 0 auto;
        max-width: 320px;
    }

    footer * {
        text-align: center !important;
    }

    article img.image_gauche,
    article img.image_droite {
        float: none;
        display: block;
        margin: 0 auto 30px auto;
        height: auto !important;
    }

    iframe {
        width: auto;
        margin: 0 20px 50px 20px;
        height: 300px;
    }

    header.intern #logo img {
        position: absolute;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        top: 50%;
        margin-top: -50px;
        z-index: 1;
    }

    #services-list .row .image img {
        margin: 0 auto 60px auto;
        display: block;
    }

    .list-picto li {
        width: 49.5%;
        padding: 20px;
    }


}

@media (max-width: 480px) {
    .coordonnes_list span {
        display: inline-block;
        max-width: 280px;
    }

    .list-picto li {
        width: 100%;
        padding: 20px;
    }


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    #coordonnees span {
        display: inline-block;
        max-width: 270px;
    }

    .intern .equipe li div {
        height: 200px;
        width: 200px;
        margin: 30px auto 20px auto;
        overflow: hidden;
        display: block;
        border-radius: 50%
    }

    .intern .equipe li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 32%;
        display: inline-block;
        text-align: center;
    }

    #menu .nav>li>a {
        display: inline-block;
        padding: 0 14px;
        line-height: 75px;
        margin: 0px;
        color: #fff;
        font-weight: 300;
        font-size: 1.6em;
        text-transform: uppercase;
    }

    #menu {
        min-height: 75px;
        position: relative;
        z-index: 100000;
    }

    article img.image_gauche,
    article img.image_droite {
        float: none;
        display: block;
        margin: 0 auto 30px auto;
        height: auto !important;
    }

    header.intern #logo img {
        position: absolute;
        left: 50%;
        width: 225px;
        top: 50%;
        margin: -25px 0 0 -375px;
        z-index: 1;
    }

    #services-list .row .image img {
        margin: 0 auto 60px auto;
        display: block;
    }

    footer * {
        text-align: center !important;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .intern .equipe li div {
        height: 200px;
        width: 200px;
        margin: 30px auto 20px auto;
        overflow: hidden;
        display: block;
        border-radius: 50%
    }

    header.intern #logo img {
        position: absolute;
        left: 50%;
        width: 275px;
        top: 50%;
        margin: -25px 0 0 -490px;
        z-index: 1;
    }


}


#photo-rimouski-om {
    background-color: white;
    background-image: url(/templates/sangdelai/images/rimouski.png);
    min-height: 388px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 603px;
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    #photo-rimouski-om {
        /*border: 1px solid blue;*/
        width: 100%;
    }
}

@media (min-width: 992px) {
    #photo-rimouski-om {
        /*border: 1px solid red;*/
    }
}

.conteneur-riki {
    padding-top: 20px;

}
.conteneur-riki p,
.conteneur-riki a,
.conteneur-riki li,
.conteneur-riki h3{
    color:rgb(31, 31, 31);
    font-weight: 500;
}

.rimouski-notfront {
    padding: 10px 0 10px 0;
    @media (min-width: 992px) {
        margin-top:160px;
    }
}
.rimouski-notfront h4,
.rimouski-notfront a{
    color:rgb(31, 31, 31);
    font-weight: 500;
}


.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.flex-center{
    display: flex;
    justify-content: center;
}
