@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* <<<<<<<<<<<<<*** TYPOGRAPHIE ***>>>>>>>>>>>>>>>>> */

*, p, ul {
    font-family: 'PT Sans', sans-serif;
    color: #323f46;
}

.accent {
    font-family: 'Bebas Neue', cursive;
}

.bleu {
    color: #23a3e0;
}

.blanc {
    color: #fff;
}

h1 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 1.2em;
}

h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
}

h3.noir {
    color: #323f46;
}

p {
    padding-left: 1rem;
    padding-right: 1rem;
}

p.pIntro {
    font-size: 1.2rem;
}

a {
    color: #23a3e0;
    font-weight: 700;
    transition: all .2s ease;
}

a:hover {
    text-decoration: none;
    color: #323f46;
}

ul {
    list-style: none;
    padding-left: 0;
}

@media (min-width: 992px) {
    h1 {
        font-size: 1.6em;
        color: #23a3e0;
    }

    p {
        padding-left: 0;
        padding-right: 0;
    }
}


/* <<<<<<<<<<<<<*** GÉNÉRAL ***>>>>>>>>>>>>>>>>> */

.desktop, .desktopFlex, .desktopGrand, .desktopPetitFlex {
    display: none;
}

button, a.btn {
    border-radius: .875rem;
    border: 0;
    padding: 1rem 1.5rem;
}

figure.logo {
    position: relative;
    display: inline-block;
    width: auto;
}

.logo img {
    width: 120px;
}

.mc {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .05rem;
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 2;
}

.mcCustom {
    bottom: 1rem;
}

@media (min-width: 768px) {
    .desktop {
        display: block;
    }
    .desktopPetitFlex {
        display: flex;
    }
    .mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .desktopGrand {
        display: block;
    }
    .desktopFlex {
        display: flex;
    }
    .tablette {
        display: none;
    }

    .logo img {
        width: 160px;
    }
}c

/* <<<<<<<<<<<<<*** NAVIGATION ***>>>>>>>>>>>>>>>>> */

.navbar {
    z-index: 100;
    overflow-y: visible;
    height: 0;
    padding-top: .5rem;
    padding-bottom: 0;
}

.navbar-brand {
    position: relative;
    top: 0.75rem;
}

.navbar-nav {
    padding-top: .25rem;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
}

.navbar .nav-link {
    font-weight: bold;
    background-color: #fff;
    padding-right: 3rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    transition: all .2s ease;
}

.navbar .nav-link:hover {
    background-color: #323f46;
    color: #fff;
}

.active .nav-link, .navbar .active .nav-link {
    background-color: #323f46;
    padding-right: 4rem;
    min-width: 180px;
    color: #fff;
    cursor: default;
}
@media (max-width: 992px) {
    .active .nav-link, .navbar .active .nav-link {
        min-width: 180px;
    }
    .navbar .nav-link{
        min-width: 170px;
    }
    .ml-auto, .mx-auto{
        margin-bottom: .25em;
    }
}
@media (min-width: 993px) {
    #lienTemoignage{
        padding-right: 0.5em!important;
    }
}
.navbar-toggler {
    border: 2px solid #ececec;
    border-radius: 50%;
    background-color: #323f46;
    padding: 0;
    width: 2.75rem;
    height: 2.75rem;
    position: fixed;
    z-index: 999;
    top: -5px;
    right: -5px;
}
.navbar-toggler:focus {
    outline-color: #e3e2db;
    outline: none;
}

.navbar .fa-bars, .navbar .fa-times {
    color: #fff;
    position: relative;
}

.navbar .lienFb a {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 200px;
    padding: .5rem;
    background-color: #fff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    transition: all .2s ease;
}

.navbar .lienFb a:hover {
    background-color: #323f46;
}

.navbar .lienFb a:hover i {
    color: #fff;
}

.cacher, .fas.cacher {
    display: none;
}

@media (min-width: 576px) {
    .navbar-toggler {
        top: .5rem;
    }

    .navbar-nav {
        top: 1rem;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 0;
    }
    .navbar-nav {
        padding-top: 0;
        top: 0;
        right: 2rem;
    }

    .navbar .nav-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.875rem;
        border-bottom-right-radius: 0.875rem;
    }

    .active .nav-link, .navbar .active .nav-link {
        font-size: 1.2em;
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .navbar .lienFb a {
        position: fixed;
        z-index: 99;
        right: 15px;
        top: 0;
        padding: .5rem;
        background-color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
        transition: all .2s ease;
    }
}

