/* Minification failed. Returning unminified contents.
(1003,1): run-time error CSS1019: Unexpected token, found '}'
 */

.mobile {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
    z-index: 9100;
    background-color: #fff;
}

.noMobile {
    display: inline-block;
}

.menuMobLogo img {
    width: 125px;
}

.iconSearchMob {
    display: none;
    cursor: pointer;
}

.iconCompteMob {
    display: none;
    cursor: pointer;
}

.langueDrop {
    display: none;
    cursor: pointer;
}

@media (max-width: 1570px) {

    .imgPourquoiHome {
        width: 500px;
        height: 500px;
        left: -250px;
    }

        .imgPourquoiHome:before {
            width: 500px;
            height: 500px;
        }

    .divPatientFuturPatientHome .imgImgPourquoiHome {
        background: url(/images/imgOperationHome.jpg) no-repeat left 250px center;
        background-size: cover;
    }

    .divPourquoiHome .imgImgPourquoiHome {
        background: url(/svar/images/imgPourquoiHome.jpg) no-repeat left 250px center;
        background-size: cover;
    }

    .divPatientFuturPatientHome .ct {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 80px;
        box-sizing: border-box;
    }

    .divPatientFuturPatientHome h2 {
        margin: 0 0 60px 40px;
    }

    .laisseVousGuider {
        margin: -280px auto 40px;
    }
}

@media (max-width: 1300px) {

    .actuImage {
        width: 700px;
        height: 700px;
    }

    .equipes{
        justify-content: center;
    }

    .map{
        max-width: 90%;
        margin: 40px auto;
    }
}

