body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    background: #FFF;
}
h1 {
    font-family: "Sans-Pro", sans-serif;
    font-size: 3.3em;
    font-weight: bold;
    color:#503480;
    letter-spacing: .03em;
    word-spacing: .06em;
    margin-bottom: 1rem;
}
h2 {
    font-family: "Sans-Pro", sans-serif;
    font-size: 2em;
    font-weight: bold;
    color:#503480;
    word-spacing: .06em;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.8em;
    font-weight: bold;
    color:#503480;
    word-spacing: .06em;
    margin-bottom: 1rem;
}
h4 {
    font-family: "Sans-Pro", sans-serif;
    font-size: 1.4em;
    color:#503480;
    text-transform: uppercase;
    letter-spacing: .03em;
    word-spacing: .2em;
}
h6{
    font-weight: normal;
    font-size: 1.1em;
    color:#ff9000;
    letter-spacing: .02em;
    word-spacing: .1em;
    margin-bottom: 1rem;
}
a.waves-effect, a.waves-light {
    display: inline-block !important;
}
.btn-fonce {
    background-color: #ff9900;
    color: #FFF;
}
.btn-fonce:hover {
    background-color: #fff;
    color: #ff9000 !important;
}
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 49, 0.589);
}
.btn {
    margin: 5px .375rem;
    padding: .6rem 1.5rem;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: .125rem;
    -webkit-border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.view, .view .mask, .waves-effect {
    overflow: hidden;
}
.btn-collapse {
    font-size: 1.2rem;
    font-weight: normal;
    color: #FF9000 !important;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    white-space: normal;
    word-wrap: break-word;

    -webkit-transition: color .15s ease-in-out,color;
    -o-transition: color .15s ease-in-out,color ;
    transition: color .15s ease-in-out,color ;
    transition: color .15s ease-in-out,color ;
}
.btn-collapse:hover {
    color: #503480 !important;
}
.hero-warp {
    position: inherit;
    background-repeat: no-repeat; 
    background-size: cover; 
}
.hero-warp-2 {
    height: 100vh;
}
.hero-warp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .35;
    height: 100vh;
    background: #4e3f84;
}
.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .65;
    background: #4e3f84;
}
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}
.ftco-section a{
    color: #000;
    text-decoration: none;
}
/* ----------------------
    2. NAVIGATION
---------------------- */
nav{
    font-family: "Sans-Pro", sans-serif;
    z-index: 1000;
    text-transform: uppercase;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0, 0, 0, .2);
}
nav .navbar-brand img{
    width: 125px;
    float: left;
}
nav .navbar-collapse {
    margin-right: 15px; 
}
nav .navbar-collapse ul {
    padding-bottom:10px; 
}
nav ul a {
    font-size: .81rem;
    letter-spacing: 1.6px;
}
.bg-light {
    position: fixed;
    width: 100%;
    background-color: #f5f5f5!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
nav .nav-item:hover::after {
    width: 100%;
    transition: width .3s;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9900;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff9900;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ff9900;
}
nav .nav-item.active::after {
    width: 100%;
    transition: width .3s;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ff9900;
    background-color: #f5f5f5;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: .2rem;
    padding-left: .2rem;
}
nav .btn {
    font-size: 0.81rem;
}
nav .btn-fonce {
    background-color: #ff9900d2;
}
.dropdown-menu {
    font-size: 1rem;
    color: #000000;
    background-color: #f5f5f5!important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ff9900;
    background-color: #f5f5f5;
}
/* ----------------------
    3. HOME
---------------------- */
.title span {
    font-size: 2.3em;
    color:#503480;
    letter-spacing: .05em;
    word-spacing: .13em;
}
.down {
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%,50%);
}
.down span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #ff9000;
    border-right: 3px solid #ff9000;
    transform: rotate(45deg);
    margin:-10px;
    animation: down 2s infinite;
}
.down span:nth-child(2) {
    animation-delay: -0.2s;
}
.down span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes down {
    0% {
        opacity:0;
        transform: rotate(45deg) translate(-20px, -20px); 
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
/* ----------------------
    4. CONTENU
---------------------- */
.ftco-services {
    padding: 0 0 5em 0;
}
.ftco-services .services {
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #2f89fc;
}
.ftco-services a {
    display: block;
}
.ftco-services .btn {
    padding: 1rem 1.5rem;
}
.ftco-intro {
    margin: 3em 0;
    padding: 4em 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    color: #503480;
}
.ftco-intro h2 {
    color: #FFF;
}
.ftco-no-pb {
    padding-bottom: 0; 
}
.ftco-no-pb .wrap-about a{
    cursor: pointer;
    color: #ff9000  !important;
}
.ftco-no-pb .wrap-about a:hover {
    text-decoration: underline;
}
.ftco-no-pb .wrap-about hr {
    width: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid #ff9000;
}
/* ----------------------
    5. CAROUSEL
---------------------- */
.partners {
    padding: 30px 0;
}
.partners .owl-carousel {
padding: 30px 15px;
}
.partner-logo {
    z-index: 100000;
}
/* ----------------------
    6. MALADIES
---------------------- */
.pathologies .text h4 {
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.pathologies:hover .text h4, .pathologies:focus .text h4 {
    color: #ff9000; 
}
/* ----------------------
    7. ÉQUIPE
---------------------- */
.team {
    overflow: hidden;
    margin-bottom: 30px;
}
.team .img-wrap {
    height: 300px; 
}
.team .img {
    width: 100%;
    display: block; 
}
.team .text .faded {
    opacity: 1; 
}
.team:hover .ftco-contact, .team:focus .ftco-contact {
    opacity: 1;
}
.team:hover .text h4, .team:focus .text h4 {
    color: #ff9000; 
}

.team .ftco-contact {
    position: absolute;
    margin: 30px 23.5%;
    padding: 0;
    top: -30px;
    left: 0;
    right: 0;
    height: 300px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.541);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team:hover .ftco-contact, .team:focus .ftco-contact {
    opacity: 1;
}
/* ----------------------
    8. CARD
---------------------- */
.accordion > .card {
    margin: 35px 0;
}
/* ----------------------
    9. FORM
---------------------- */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffc881;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 177, 0, 0.25)
}
/* ----------------------
    10. FOOTER
---------------------- */
footer {
    font-size: 16px;
    background-color: #9185B7
}
.ftco-footer-widget img {
    padding: 15px;
    width: 100%;
    align-items: center;
}
.ftco-footer-widget h2 {
    color: #683480;
}
.ftco-footer-widget a {
    text-decoration: none;
    color: #FFF;
}
.ftco-footer-widget a:hover {
    color: #582a6d
}
.Gmap {
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    height: 100%;
}
/* ----------------------
    11. CHARTS
---------------------- */

#columnchart_material, #barchart_material {
    width: 600px;
    height: 300px;
    position: relative;
}
#linechart_material {
    width: 600px;
    height: 300px;
    position: relative;
}
#piechart {
    width: 500px;
    height: 300px;
    position: relative;
}

#chart1, #chart2, #chart3, #chart4 {
    width: 600px;
    height: 300px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .first-col-footer {
    text-align:center !important; 
       }
    #piechart {
        margin-left: -280px !important;
        overflow: visible;
    }
}

@media only screen and (min-width: 1024px) {

    #piechart {
        margin-left: -250px !important;
        overflow: visible;
    }
}

@media only screen and (max-width: 767.99px) {

    #piechart {
        margin-left: -250px !important;
        overflow: visible;
    }
}

.title-home span {
    color: #fff;
}
.title-home h1 {
    color: #fff;
}

.lngChoice {
    background: none;
    border: none;
    margin-top: 7px;
}