/* <<<<<<<<<<<<<*** HEADER ***>>>>>>>>>>>>>>>>> */
.introduction {
    background-image: url("../img/accueil-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 0;
}

.row.containerLogo {
    background-color: rgba(255,255,255,.8);
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

.containerLogo figure {
    margin-bottom: 0;
}

.containerLogo img {
    width: 85%;
    height: auto;
}

.containerEt {
    padding: 0;
}

.containerLogo .et {
    width: 40px;
}

.blocTitre {
    background-color: #23a3e0;
    padding: 1rem;
    border-top-right-radius: .875rem;
    border-bottom-right-radius: .875rem;
    position: relative;
    top: 1rem;
}

.containerIntro {
    padding-top: 2rem;
}

.listeIntro li {
    margin-bottom: .5rem;
}

.listeIntro i {
    margin-top: .25rem;
    margin-right: .5rem;
    color: #23a3e0;
}

.btnAppel {
    background-color: #23a3e0;
    position: relative;
    top: 1rem;
    transition: all .2s ease;
}
.btnAppel:hover {
    background-color: #323f46;
}
.btnAppel.mobile {
    display: flex;
}

.btnAppel i, .btnAppel span {
    color: #fff;
}
.btnAppel span {
    font-size: 1.1rem;
    text-align: left;
    font-weight: 700;
}
.btnAppel i {
    margin-right: 1rem;
    font-size: 2rem;
}
#logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#logo .colonne{
    width: 20%;
    height: auto;
    margin: 0 30px;
}
@media (max-width: 1380px) {
    #logo .colonne{
        width: 15%;
    }
}
@media (min-width: 400px) {
    .row.containerLogo {
        margin-bottom: 5rem;
    }
}

@media (min-width: 576px) {
    .introduction {
        padding: 9rem 0 0;
    }
}

@media (min-width: 768px) {
    .introduction {
        background-image: url("../img/accueil-desktop.jpg");
    }
    .btnAppel.mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    header {
        padding-top: 3rem;
    }
    .grandContainerIntro {
        padding: 0;
        padding-bottom: 12rem;
        background-image: url("../img/accueil-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .introduction {
        padding: 0;
        background-image: none;
        background-color: #fff;
    }

    .row.containerLogo {
        background-color: #fff;
        padding: 1.5rem 0;
        margin-bottom: 0;
    }

    .containerLogo .et {
        width: 80px;
        position: relative;
        top: -1rem;
    }

    .blocTitre {
        background-color: #fff;
        padding: 1rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        top: 0;
    }

    .containerIntro {
        padding-top: 3rem;
    }

    .listeIntro {
        background-color: rgba(255,255,255,.9);
        border-radius: 0.875rem;
    }

    .btnAppel {
        top: 0;
    }
}

@media (min-width: 1200px) {
    header h1 {
        max-width: 600px;
    }

    .grandContainerIntro {
        padding-bottom: 300px;
    }

    .listeIntro {
        padding: 4rem;
    }

    .listeIntro li {
        font-size: 1.2em;
    }

    .btnAppel {
        position: relative;
        top: -2rem;
    }
}

/* <<<<<<<<<<<<<*** INTRO LOGICIELS ***>>>>>>>>>>>>>>>>> */

.introLogiciel {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.introLogiciel .logo {
    margin-bottom: 1.5rem;
}

.introProDF {
    background-color: #ececec;
}
.introProDFTransfert {
    background-color: #f9f9f9;
}

.containerButton {
    display: inline-block;
}

.btnPlus {
    background-color: #9fd6f5;
    font-size: 1.5rem;
    transition: all .2 ease;
}
.btnPlus:hover {
    background-color: #23a3e0;
}
.btnPlus i {
    margin-right: .5rem;
}

/*Carousel*/
.blocFeature {
    border-radius: 3rem;
    padding: 0;
    margin: 4rem .25rem .25rem;
    max-width: 460px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}

.titreFeature {
    background-color: #fff;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 3rem 1.5rem .5rem;
}

.titreFeature h2 {
    font-weight: 700;
    font-size: 1.6rem;
}

.titreFeature h5 {
    padding: 0 1rem;
}

.blocFeature i {
    font-size: 4rem;
    position: relative;
    top: -3rem;
    line-height: 0;
}

.blocFeature li {
    padding: .5rem 2rem;
}

.blocFeature ul {
    padding-bottom: 3rem;
}

.blocFeature li:nth-child(even) {
    background-color: #f5f5f5;
}
.blocFeature li:nth-child(odd) {
    background-color: #ececec;
}

a.carousel-control-prev, a.carousel-control-next {
    opacity: 1;
    padding-top: 3rem;
    transition: all .2s ease;
}

a.carousel-control-prev:hover i.fa-chevron-left, a.carousel-control-next:hover i.fa-chevron-right {
    color: #323f46;
}

a.carousel-control-prev {
    left: 3rem;
}

a.carousel-control-next {
    right: 3rem;
}

i.fa-chevron-left, i.fa-chevron-right {
    color: #23a3e0;
    font-size: 3rem;
}
#proDFWeb{
    background-color: #80c9ef;
}
#proDFWeb .bodyLogiciel{
    background-color: #23a3e0;
}
.carousel-item div.image-abs{
    position: absolute;
    width: 80px;
    height: 60px;
    top: 20px;
    left: 50%;
    transform: translate(-50%,-0%);
}
.carousel-item div.image-abs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.temoignages .cercleBleu{
    display: none!important;
}