@media (max-width: 1130px) {

    .divPourquoiHome .ct {
        flex-direction: column;
        padding: 0 80px;
        box-sizing: border-box;
    }

    .textPourquoiHome {
        margin-left: 40px;
        margin-top: 40px;
    }

    .divPourquoiHome h2 {
        width: 100%;
        margin: 0;
        padding-left: 40px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .divPatientFuturPatientHome .textPourquoiHome {
        flex-direction: column;
    }

    .textPatientFuturPatientHome50 {
        margin: 0 0 0 40px;
    }

        .textPatientFuturPatientHome50:last-child {
            margin-top: 40px;
        }

    .divPatientFuturPatientHome h2 {
        margin: 0 0 60px 60px;
        width: 100%;
        max-width: 100%;
    }

        .divPatientFuturPatientHome h2 span br {
            display: none;
        }

    .titreSlider {
        width: 70%;
    }

    h1, .h1 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media(max-width: 1000px) {

    .nav ul > li > a, .nav-active {
        margin: 0 10px;
    }

        .nav ul > li > a:hover {
            margin: 0 10px;
        }

    header {
        text-align: right;
    }

    .blocsProfil {
        width: 80%;
    }

    .blocProfil {
        padding: 40px;
    }

    .divPourquoiHome .ct {
        padding: 0 0 0 80px;
    }

    .actuDesc {
        padding: 60px;
    }

    .actuImage {
        width: 500px;
        height: 500px;
    }

    #panHomeActus {
        height: auto;
    }

    .divActuHome {
        height: auto;
        margin-bottom: 60px;
    }

    .divPatientFuturPatientHome .ct {
        padding: 0 0 0 80px;
    }
}


/*-----------------------------------------------------*/
/********----------- TABLETTES ---------------**********/
/*-----------------------------------------------------*/

@media (max-width: 960px) {
    .mobile {
        display: inline-block;
        border: none;
        background: rgba(247,123,131,1);
        background: -moz-linear-gradient(left, rgba(247,123,131,1) 0%, rgba(253,75,87,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,123,131,1)), color-stop(100%, rgba(253,75,87,1)));
        background: -webkit-linear-gradient(left, rgba(247,123,131,1) 0%, rgba(253,75,87,1) 100%);
        background: -o-linear-gradient(left, rgba(247,123,131,1) 0%, rgba(253,75,87,1) 100%);
        background: -ms-linear-gradient(left, rgba(247,123,131,1) 0%, rgba(253,75,87,1) 100%);
        background: linear-gradient(to right, rgba(247,123,131,1) 0%, rgba(253,75,87,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77b83', endColorstr='#fd4b57', GradientType=1 );
        height: 60px;
        width: 100%;
        left: 0;
        transform: none;
    }

    .nav-button {
        z-index: 9200;
        height: 60px;
        width: 60px;
        line-height: 60px;
        background: rgb(209, 57, 67);
        right: 0;
        text-align: center;
    }

        .nav-button > span {
            width: 33px;
        }

    .noMobile {
        display: none;
    }

    #logo {
        display: none;
    }


    body {
        padding-top: 0;
    }

    header {
        position: fixed;
        height: 60px;
        z-index: 6;
    }

    .menuMobLogo img {
        width: 100px;
        margin-top: 14px;
    }

    .nav-button > span:nth-child(1) {
        top: 24px;
    }

    .nav-button > span:nth-child(2) {
        top: 31px;
    }

    .nav-button > span:nth-child(3) {
        top: 38px;
    }

    .nav-button.open > span:nth-child(3) {
        top: 26px;
    }

    .nav-button.open > span:nth-child(1) {
        top: 26px;
    }

    .menu .nav {
        height: auto;
        margin-top: 60px;
    }

    .nav ul > li > a, .nav-active {
        margin: 0;
    }

    .nav a {
        background: transparent;
        border-bottom: 0;
    }

    .nav ul li {
        text-align: center;
    }

    .nav ul {
        height: 50px;
        line-height: 50px;
    }

    .nav a:hover {
        background: rgba(247,123,131,1);
        margin: 0;
    }

    .nav ul > li > a:hover {
        margin: 0;
    }

    .nav {
        margin-bottom: 0;
        background: rgba(209, 57, 67, 0.95);
        height: 100%;
    }

        .nav ul ul {
            position: relative !important;
            box-sizing: border-box;
            top: auto;
        }

        .nav > ul > li {
            height: auto;
        }

    .contenuInterne .ct {
        width: 95%;
    }

    .photo1100 .contenuFullPhotoSeule .photoColonne {
        width: 90%;
        margin: 0 auto;
        min-height: 450px;
    }

    .photo1100 .contenuFullPhotoSeule:after{
        width: 80%;
        left: 10%;
    }

    .photo1100 .contenuFullPhotoSeule{
        min-height: 450px;
        width: 100%;
        margin: 0 auto 180px;
    }

    .textSimple{
        margin: 60px auto;
    }

    .conteneurBlocImgTxt .ct{
        flex-direction: column;
    }

    .contenuFullPage .contenuMixteImageG{
        margin-right: 0;
    }

    .contenuFullPage .contenuMixteTexteD,
    .contenuFullPage .contenuMixteTexteG {
        width: 90%;
    }

    .top{
        min-height: 500px;
    }

    .conteneurContenuBloc ul {
        margin: 20px 20px;
        font-family: 'FuturaBT-Book';
        display: block;
        box-sizing: border-box;
        max-width: calc(90% - 40px);
    }

    .contenuFullPage .contenuTexte2ColG,
    .contenuFullPage .contenuTexte2ColD {
        float: none;
        width: 100%;
    }

    .cacheRisque{
        left: 0;
        top: auto;
        bottom: 0;
    }

    .textPourquoiHome {
        padding-right: 0;
    }


    /*--------------- 960 --------------*/
    .ct {
        width: 640px;
    }

        .ct .grid_3 {
            width: 220px;
        }

        .ct .grid_4 {
            margin-bottom: 20px;
        }

        .ct .grid_6 {
            width: 300px;
        }

        .ct .grid_8 {
            width: 620px;
        }

        .ct .grid_9 {
            width: 620px;
        }

        .ct .grid_12 {
            width: 100%;
        }

    /*--------------- OUTILS --------------*/

    #panBandeauAdministrateurConnecte a {
        display: none;
    }

    #panierMini {
        position: fixed;
        right: 50px;
        top: 10px;
        margin-bottom: 0px;
        z-index: 9200;
    }

    #lblQte {
        position: absolute;
        left: 10px;
        top: 8px;
        padding: 2px;
        background: #2574ab;
    }

    #lkPanier {
        color: #ddd;
    }

        #lkPanier:hover {
            color: #fff;
        }

        #lkPanier [class^="ico-"]::before, #lkPanier [class*=" ico-"]::before {
            font-size: 17px;
            margin-right: 0px;
        }

    .qtePanier {
        color: #999;
        font-size: 10px;
        display: none;
    }

    .divRecherche {
        padding: 10px 0px 10px 0px;
        width: 230px;
        height: 75px;
        height: 22px;
        overflow: hidden;
        position: fixed;
        right: 0px;
        top: 0px;
        margin: 0;
        z-index: 9150;
    }

    .iconSearchMob {
        display: inline-block;
        padding-right: 10px;
    }

        .iconSearchMob span {
            color: #fff;
        }

    .searchChamps {
        background: #444;
        margin-top: 12px;
        padding: 10px;
    }

    .divRecherche input[type="text"] {
        width: 170px;
    }

    .divRechercheBlog .searchChamps {
        margin-top: 12px;
    }

    .deconnexionCt {
        padding: 10px 0px 10px 0px;
        width: auto;
        height: 22px;
        overflow: hidden;
        position: fixed;
        right: 70px;
        top: 0px;
        margin: 0;
        color: #fff;
        z-index: 9200;
    }

        .deconnexionCt a {
            color: #fff;
        }

        .deconnexionCt .ico-divers-perso-03:before {
            font-size: 18px;
        }

    .panDeconnexionBlog {
        right: 30px;
    }

    .deconnexionMobCt {
        background: #666;
        margin-top: 12px;
        padding: 10px;
    }

        .deconnexionMobCt a {
            display: block;
            padding-right: 0px;
            padding-bottom: 5px;
        }

    .panDeconnexionBlog .deconnexionMobCt {
        margin-top: 11px;
    }

    .iconCompteMob {
        display: inline-block;
        padding-right: 10px;
    }

        .iconSearchMob span, .iconCompteMob span {
            color: #ddd;
        }

        .iconSearchMob:hover span, .iconCompteMob:hover span {
            color: #fff;
        }

    .iconSearchMob [class^="ico-"]::before,
    .iconSearchMob [class*=" ico-"]::before {
        font-size: 18px;
    }

    #languesCt {
        padding: 10px 0px 10px 0px;
        width: auto;
        height: 22px;
        overflow: hidden;
        position: fixed;
        right: 110px;
        top: 0px;
        margin: 0;
        color: #fff;
        z-index: 9300;
    }

        #languesCt .ico-fleche010:before {
            font-size: 10px;
            margin-left: 5px;
        }

        #languesCt a {
            display: block;
            margin: 0px auto !important;
            padding: 6px 13px;
            color: #fff;
            text-decoration: none;
            border: 0;
        }

            #languesCt a:hover {
                background: #555;
            }

    .langueDrop {
        display: inline-block;
        line-height: 22px;
    }

    .langues {
        background: #222;
        margin-top: 10px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        border-top: 1px solid #444;
    }

    /*--------------- HOME ACTUS --------------*/

    .actuCt {
        /*width: 300px;
        margin: 0px 10px;*/
    }

    .actuImage {
        /*height: 180px;*/
    }

    .eventCt {
        width: 300px;
        margin: 0px 10px;
    }

    .eventImage {
        height: 180px;
    }

    .articleCt {
        width: 300px;
        margin: 0px 10px;
    }

    .articleImage {
        height: 180px;
    }

    /*--------------- HOME ARTICLES BLOG --------------*/
    .classBlogArticle:nth-child(2n+1) {
        margin-right: 20px;
    }

    /*-------- BLOCS BOONET template.css---------*/

    .contenuFullPage .contenuMixteTexteG /*Contenu mixtes Textes Gauche*/ {
        /*width: 300px;*/
    }

    .contenuFullPage .contenuMixteTexteD /*Contenu mixtes Textes Droite*/ {
        /*width: 300px;*/
    }

    .contenuFullPage .contenuTexte2ColG /*Contenu Texte 2 colonnes : colonne Gauche*/ {
        /*width: 300px;*/
    }

    .contenuFullPage .contenuTexte2ColD /*Contenu Texte 2 colonnes : colonne Droite*/ {
        /*width: 300px;*/
    }

    /*** 2 COLONNES ***/
    .blocGauche {
        width: 620px;
        float: none;
        margin: 0 auto;
    }

    .contenuDroite {
        width: 620px;
        float: none;
        margin: 0 auto;
    }

    .blocDroite {
        width: 620px;
        float: none;
        margin: 0 auto;
    }

    .contenuGauche {
        width: 620px;
        float: none;
        margin: 0 auto;
    }

        .contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
            width: 300px;
        }

        .contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
            width: 300px;
        }

        .contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
            width: 300px;
        }

        .contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
            width: 300px;
        }

        .contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
            width: 300px;
            margin-bottom: 20px;
        }

        .contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
            width: 300px;
        }

    /*** 3 COLONNES ***/
    .troisCol .blocGauche {
        width: 620px;
        margin-right: 0px;
        clear: both;
    }

    .troisCol .blocDroite {
        width: 620px;
    }

    .troisCol .contenuCentre {
        width: 620px;
    }

        .troisCol .contenuCentre img {
            width: 100%;
        }

    .contenuCentre .contenuMixteImageG {
        width: 230px;
    }

    .contenuCentre .contenuMixteImageD {
        width: 230px;
    }

    .contenuCentre .contenuMixteTexteG {
        width: 360px;
    }

    .contenuCentre .contenuMixteTexteD {
        width: 360px;
    }

    .contenuCentre .contenuTexte2ColG {
        width: 290px;
    }

    .contenuCentre .contenuTexte2ColD {
        width: 290px;
    }

    .blocGauche .bloc.blocRecherche, .blocGauche .bloc.blocNewsletter {
        padding: 3px 0;
    }

    .blocGauche #smMenu {
        float: none;
        margin: 0 auto 20px auto;
        border-bottom: 1px solid #aaa;
        padding-bottom: 10px;
    }

    .blocGauche .bloc {
        width: 290px;
        float: left;
    }

        .blocGauche .bloc:nth-child(2n+1) {
            margin-right: 40px;
        }

    .blocDroite .bloc.blocRecherche, .blocDroite .bloc.blocNewsletter {
        padding: 3px 0;
    }

    .blocDroite .bloc {
        width: 290px;
        float: left;
    }

        .blocDroite .bloc:nth-child(2n+1) {
            margin-right: 40px;
        }

    /*--------------- REVUE DE PRESSE --------------*/

    .listePressesConteneurImage {
        width: 300px;
    }

    .listePressesConteneurTextes {
        width: 300px;
        margin-left: 20px;
    }

    /*--------------- BLOG --------------*/

    .blogColonneContenu {
        width: 620px !important;
    }

    .blogColonneBlocs {
        float: right;
        width: 620px !important;
    }

        .blogColonneBlocs .bloc {
            width: 290px;
            float: left;
        }

            .blogColonneBlocs .bloc:nth-child(2n+1) {
                margin-right: 40px;
            }

    /*--------------- BOUTIQUE --------------*/

    /*---Produit famille----*/
    .btqBlocPhotoFamille {
        height: 190px;
        width: 190px;
    }

    .btqBlocFamille {
        width: 190px;
    }

    .btqListingProd {
        text-align: left;
    }

    .btqBlocProduit {
        margin-bottom: 50px;
        display: inline-block;
    }

    /*---Produit détail----*/
    .btq-detailCtPhotos {
        float: none;
        display: block;
        margin-right: 0px;
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }

    .btq-detailPhotoPrincipale {
        height: 400px;
        width: 400px;
        float: left;
        display: inline-block;
    }

    .btq-detailCtMiniatures {
        margin-top: 0;
        margin-left: 15px;
        float: right;
        width: 200px;
        display: inline-block;
    }

    /*---Panier----*/
    .btq-tabPanier {
        width: 100%;
    }

    .panierCtTotal {
        width: 100%;
        text-align: center;
    }

    .btq-panierCtValiderPanier {
        width: 100%;
        text-align: center;
    }

    /*--------------- CONNEXION --------------*/

    .btnFormCt {
        text-align: center;
        margin-top: 20px;
    }

    .connexionColGauche {
        padding-right: 40px;
        border-right: solid 1px #c9d4da;
        margin-right: 40px;
    }

    .connexionColDroite {
        display: inline-block;
        width: 220px;
    }

    .formInscription tr td {
        display: block;
    }

        .formInscription tr td:first-child {
            width: auto;
        }

        .formInscription tr td span {
            display: block;
        }

    .ctInscription .connexionColGauche {
        margin-right: 65px;
    }

    .ctInscription .form input[type="text"] {
        margin-bottom: 0;
    }

    /*--------------- Mentions leg --------------*/
    .mentionsColLeft {
        width: 380px;
    }

    /*--------------- Notifications --------------*/

    .Messages {
        top: 50px;
    }

    .Message {
        max-width: 90%;
    }
}


