/*  Menu principal  */

.navbar-nav .nav-link {
    text-transform: uppercase !important;
    color: #000000 !important;
}

.navbar-content {
    width: 100%;
    height: 97px;
    background: #FFFFFF!important;
}

.navbar {
    margin: auto;
}

.load-wrap{
    position:fixed;
    width:100%;
    z-index:9999;
    height:100%;
    background-color:#fff;
    text-align:center
}
.load-wrap .auto-load{
    display:block;
    padding:auto;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media (min-width: 768px) {
    .navbar {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .navbar {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .navbar {
        width: 1140px;
    }
}

@media only screen and (min-width:1024px) {
    .navbar-nav .nav-item {
        margin: 0 12px;
    }
}

/*  typography  */

@media only screen and (max-width:450px) {
    h1 {
        font-size: 1.1rem !important;
    }
    h2 {
        font-size: 1.0rem !important;
    }
}

@media only screen and (min-width:451px) and (max-width:768px) {
    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (min-width:769px) and (max-width:1023px) {
    h1 {
        font-size: 2.0rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (min-width:1024px) {
    h1 {
        font-size: 2.5rem !important;
    }
    h2 {
        font-size: 2.0rem !important;
    }
}

/* colors   */

input, textarea {
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
}

input::placeholder {
    color: #ccc;
    opacity: 1;
}

.bg-primary, .bg-black {
    background-color:#262a2e!important;
}
.bg-secondary, .bg-white {
    background-color:#ffffff!important;
}

.popover {
    max-width: 100%;
}

.series-number-popover {
    font-size: 20px;
    margin-top: 8px;
}

.row-home-top {
    margin-bottom: 20px;
}

.row-home-top img {
    width: 100%;
    border-radius: 10px;
}
/*  auto content */

.auto-content {
    padding-bottom: 20px;
}

.title {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.title span {
    margin-right: 15px;
}

.form-valid {
    margin-top: 30px !important;
}

/*  contact-form */

#client-form {
    margin-top: 20px;
}

#client-form .form-group, #client-form button {
    margin-top: 10px;
}

#client-form input, #client-form textarea {
    color: #000000;
    border-radius: 0;
    border-color: #000000;
    font-size: 15px;
}

#client-form input {
    padding: 13px .75rem;
}

#client-form input::-webkit-input-placeholder, #client-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000 !important;
}
#client-form input::-moz-placeholder, #client-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000000 !important;
}
#client-form input:-ms-input-placeholder, #client-form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #000000 !important;
}
#client-form input:-moz-placeholder, #client-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}

input.btn-contact {
    width: 100%;
    background: no-repeat;
}

#client-form .form-group {
    margin-bottom: 10px;
}

.contact-info{
    margin: 15px 0;
    display: block;
}
.contact-info .fas {
    margin-right: 10px;
}

.title-espace-client {
    margin-bottom: 30px;
}

/*  page se connecter ou s'enregistrer  */


.bg-info-se-connecter {
    padding: 15px 25px !important;
    border-radius: 10px;
}
.bg-info-se-connecter a {
    color: white;
}
.bg-info-se-connecter a:hover {
    color: #FFFF00;
}

.bg-info-s-enregistrer {
    background-color: #fff;
    padding: 15px 25px !important;
}

.title-se-connecter {
    color: white;
}

.title-s-enregistrer {
    color: #000000; !important;
}

input.btn-se-connecter {
    width: 100%;
    background-color: white;
}

input.btn-s-enregistrer {
    width: 100%;
    background-color: white;
}


/*  Page campagne de rappel : formulaire  */
@media (min-width: 768px) {
    #client-form .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

#client-form .radio-inline input {
    width: auto;
}

/*  Footer */
.footer {
    padding: 0px 0px 5px;
    background: #FFFFFF;
}

.footer-info-top {
    background-color: #FFFFFF;
    color:#000000;
    padding: 4px 0;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
}

.footer-info-top a{
    color:#000000;
}

.footer-info-top a:hover, .footer-info-top a:focus{
    color:#007BFF;
}

.footer-info-bottom {
    background-color: #FFFFFF;
    color:#000000;
    padding: 2px 0;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
}

.footer-info-bottom a{
    color:#000000;
}

