/* Reset */
input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset;}/* Enlève le fond jaune sur Chrome */
input::-webkit-input-placeholder {color:#999;}
input::-moz-placeholder {color:#999;}
input:-ms-input-placeholder {color:#999;}
input:-moz-placeholder {color:#999;}

body {background-color:#fff;}

/* Header */
.header {position:relative;}
    .header .menuButton {background-color:transparent; border:0; height:80px; left:0; padding:0; position:absolute; top:0; width:80px; z-index:1;}
        .header .menuButton .fa-bars {color:#fff; font-size:24px;}

    /* Menu */
    .menuContainer {background-color:#0b6ba8; bottom:0; box-shadow:0 0 5px rgba(0,0,0,.3); left:-340px; padding:0; position:fixed; top:0; transition:left .3s; width:320px; z-index:9;}
    .menuContainer.opened {left:0;}
        .menuContainer .closeContainer {background:url(../Img/cancel.svg) no-repeat center center; background-size:30px 30px; border:0; height:80px; left:auto; position:absolute; right:0; top:0; width:80px; z-index:1;}
        .menuContainer ul {margin-bottom:0;}
        .menuContainer .list-unstyled .dropdown a,
        .menuContainer .frame a {border-bottom:1px solid #ddd; color:#ffffff; display:block; line-height:1; position:relative; padding:32px 0 32px 80px;}
        .menuContainer .list-unstyled .dropdown a::before {border-radius:50%; content:''; display:block; height:50px; left:15px; position:absolute; top:15px; width:50px;}
        .menuContainer .list-unstyled .dropdown .accueil::before {background:url("../Img/home.svg") no-repeat center center; background-size:20px 16px;}
            .menuContainer .list-unstyled .dropdown a p {margin:0; padding:0;}
        /*.menuContainer .list-unstyled .dropdown .modifier::before {background:url("../Img/profile.svg") no-repeat center center; background-size:25px 24px;}*/
        .menuContainer .frame {margin:0; padding:0;}
            .menuContainer .frame ul {list-style:none; padding-left:0;}
                .menuContainer .frame a::before {border-radius:50%; content:''; display:block; height:50px; left:15px; position:absolute; top:15px; width:50px;}
                .menuContainer .frame a::before {background:url("../Img/profile.svg") no-repeat center center; background-size:25px 24px;}
     
    .header .siteLink {background:url("../Img/earth-globe.svg") no-repeat 20px 18px; background-size:18px 18px; border:1px solid #dadada; border-radius:4px; color:#fff; display:block; line-height:1; margin:50px; padding:20px 0 20px 60px; width:220px;}
    .header .footerMenu a {bottom:0; color:#fff; display:block; font-size:.688em; left:0; line-height:1; padding:24px 0 24px 60px; position:absolute; right:0; top:auto;} 
        .header .footerMenu a::before {background:url("../Img/artifica.svg") no-repeat center center; background-size:24px 24px; border-radius:50%; content:''; display:block; height:24px; left:20px; position:absolute; top:18px; width:24px;}

    /* Liens portails */
    .header .linkHeader {display:inline-block; line-height:1; padding:31px 0 31px 115px;}

    /* Login / logout */
    .header .tx-felogin-pi1 {background:url(../Img/group.svg) no-repeat 18px 20px; background-size:40px 40px; float:right; height:80px; line-height:1; padding:32px 0 32px 80px;}
        .header .tx-felogin-pi1 h3,
        .header .tx-felogin-pi1 > div,
        .header .tx-felogin-pi1 legend,
        .header .tx-felogin-pi1 label {display:none;}
        .header .tx-felogin-pi1 form fieldset {}
            .header .tx-felogin-pi1 form fieldset div {float:left; position:relative;}
            .header .tx-felogin-pi1 form fieldset div:nth-child(2) {margin-right:10px;}
                .header .tx-felogin-pi1 form fieldset div:nth-child(2)::before {content:''; height:12px; left:auto; position:absolute; right:-9px; top:4px; width:1px;}            
            .header .tx-felogin-pi1 form fieldset input[type="submit"] {background:none; border:0; text-decoration:underline;}

/* Connexion */
.connexion {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}
    .connexion .frame-type-login {
        padding: 10px;
        width: 170px;
    }
        .connexion h3,
        .connexion .frame-inner > p,
        .connexion .form-horizontal legend,
        .connexion .avatar,
        .button-logout .fa-power-off,
        .button-logout .link {
            display: none;
        }
        .connexion .text-success,
        .connexion .username {
            color: #fff; 
        }
        .connexion .username {
            cursor: pointer;
        }
    .connexion .button-logout {
        left: auto;
        right: 0;
        margin: 0;
        padding: 0;
        min-width: inherit;
    }
        .connexion .submit,
        .connexion .submit:hover,
        .connexion .submit:active,
        .connexion .submit:focus {
            border: 0;
            background-color: #fff;
            color: #0b6ba8;
            font-weight: 900;
        }

   
/* Contenu page */
.content {text-align:center;}
    .content .titlePage {
        margin: 20px 0;
    }
    .level-3 .content .container-title {background-color:#fff; margin:0 -20px 30px; text-align:left;}
        .level-3 .content .titlePage {color:#333; font-weight:bold; margin:70px 0 70px 130px; position:relative;}
            .level-3 .content .titlePage::before {background:#9f8f68 url("../Img/profile.svg") no-repeat center center; background-size:40px 38px; border-radius:50%; content:''; height:100px; left:-130px; position:absolute; top:-30px; width:100px;}
    /* Cadres blancs */    
    .content .tx-felogin-pi1,
    .content .frame-type-menu li/*,
    .content .form-horizontal*/ {background-color:#fff; border:1px solid #ddd; margin:0 auto 50px; padding:50px;}    
    .content .tx-felogin-pi1 {width:470px;}
    /* Login */
        .content .tx-felogin-pi1 h3,
        .content .tx-felogin-pi1 > div,
        .content .tx-felogin-pi1 form legend,
        .content .tx-felogin-pi1 form label/*,
        .content .form-horizontal legend*/ {display:none;}
        .content .tx-felogin-pi1 form input/*,
        .content .form-horizontal input*/ {border:1px solid #ddd; height:auto; line-height:1; margin-bottom:30px; padding:16px 50px 16px 20px; position:relative; width:100%;}
        .content .tx-felogin-pi1 form input:focus/*,
        .content .form-horizontal input:focus*/ {box-shadow:none;}
        .content .tx-felogin-pi1 form input[type="submit"]/*,
        .content .form-horizontal .submit*/ {border:0; border-radius:4px; display:inline-block; line-height:1; margin-bottom:0; padding:17px 48px; text-align:center;/* width:170px;*/width:auto;}
    /* Modifier */
    .container-fluid .submenu {
        margin: 0 -20px;
        background-color: #eaeeef;
    }
    .content .frame-type-menu {padding:0;}
            .content .frame-type-menu ul {display:flex; flex-direction:row; justify-content:center; list-style:none; overflow:hidden; padding:0;}
                .content .frame-type-menu li {background-color:transparent; border:0; margin:0 50px; padding:30px 0;}
                    .content .frame-type-menu a {border-bottom:6px solid transparent; color:#333; display:block; font-weight:500; position:relative; text-transform:uppercase;}
    /* Formulaire modifier données */
    .page-1871 .content .form-horizontal div {margin-bottom: 20px;}
        .page-1871 .content .form-horizontal label em {display:block; float:right; width:10px;}
        .page-1871 .content .form-horizontal .help-block {text-align:left;} 
    .page-1871 .content .form-horizontal input {border-radius:4px; margin:0;}
    .page-1871 .content .form-horizontal .form-group {margin-bottom:30px;}
    .page-1871 .content .form-horizontal input[type="submit"] {    margin: 0 auto;
    display: block;
    border-radius: 28px;
    border: 0;
    padding: 5px 12px;
    background-color: #ff5a5f;
    color: #fff;}
        /*.page-1871 .content .form-horizontal input[type="submit"]::before {border:6px solid #fff; border-bottom-color:transparent; border-right-color:transparent; border-top-color:transparent; content:''; height:0; left:auto; position:absolute; right:12px; top:19px; width:0;}  
    .page-1871 .content .form-horizontal .file-infos {display:block; text-align:left;}*/

    /* Correction boutons date */
    /*.form-horizontal .file-uploaded {border:1px solid #ccc; display:block; margin:10px 0 0; padding:20px; text-align:left;}
        .form-horizontal .file-uploaded a {background-color:#9f8f68; border-radius:4px; color:#fff; padding:5px 10px;}
        .form-horizontal .file-uploaded .file-remove {display:block; margin-top:10px;}
            .form-horizontal .file-uploaded .file-remove input {margin:0 .5em 0 0; position:relative; top:2px; width:auto;}
            .form-horizontal .file-uploaded .file-remove label {margin:0;}
    .form-horizontal .checkbox .control-label {text-align:left;}*/

    /* 10 = FORMULAIRE (mêmes styles client.css) */
    .form-horizontal {
        text-align: left;
    }
    .artifica-form.form-table {
        margin-bottom: 2rem;
        text-align: left;
    }
        .artifica-form .label {
            color: #333;
            display: block;
            font-size: 1.6rem;
            padding: .2em 1em .2em 0;
            text-align: left;
        }
        .artifica-form select {
            border: 1px solid #ccc;
            padding: 5px 10px;
        }
        .form-horizontal .form-group {
            /*margin: 0 0 15px;*/
        }
        .modal .form-horizontal .form-group {
            margin: 0 0 15px;
        }
            .form-horizontal .control-label {
                text-align: left;
            }
            .content .form-horizontal input {
                margin: 0 0 20px;
            }
        .artifica-form.form-table {
            margin-bottom: 2rem;
            text-align: left;
        }
        .input-group-addon {
            position: relative;
            z-index: 3;
        }
        .input-group-addon:last-child {            
            position: relative;
            left: 20px;
        }
        .content .form-horizontal .submit {
            border: 1px solid #ff5256;
            border-radius: 25px;
            height: 50px;
            padding: 0 25px;
            background-color: #ff5256;
            color: #fff;
            font-size: 1.4rem;
            font-weight: 700;
            text-transform: uppercase;
        }
        .form-horizontal .content {
            text-align: left;
        }
    /* Corrections site portail */
    .form-horizontal .checkbox-unique-text {
        /*margin-bottom: 0;*/
    }
    .form-horizontal .checkbox-unique {
        display: flex;
        min-height: inherit;
        padding: 0;
    }
    .radio input[type="radio"], 
    .radio-inline input[type="radio"], 
    .checkbox input[type="checkbox"], 
    .checkbox-inline input[type="checkbox"] {
        display: inline-block;
        margin: 4px .5rem 0 0;
        position: static;
    }
    .form-horizontal .checkbox-unique label {
        padding: 0;
    }

    /* Dates exceptionnelles */
    .frame-exceptionnels .list-flex,
    .frame-exceptionnels .date-options {
        display: flex;
    }
    .frame-exceptionnels .list-flex {
        flex-wrap: wrap;
    }
        .frame-exceptionnels .list-flex .list {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
            .frame-exceptionnels .list-flex .list .date-options {
                height: 50px;                
            }
            .frame-exceptionnels .list-flex .list .date-options,
            .list-flex .btn-date,
            .list-flex .select-flex,
            .list-flex .flex-hour {
                width: 170px;
            }
        .list-flex .btn-date,
        .list-flex .select-flex {
            margin: 0 10px 20px 0;
        }
        .list-flex .btn-date {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: 1px solid #e3e3e3;
            height: 50px;
            padding: 0 17px;
            box-shadow: none;
        }
        .list-flex .flex-hour {
            display: flex;
            height: 50px;
            margin: 0 10px 20px 0;
        }
        .list-flex .btn-date,
        .list-flex .btn-date:hover,
        .list-flex .btn-date:active,
        .list-flex .btn-date:focus {
            background-color: #fff;
        }
        .parametres .flex-hour select {
            height: 50px;
            padding: 10px 5px;
            width: 80px;
        }
        .parametres .flex-hour select + select {
            margin: 0 0 0 10px;
        }
        .parametres .button-date-add {
            border: 1px dashed #e3e3e3;
        }
        .parametres .flex-hour .no-break {
            height: 50px;
            margin-right: 10px;
            width: 50px;
        }
        .parametres .td-overflow {
            padding-right: 30px;
        }
            .parametres .td-overflow label {
                font-weight: normal;
            }
            .parametres .date-options-open label {
                margin-right: 10px;
                width: 85px;
            }
            .parametres .td-overflow label[for="service-hidden"] {
                margin: 20px 0;
            }
                .parametres .date-options-open label::before {
                    margin-right: 5px;
                }

    #modalAddException .modal-content {
        border: 0;
        border-top-left-radius: 10px;   
        border-top-right-radius: 10px;
    }
        #modalAddException .modal-header {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 0;
            height: 60px;
            color: #fff;
        }
            #modalAddException .close {
                position: absolute;
                right: 0;
                top: 0;
                height: 60px;
                margin: 0;
                width: 60px;
                color: #fff;
                font-weight: 400;
                opacity: 1;
            }
            #modalAddException .modal-title {
                font-size: 1.8rem;
                font-weight: bold;
            }
        #modalAddException .modal-body {
            padding: 30px;
        }
            #modalAddException .form-group {
                text-align: left;
            }
                #modalAddException .control-label {
                    display: none;
                }
                #modalAddException .radio {
                    position: relative;
                    overflow: hidden;
                }
                    #modalAddException .radio label {
                        display: flex;
                        align-items: center;
                        border-bottom: 1px solid #e3e3e3;
                        height: 50px;
                        padding: 0 50px 0 0;
                    }
                        #modalAddException input[type="radio"] {
                            position: absolute;
                            top: -200px;
                        }
                    #modalAddException .fa-check {
                        display: none;                    
                        position: absolute;
                        right: 16px;
                        top: 13px;
                        content: '\f00c';
                        font-weight: 600;
                    }
                    #modalAddException input[type="radio"]:checked + .fa-check {
                        display: inline-block
                    }


/* 6 = Calendrier (ajout CSS management CCVHA ====================================== Début ====================================== */
    .calendar-buttons {

    }
    .content .calendar-buttons .button-red {
        display: inline-block;
    }

    .form-flex {
        display: flex;
    }
        .form-flex .artifica-form-item:last-child {
                margin-left: 20px;
        }
    #management > .frame > .buttons {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
        #management .buttons .action-item {
            margin-left: 15px;
        }

    .content .action-account {
        text-decoration: none;
    }
        .content .button-red {
            margin: 30px 0 30px auto;
        }

    .fc-toolbar.fc-header-toolbar {
        position: relative;
        border: 1px solid #ddd;
        border-bottom: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        height: 60px;
        margin: 0;
        color: #737373;
        overflow: auto hidden;
    }
        .fc-header-toolbar .fc-button {
            border: 0; 
            height: 60px;
            background: none; 
            background-color: transparent;  
            color: #666; 
            box-shadow: none;
        }
            .fc-header-toolbar .fc-prev-button,
            .fc-header-toolbar .fc-next-button {
                width: 60px;
            }
            .fc-header-toolbar .fc-next-button {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }
            .fc-header-toolbar .fc-right .fc-button-group > .fc-button {
                border-bottom: 5px solid transparent;
                margin: 0 10px;
                padding: 0 10px;
                font-size: 1.4rem;
            }
            #myFullcalendar .fc-button-primary:not(:disabled):active, 
            #myFullcalendar .fc-button-primary:not(:disabled).fc-button-active {
                color: #fff;
                font-weight: bold;
            }
            .fc-button .fc-icon {
                font-weight: bold;
            }
        .fc-toolbar .fc-left {}
            .fc .fc-toolbar .fc-left .fc-button-group {}

                .fc-toolbar .fc-left .fc-corner-left {left:calc(50% - 120px); position:absolute;}
                    .fc button .fc-icon {
                        margin: 0; 
                        position: static; 
                        top: 0;
                    }
                    .fc-icon-left-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f053";
                        font-size: 1.8rem;
                    }
                .fc-toolbar .fc-left .fc-corner-right {right:calc(50% - 120px); position:absolute;}
                    .fc-icon-right-single-arrow:after {
                        top: calc(50% - 8px);
                        content: "\f054";
                        font-size: 1.8rem;
                    }
        .fc-toolbar .fc-center {
            margin-right: auto;
            white-space: nowrap;
        }
            .fc-toolbar .fc-center h2 {
                display: inline-flex; 
                align-items: center;
                justify-content: center;
                height: 60px;
                margin-left: 10px;
                font-size: 2.4rem; 
                font-weight: bold;
                text-transform: uppercase;
            }
            .fc-header-toolbar .fc-button.fc-state-disabled {color:#fff; font-weight:600; left:20px; opacity:1; padding:0 20px; position:absolute; top:56px;text-shadow:none;}
            .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
                display: flex;
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 1.4rem;
                font-weight: 600;
                text-transform: uppercase;
                border: 1px solid #fff;
                border-radius: 20px;
                height: 40px;
            }
            .firefox .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
            .ie .fc-header-toolbar .fc-right .fc-headerAddRdv-button,
            .edge .fc-header-toolbar .fc-right .fc-headerAddRdv-button {
                line-height: 2;
            }

    .fc-view, .fc-view>table {color:#03192b;}
        .fc-view .fc-day-header {/*font-size:.875rem;*/ height:50px; text-transform:uppercase; vertical-align:inherit;}
            .fc-day-header span {color: #737373; display:block; font-size:1.3rem; padding:10px 0; text-transform:uppercase;}
                .fc-day-header span .number {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 36px;
                    margin: 0 auto;
                    padding: 0;
                    width: 36px;
                    background-color: transparent; 
                    color: #737373;
                    font-size: 1.6rem;
                    border-radius: 50%;
                }
                .fc-day-header.fc-today span .number {
                    display: inline-flex;
                    background-color: #00ad87; 
                    color: #fff;
                }

    .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {text-align:center;}

    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        display: block;
        margin-top: 10px;
        padding: 0;
        color: #737373;
        font-size: 1.4rem;
        float: none;
    }

    #myFullcalendar td {
        height: 60px;
        padding: 0;
    }
    .fc-unthemed td.fc-today {
        background: #f3f3f3;
    }
    .fc-event-container .fc-event,
    .fc-event-container .fc-event.fc-not-end {
        border: 0;
        border-radius: 20px;
        min-height: 20px;
    }
    .fc-time-grid-event .fc-content {
        width: 100%;
    }
        .fc-event-container .fc-event {
            /*display: flex;
            align-items: center;
            height: 20px;
            font-size: 1.3rem;*/
    }
        .fc-event.fc-past {
            opacity: .7;
        }
        .fc-event-container .fc-event-01 {
            background-color: #0090bf;
        }
        .fc-event-container .fc-event-02 {
            background-color: #0b6ba8;
        }
        .fc-event-container .fc-event-03 {
            background-color: #01bab6;
        }
        .fc-event-container .fc-event-04 {
            background-color: #009592;
        }
        .fc-event-container .fc-event-05 {
            background-color: #21455c;
        }
        .fc-event-container .fc-event-06 {
            background-color: #3c547c;
        }
        .fc-event-container .fc-event-07 {
            background-color: #3e6cb9;
        }
        .fc-event-container .fc-event-08 {
            background-color: #00ad87;
        }
        .fc-event-container .fc-event-09 {
            background-color: #d82b3a;
        }
        .fc-event-container .fc-event-10 {
            background-color: #b20020;
        }
        .fc-event-container .fc-event-11 {
            background-color: #8d0005;
        }
        .fc-event-container .fc-event-12 {
            background-color: #690000;
        }
        .fc-event-container .fc-event-13 {
            background-color: #ff6f05;
        }
        .fc-event-container .fc-event-14 {
            background-color: #e09f1f;
        }
        .fc-event-container .fc-event-15 {
            background-color: #73b829;
        }
            .fc-event .fc-time,
            .fc-event .fc-title {

            }
            .fc-event .fc-time {
                margin-right: 5px;
            }
            .fc-event .fc-title {
                position: relative;
                padding-left: 10px;
                text-align: left;
                cursor: pointer;
            }
                .fc-event .fc-title .fc-event-interne {
                    position: absolute;
                    right: 5px;
                    top: 6px;
                    border-radius: 50%;
                    height: 6px;
                    width: 6px;
                    background-color: #ff0;
                }
            #infobulle .text {
                font-size: 1.3rem;
            }

    /* Surcharges main.css */
    .fc-time-grid-event.fc-short .fc-title {
        display: block;
        position: relative;
        padding-left: 10px;
        font-size: 1em;
        line-height: 1.4;
        text-align: left;
        cursor: pointer;
    }


    /* Cadres blancs */    
    .content .tx-felogin-pi1,
    .content .frame-type-menu li/*,
    .content .form-horizontal*/ {background-color:#fff; border:1px solid #ddd; margin:0 auto 50px; padding:50px;}    
    .content .tx-felogin-pi1 {width:470px;}
/* 6 = Calendrier (ajout CSS management CCVHA ====================================== Fin ====================================== */


/* 27 = Rendez-vous (copie site.css) */
.patchclient-schedule-container .encart-rdv {
    background-color: #e3e3e3;
    margin: 0 0 10px;
    padding: 20px;
}
    .encart-rdv h3 {
        color: #333;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
.rendez-vous .rte-content,
.page-1879 > .content > .container .col-lg-12 {
    max-width: 875px;
}
    .selection-rdv {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
        .selection-rdv .carousel-control {
            position: static;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #e3e3e3;
            height: 50px;
            width: 50px;
            background: none;
            color: #666;
            font-size: 24px;
            text-decoration: none;
            cursor: pointer;
            opacity: 1;
            z-index: 1;
        }    
        .selection-rdv .carousel {
            height: 190px;
            width: 100%;
        }
        .height-auto .selection-rdv .carousel {
            height: auto;
        }
            .selection-rdv .carousel-inner .item {
                height: auto;
                padding: 0;
            }
                .selection-rdv .day-rdv {
                    width: 100%;
                }
                    .day-rdv th {
                        border-bottom: 1px solid #e3e3e3;
                        height: 49px;
                        line-height: 1.3;
                        text-align: center;
                    }
                        .day-rdv .date {
                            display: block;
                            color: #737373;
                            font-weight: 400;
                        }
                    .day-rdv td,
                    .day-rdv .td {
                        padding: 5px 5px;
                        text-align: center;
                    }
                        .day-rdv .hour,
                        .card-body .hour {
                            border-radius: 2px;
                            padding: 4px 10px;
                            background-color: #e3e3e3;
                            color: #333;
                            text-decoration: none;
                            cursor: pointer;
                        }
                        .day-rdv .closed {
                            display: inline-block;
                            border-radius: 0;
                            height: 3px;
                            padding: 0;
                            width: 19px;
                            background-color: #b9b9b9;
                        }
                        .day-rdv .hour:hover,
                        .day-rdv .hour:active,
                        .day-rdv .hour:focus,
                        .day-rdv .hour.active {
                            background-color: #ff5256;
                            color: #fff;
                        }
        .empty + .patchclient-schedule .switch-table,
        .empty.collapse + .patchclient-schedule .height-auto + .switch-table {
            display: none;
        }
        .empty.collapse + .patchclient-schedule .switch-table {
            display: block;
            margin: 1rem 0;
            text-align: center;
            text-decoration: none;
        }
        .patchclient-schedule .switch-table:hover {
            text-decoration: underline;
        }

.rendez-vous .alert-success {
    background-color: transparent;
    border: 0;
    margin-bottom: 50px;
    color: #333;
    text-align: center;
}
    .rendez-vous .alert-success .fa-check {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        height: 70px;
        margin: 0 auto 30px;
        width: 70px;
        background: #ff5256;
        color: #fff;
        font-size: 24px;
    }
    .rendez-vous .alert-success h2 {
        border: 0;
        margin: 0 0 20px;
        padding: 0;
        font-size: 1.25rem;
    }

.tags {
    display: inline-flex;
    align-items: center;
    border-radius: 11px;
    height: 22px;
    padding: 0 10px;
    background-color: #999;
    color: #fff;
    font-size: .875em;
    white-space: nowrap;
}
.tag-inprogress {
    background-color: #a593ff;
}
.tag-active {
  background-color: #65bf67;
}
.tag-hidden {
    background-color: #f0a750;
}
.tag-wait {
    max-width: 100%;/* Texte long */
    background-color: #08aeea;
    overflow: hidden;
}
.tag-current {
    background-color: #74cb80;
}
.tag-validated {
    background-color: #2cc8ba;
}
.tag-refused {
    background-color: #f56b62;
}
.tag-tank {
    background-color: #fbc11e;
}
/* Partie Offre */
.tag-tobepublished {
    background-color: #c5a070;
}
.tag-archived {
    background-color: #f56b62;
}
.tag-disabled {
    background-color: #f0a750;
}
/* Demande de suppression */ 
.tag-waitdeleted {
    background-color: #f56b62;
}
  


/* Copie styles Connect */
a {
    color: #0b6ba8;
    text-decoration: underline;
}
a:hover {
    color: #0b6ba8;
    text-decoration: none;
}
.input-group {
    width: 100%;
}
.form-group .input-group.row {
    margin: 0;
}

@media (max-width:1200px) {

    /* Header */
    .header .container .col-lg-12 {padding:0 20px 0 80px;}

    /* Liens portails */
    .header .linkHeader {padding:31px 0 31px;}

}

@media screen and (max-width: 992px) {
    /* 27 = Rendez-vous (copie site.css) */
    .accordions-mobile {
        height: 213px;
        width: 100%;
        overflow: hidden;
    }
    .height-auto .accordions-mobile {
        height: auto;
    }
        .accordions-mobile .accordions-header {
            border: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }    
            .accordions-mobile .accordions-header .btn-link,
            .accordions-mobile .accordions-header .btn-link:focus,
            .accordions-mobile .accordions-header .btn-link:active,
            .accordions-mobile .accordions-header .btn-link:active:focus {
                padding: 3px 10px;
                color: #333;
                font-weight: 700;
            }
            .accordions-mobile .accordions-header .btn-link {
                position: relative;
                width: 100%;
                background-color: #efefef;
                text-align: left;
                transition: all .3s ease;
            }   
                .accordions-mobile .accordions-header .btn-link .fa-caret-down {
                    position: absolute;
                    right: 5px;
                    top: 7px;
                    transform: rotate(0);
                    transition: transform .3s ease;
                }
                .accordions-mobile .accordions-header .btn-link.active .fa-caret-down {
                    transform: rotate(-180deg);
                }

            .accordions-mobile .collapse.in {
                display: block!important;
            }                
                .accordions-mobile .card-body {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: start;
                    padding: 5px 0;
                }
                    .accordions-mobile .card-body .hour {
                        display: inline-block;
                        margin: 5px;
                    }
                    .accordions-mobile .card-body .hour.active {
                        background-color: #ff5256;
                        color: #fff;
                    }
}

@media (max-width:768px) {

    /* Login / logout */
    .header .tx-felogin-pi1 {background:none; padding:32px 0 32px;}

    /* Liens portails */
    .header .linkHeader {display:none;}

/* Contenu page */
    .header-bottom-page {
        padding: 70px 0 50px;
    }
    .content .titlePage {
        /*margin: 40px 0 50px;*/
    }
    /* Cadres blancs */
    .content .tx-felogin-pi1,
    .content .form-horizontal {padding:20px;}
    .content .tx-felogin-pi1,
    .content .frame-type-menu {max-width:100%;}
    /* Modifier */
    .content .frame-type-menu li {width:50%;}
    .content .frame-type-menu a::before {background-size:20px 19px; height:50px; width:50px;}

    /* Contenu page */
    /* Modifier */
    .content .frame-type-menu ul {flex-direction:column; margin:0;}
        .content .frame-type-menu li {margin:0; padding:20px 0 14px; width:auto;}

    /* Formulaires */
    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    .input-group.row {
        margin: 0 -20px;
        width: 100%;
    }

}



/* ================================= MEDIA QUERIES ================================= */

@media (max-width:768px) {
/* Contenu */
    .content .titlePage {
        font-size: 3rem;
    }

/* 6 = Calendrier */
    .fc-toolbar .fc-center h2 {
        font-size: 1.8rem;
    }
}



@media (max-width:480px) {

    .content .frame-type-menu {padding:0;}

    .level-3 .content .titlePage::before {background-size:20px 19px; height:60px; left:-80px; top:-20px; width:60px;}
        .level-3 .content .titlePage {font-size:1.5em; margin:40px 0 40px 80px;}

            .content .tx-felogin-pi1 form input[type="submit"],
            .content .form-horizontal .submit {width:100%;}

    .content .frame-type-menu li {float:none;}

}