@media(max-width: 840px) {

    .iconesFixe {
        left: 20px;
    }

    .divPourquoiHome .ct {
        padding: 0 0 0 120px;
    }

    .ct {
        width: 80%;
    }

    h1, .h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .titreSlider {
        text-align: center;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 28px;
    }

        h2 span {
            font-size: 24px;
        }

    .blocsProfil {
        flex-direction: column;
    }

    .blocProfil {
        width: 100%;
    }

    .footerCol2 {
        margin: 40px 50px 0 40px;
    }

    .top {
        min-height: 600px;
        /*max-height: 800px;*/
    }

    .bandeauSliderHome .swiper-container {
        width: 100%;
        height: 750px !important;
    }

    @keyframes titreSlider {
        from {
            top: 10%;
            opacity: 0;
        }

        to {
            top: 15%;
            opacity: 1;
        }
    }

    @-webkit-keyframes titreSlider {
        from {
            top: 10%;
            opacity: 0;
        }

        to {
            top: 15%;
            opacity: 1;
        }
    }
}

@media (max-width: 750px){

    .ctQuestionnaire .partieGauche{
        display: none;
    }

}

@media (max-width: 700px){
    .fichiersJoints .fichier{
        width: 90%;
    }

    .fichiersJoints{
        justify-content: center;
    }
}

@media(max-width: 670px) {

    .imgPourquoiHome {
        width: 250px;
        height: 250px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        top: 0;
        margin-top: 70px;
    }

        .imgPourquoiHome:before {
            width: 250px;
            height: 250px;
        }

    .divPatientFuturPatientHome .imgImgPourquoiHome {
        background: url(/svar/images/imgOperationHome.jpg) no-repeat left center;
        background-size: cover;
    }

    .divPourquoiHome .imgImgPourquoiHome {
        background: url(/svar/images/imgPourquoiHome.jpg) no-repeat left center;
        background-size: cover;
    }

    .textPourquoiHome {
        margin-left: 0;
    }

    .divPourquoiHome .ct, .divPatientFuturPatientHome .ct {
        padding: 0;
        width: 80%;
    }

    .divPatientFuturPatientHome h2,
    .divPourquoiHome h2 {
        margin-left: 0;
        text-align: center;
    }

    .actuCt {
        padding-top: 0;
    }

        .actuCt h2 {
            text-align: center;
        }

    .actuImage {
        display: none;
    }

    footer .ct {
        flex-direction: column;
    }

    .footerCol2, .footerCol3 {
        text-align: center;
    }

    .divPourquoiHome h2 {
        padding-left: 0;
    }
}