@media (min-width: 768px) {
    a.carousel-control-prev, a.carousel-control-next {
        padding-top: 7rem;
    }

    a.carousel-control-prev {
        left: calc(50% - 350px);
    }

    a.carousel-control-next {
        right: calc(50% - 350px);
    }
}

@media (min-width: 992px) {
    .introProDFTransfert {
        background-color: #ececec;
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .introProDFWeb{
        background-color: #f9f9f9;
    }
    .introProDF .blocsFeature {
        position: relative;
        top: 4rem;
        margin-top: -4rem;
    }

    .blocFeature {
        max-width: 100%;
        min-height: 400px;
    }

    a.carousel-control-prev {
        left: calc(50% - 500px);
    }

    a.carousel-control-next {
        right: calc(50% - 500px);
    }
}

@media (min-width: 1200px) {
    .blocFeature li {
        font-size: 1.1em;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/* <<<<<<<<<<<<<*** BLOC PRODF / TRANSFERT ***>>>>>>>>>>>>>>>>> */

.sectionLogiciel {
    position: relative;
    overflow: hidden;
}

.sectionLogiciel .logo {
    margin-right: 2rem
}

.sectionProDF {
    background-color: #23a3e0;
    padding-bottom: 6rem;
}

.sectionTransfert {
    background-color: #b9e1f8;
}

.cercleBlanc {
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 50%;
    top: -200px;
    left: -150px;
}

.titreLogiciel {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.sectionTransfert .titreLogiciel {
    padding-bottom: 3rem;
}

.bulle, .cercleBleu {
    background-color: #80c9ef;
    border-radius: 50%;
}
#proDFWeb .cercleBleu{
    background-color: #C2E5F7;
}
#proDFWeb .bulle{
    background-color: #23a3e0;
}
.bulle {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
}
.cercleBleu {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    margin-right: .5rem;
    position: relative;
    top: -0.25rem;
}
.bulle .accent {
    font-size: 1.6rem;
    line-height: 1em;
}

.listeLogiciel li {
    padding-bottom: 1rem;
}
.listeLogiciel span {
    font-weight: bold;
}

.sectionProDF .listeLogiciel span {
    color: #fff;
}

.imageLogiciel {
    position: relative;
    top: 3rem;
    z-index: 2;
}

.imageLogiciel figure {
    margin-top: -3rem;
}

.imageLogicielSuite figure {
    margin-top: 2rem;
}

.bodyLogiciel {
    padding-top: 3rem;
}

.sectionProDF .bodyLogiciel {
    background-color: #80c9ef;
}

.sectionTransfert .bodyLogiciel {
    background-color: #23a3e0;
}

.sectionTransfert .bodyLogiciel p {
    color: #fff;
}

.sectionTransfert .bodyLogiciel.dernier {
    padding-bottom: 5rem;
}

.detailsLogiciel {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    top: 2rem;
    margin-top: -1rem;
}
.detailsLogiciel h4 {
    font-size: 1.2em;
    font-weight: bold;
}
.detailsLogiciel li {
    margin-bottom: .5rem;
}
.detailsLogiciel i {
    margin-right: .5rem;
    color: #23a3e0;
    position: relative;
    top: 5px;
}

.tableauBord {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

@media (min-width: 576px) {
    .listeLogiciel li {
        font-size: 1.2em;
    }
    .cercleBleu {
        top: -0.1rem;
    }
}

@media (min-width: 992px) {
    .cercleBlanc {
        width: 500px;
        height: 500px;
        top: -250px;
        left: -150px;
    }

    #proDF .cercleBleu {
        background-color: #b9e1f8;
    }

    #proDFTransfert .cercleBleu {
        background-color: #23a3e0;
    }

    .sectionLogiciel .logo {
        margin-right: 3rem
    }

    .listeLogiciel {
        padding-top: 5rem;
        position: relative;
        left: -2.6rem;
    }

    .imageLogiciel {
        position: relative;
        margin-top: -18rem;
        top: 20rem;
        z-index: 2;
    }

    .imageLogicielSuite figure {
        margin-top: -3rem;
    }

    .bodyLogiciel {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }

    .bodyLogiciel.dernier {
        margin-bottom: 0;
    }

    .insideBodyLogiciel {
        position: relative;
    }

    .bodyLogiciel h3 {
        position: absolute;
        left: 1rem;
        top: -7.5rem;
    }

    .detailsLogiciel {
        margin-top: -2rem;
    }

    #proDFTransfert .bodyLogiciel h3 {
        color: #323f46;
    }

    .bodyLogiciel p {
        position: relative;
        top: -1rem;
    }

    #proDFTransfert .bodyLogiciel {
        margin-top: 8rem;
    }
}

