﻿/*Contact*/
:root {
    --text-color: #71C6AE;
    --btn-color: #43ADE6;
}
.spanObligatoire{
    color: darkred;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

    .form-control:active, .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000;
    }



.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

    .contact-wrap .col-form-label {
        font-size: 14px;
        color: #b3b3b3;
        margin: 0 0 10px 0;
        display: inline-block;
        padding: 0;
    }

    .contact-wrap .form, .contact-wrap .contact-info {
        padding: 40px;
    }

    .contact-wrap .contact-info {
        color: rgba(255, 255, 255, 0.5);
    }

        .contact-wrap .contact-info ul li {
            margin-bottom: 15px;
            color: rgba(255, 255, 255, 0.5);
        }

            .contact-wrap .contact-info ul li .wrap-icon {
                font-size: 20px;
                color: #fff;
                margin-top: 5px;
            }

    .contact-wrap .form {
        background: #fff;
    }

        .contact-wrap .form h3 {
            color: var(--text-color);
            font-size: 20px;
            margin-bottom: 30px;
        }

    .contact-wrap .contact-info {
        background: var(--text-color);
    }

        .contact-wrap .contact-info h3 {
            color: #fff;
            font-size: 20px;
            margin-bottom: 30px;
        }

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning, .form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

.form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}


.form-group .btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    line-height:0px;
}

    .form-group .btn.btn-primary {
        background: var(--text-color);
        color: #fff;
        padding: 15px 20px;
    }

    .form-group .btn:hover {
        color: #fff;
    }

    .form-group .btn:active, .btn:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.form-group .col-form-label {
    color: #000;
    font-size: 13px;
}

.form-group .btn, .form-control, .custom-select {
    height: 45px;
}

    .form-group .custom-select:active, .custom-select:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000;
    }
.form-group select {
    appearance: auto;
}
.search_categories {
    font-size: 13px;
    padding: 10px 8px 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.search_categories .select {
    width: 120%;
    background: url('arrow.png') no-repeat;
    background-position: 80% center;
}

.search_categories .select select {
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 120%;
    position: relative;
    z-index: 10;
    font-size: 1em;
}
/*Fin Contact*/

/*Slider*/

.custom-slider {
    display: none;
}

.slide-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.6s ease;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.5);
    }

.slide-text {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.slide-index {
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}
@media (max-width: 576px) {
    .slide-img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slide-dot {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 270px;
    }
}

@media (min-width: 576px) {
    .slide-img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slide-dot {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 370px;
    }
}

@media (min-width: 768px) {
    .slide-img {
        height: 450px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slide-dot {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 420px;
    }
}

@media (min-width: 992px) {
    .slide-img {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .slide-dot {
        text-align: center;
        width: 100%;
        position: absolute;
        top: 470px;
    }
}






.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #111111;
    }

.slider-fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*Fin Slider*/

/*Table contact*/

.tbContact {
    border: none;
    border-collapse: collapse;
}

.tbContact td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 3px;
}

.tbContact td:first-child {
    border-left: none;
}

.tbContact td:last-child {
    border-right: none;
}
.tbContact th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.tbContact th:last-child {
    border-right: none;
}

.colorNav1 {
    color: #efe418;
}
.colorNav2 {
    color: #88c699;
}
.colorNav3 {
    color: #199cd9;
}
.colorNav4 {
    color: #9582bb;
}
.colorNav5 {
    color: #dd0f7b;
}
/*FIn Table contact*/


/*Logo Mobile*/
.logoMobile{
    display:none;
}

@media (max-width: 1199.98px){
    .logoMobile {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }
}
/*Fin Logo Mobile*/

/* Mot de passe */
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.LoginCss {
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    float: right;
    width: 200px;
}

/* GridView */
.tblDonnee {
    width: 100%;
}

.tblDonnee td {
    background-color: #E0E0E0;
    border: solid #FFFFFF 1px;
}

.tblDonneePagination {
border: solid #FFFFFF 1px;
}

.tblDonneePagination td table td {
    border: none;
}

.tblDonneePagination td span {
    background-color: #E0E0E0;
    border-style: none;
    vertical-align: middle;
    min-width: 20px;
    color: #174789;
    margin-right: 10px;
}

.tblDonneePagination td a {
    background-color: #E0E0E0;
    border-style: none;
    vertical-align: middle;
    min-width: 20px;
    color: #174789;
    font-weight: 500;
    text-decoration: underline;
}

.tblDonneeInter {
width: 100%;
}

.tblDonneeInter td {
    background-color: #BBBBBB;
    border: solid #FFFFFF 1px;
}

/* Drag and Drop liste*/



/*.container {
    background-color: #333;
    padding: 1rem;
    margin-top: 1rem;
}*/

.draggableLst {
    padding: 1rem;
    background-color: white;
    border: 1px solid black;
    border-radius : 5px;
    margin-bottom:5px
}

.draggableLst .dLT {
   cursor: move;
}

.draggableLst .dLF {
    cursor: auto;
}

.draggableLst.dragging {
    opacity: .5;
}

.imgListe{
    max-width:100%;
    max-height:100px;
}

.btnDroite {
    float: right;
    position: relative;
    top: -55px;
}

/* Pop up */


#modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

#modal.open {
    display: block;
}
#modal .mask {
    background: black;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#modal .containerPopUp {
    position: relative;
    background: white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 300px;
    height: auto;
    min-height: 50px;
}
#modal .containerPopUp .messagePopUp {
    padding: 5% 15% 5% 5%;
}
#modal .containerPopUp a.closePopUp {
    position: absolute;
    right: 5%;
    top: 5%;
    color: #444;
    font-size: 30px;
}