.footer-info-bottom a:hover, .footer-info-bottom a:focus{
    color:#007BFF;
}

.alert ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}


.progressbar-container {
    z-index: 5;
    position: relative;
    height: 50px;
}

a.home-contact {
    text-decoration: none;
    display: block;
    padding:20px;
    border: 1px solid grey;
    border-radius: 5px;
    text-align: center;
    transition: 300ms all ease;
}

a.home-contact:hover {
    background: #343a40;
    color: white;
}



/*  Accodion option */

.accordion-option .card {
    border: none;
    border-radius: 0;
}

.accordion-option .card-header {
    background: no-repeat;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.040);
    padding: 10px 0 10px 20px;
}

.accordion-option h3 {
    font-size: 16px;
    line-height: 16px;
    color: #32285A;
    font-weight: 700;
}

.accordion-option h3 > sub {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    bottom: 0;
    font-style: italic;
}

.accordion-option .btn-link {
    font-size: 15px;
    line-height: 15px;
    color: #32285A;
    text-decoration: none !important;
    font-weight: 700;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.accordion-option .btn-link:after {
    font-family:  'Font Awesome 5 Free';
    content: "\f077";
    float: right;
    margin-left: 10px;
}
.accordion-option .btn-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}

.accordion-option .btn-link:after {
    font-family:  'Font Awesome 5 Free';
    content: "\f077";
    float: right;
    margin-left: 10px;
}
.accordion-option .btn-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}

.accordion-option .btn-link > #voir-accordion {
    display: none;
}

.accordion-option .btn-link.collapsed > #voir-accordion {
    display: block;
}

.accordion-option .btn-link.collapsed > #masquer-accordion {
    display: none;
}

#accordion, #accordion2, #accordion3{
    padding-left: 0px;
}

/*===========================
     26.ACCOUNT POPUP css
===========================*/


.account-popup-area{}
.account-popup-area::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.8;
    z-index: 999;
    visibility: visible;
}


.account-popup-content{
    position: fixed;
    width: 570px;
    margin: 0 auto;
    z-index: 999;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.account-popup-content .account-top{
    background-color: #000000;
    position: relative;
    padding: 25px 15px;
}
.account-popup-content .account-top .account-title h3{
    font-size: 30px;
    color: #fff;
}
.account-popup-content .account-top .popup-close {
    position: absolute;
    top: 10%;
    right: 15px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-popup-content .account-top .popup-close span{
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
}
.account-popup-content .account-top .popup-close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.account-popup-content .account-top .popup-close span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.account-popup-content .account-form {
    padding: 0 70px 40px;
}
.account-popup-content .account-form .single-form{
    margin-top: 20px;
}
.account-popup-content .account-form .single-form .form-title{
    width: 40%;
    float: left;
}
.account-popup-content .account-form .single-form .form-input{
    width: 60%;
    float: right;
}


/*---------------------------
     CUSTOM css
----------------------------*/
.account-popup-content .account-form .single-form .form-input.select-dep{
    width: 100%;
    float: left;
}
.account-popup-content .account-form .single-form .form-input.select-dep div.nice-select, .account-popup-content .account-form .single-form .form-input.select-dep div.nice-select ul.list, .account-popup-content .account-form .single-form .form-input.btn-envoi, .account-popup-content .account-form .single-form .form-input.btn-envoi button{
    width: 100%;
}
/*--------------------------
     FIN CUSTOM css
---------------------------*/
.account-popup-content .account-form .single-form .form-title p{
    padding-right: 20px;
    margin-top: 4px;
}

.account-popup-content .account-form .single-form .form-input input{
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #2c2d3e;
}
.account-popup-content .account-form .single-form .form-input button{
    padding: 0 30px;
    height: 45px;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #000000;
    cursor: pointer;
    -webkit-transition:  all 0.3s linear;
    transition:  all 0.3s linear;
}
.account-popup-content .account-form .single-form .form-input button:hover{
    background-color: #fff;
    border-color: #000000;
    color: #000000;
}

.account-popup-content .account-form .single-form p a{
    color: #000000;
    font-size: 16px;
}



.account-popup-content .account-top .account-title h3 span{
    font-weight: 300;
}


.account-popup-content .account-form{}