@media (min-width: 1200px) {
    .bodyLogiciel {
        margin-top: 6rem;
    }
}

@media (min-width: 1470px) {
    .bodyLogiciel h3 {
        top: -6.5rem;
    }
}

@media (min-width: 1600px) {
    .cercleBlanc {
        width: 700px;
        height: 700px;
        top: -350px;
        left: -250px;
    }
}

/* <<<<<<<<<<<<<*** TEMOIGNAGES ***>>>>>>>>>>>>>>>>> */

.temoignages {
    background-color: #b9e1f8;
    background-image: url("../img/bg-temoignage-mobile.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2rem;
    padding-bottom: 3rem;
    position: relative;
}

.blocTemoignage {
    background-color: #fff;
    padding-bottom: 1rem;
}

.temoignages .cercleBleu {
    position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    z-index: 2;
    top: 30px;
}

.temoignages .petitCercleBlanc {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
}

@media (min-width: 768px) {
    .temoignages {
        background-image: url("../img/bg-temoignage-desktop.jpg");
        background-size: cover;
        background-position: center top;
        height: 860px;
    }
}

@media (min-width: 992px) {
    .blocFeature.blocTemoignage {
        max-width: 600px;
        padding: 0 2rem 2rem;
    }
}

/* <<<<<<<<<<<<<*** FOOTER ***>>>>>>>>>>>>>>>>> */

.footerUn {
    background-color: #23a3e0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footerUn ul {
    border-bottom: solid 1px #fff;
}

.footerUn li {
    margin-bottom: 1rem;
}

.titreFooter {
    font-size: 1.4em;
    font-weight: bold;
}

.footerUn p {
    padding: 0;
    margin-bottom: 0;
}

.footerDeux {
    background-color: #323f46;
    padding-top: .5rem;
    position: relative;
}

.footerDeux p {
    font-size: .8em;
    margin-bottom: .5rem;
    margin-right: 1rem;
    padding: 0;
}

.footerDeux a.fb i {
    color: #fff;
    font-size: 1.2rem;
}
.footerDeux .lienLkin{
    position: relative;
    left: -1rem;
}
@media (min-width: 768px) {
    .footerUn ul {
        border-bottom: 0;
    }

    .footerDeux .lienFb {
        position: absolute;
        top: 0;
        right: 1rem;
    }
    .footerDeux .lienLkin {
        position: absolute;
        top: 0;
        right: 4rem;
    }
}

.btn-physio-more {
    background-color: #23a3e0;
    font-size: 1.5rem;
    padding-top: 10px!important;
    /*transition: all .2 ease;*/
}

.btn-physio-more:hover {
    color: #212529;
    background-color: #323f46;
}
.partenariat-physiotec span {
    color: #316aa5;
    font-size: 30px;
}
.partenariat-physiotec .btn span { font-size: 20px;}

@media (max-width: 768px) {
    .partenariat-physiotec {
        margin-top: 25px;
    }
    .new-physiotec {
        text-align: center;
    }
}

.btn-physio-more span, .btn-physiotec span {color: #ffffff;}
.new-physiotec span {color: #316aa5;}
.physiotec h3 {letter-spacing: unset;}
.btn-physiotec {
    background-color: #23a3e0;
    position: relative;
    top: 1rem;
    transition: all .2s ease;
}
.btn-physiotec:hover {
    background-color: #323f46;
}