#modal .containerPopUp a.closePopUp:hover {
    color: black;
}

.messBo {
   /* border: 1px solid black;
    border-radius: 10px;*/
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2)
}

.calen .ajax__calendar_container {
    width: 190px;
    background-color: #f1f1f1;
    border: solid 1px #DDDDDD;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.calen .ajax__calendar_body {
    width: 180px;
    height: 150px;
    background-color: #f1f1f1;
    border: solid 1px #dddddd;
}

.calen .ajax__calendar_header {
    background-color: #9582bb;
    margin-bottom: 8px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calen .ajax__calendar_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    /*padding-top: 3px;*/
}

.calen .ajax__calendar_next,
.calen .ajax__calendar_prev {
    border: solid 4px #ffffff;
    background-color: #ffffff;
    -moz-border-radius-topleft: 18px;
    -webkit-border-top-left-radius: 18px;
    -khtml-border-top-left-radius: 18px;
    border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
    -khtml-border-top-right-radius: 18px;
    border-top-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -khtml-border-bottom-left-radius: 18px;
    border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -khtml-border-bottom-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.calen .ajax__calendar_hover .ajax__calendar_next,
.calen .ajax__calendar_hover .ajax__calendar_prev {
    border: solid 4px #328BC8;
    background-color: #ffffff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calen .ajax__calendar_dayname {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #666;
    background-color: #f1f1f1;
}

.calen .ajax__calendar_day,
.calen .ajax__calendar_month,
.calen .ajax__calendar_year {
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin: 1px 1px 1px 1px;
    text-align: center;
    border: solid 1px #000000;
    color: #000000;
    background-color: #dddddd;
}

.calen .ajax__calendar_hover .ajax__calendar_day,
.calen .ajax__calendar_hover .ajax__calendar_month,
.calen .ajax__calendar_hover .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #328BC8;
    border: solid 1px #328BC8;
}

.calen .ajax__calendar_active .ajax__calendar_day,
.calen .ajax__calendar_active .ajax__calendar_month,
.calen .ajax__calendar_active .ajax__calendar_year {
    color: #ffffff;
    font-weight: bold;
    background-color: #9582bb;
}

.calen .ajax__calendar_today .ajax__calendar_day {
    color: #ffffff;
    font-weight: bold;
    background-color: #9582bb;
}

.calen .ajax__calendar_other,
.calen .ajax__calendar_hover .ajax__calendar_today {
    color: #ffffff;
    font-weight: bold;
}

.calen .ajax__calendar_days {
    background-color: #f1f1f1;
}

.filtre {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    flex-direction: column;
}