﻿:root {
    --avtg-green : #00c099;
    --avtg-gray-light : #f3f3f3;
    --avtg-gray : #444444;
    --avtg-pink : #c8007b;
    --avtg-blue-light : #229eca;
    --avtg-blue : #0055a4;
    --bytel-blue-light : #00acd4;
    --bytel-blue : #005faf;
    --bytel-orange : #eb6909;
}

/************woof*/

@font-face {
	font-family:'Bouygues Read';
	src:	url('woff2/BouyguesRead-Light.woff2') format('woff2'),
			url('woff1/BouyguesRead-Light.woff') format('woff1');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family:'Bouygues Read';
	src:	url('woff2/BouyguesRead-Regular.woff2') format('woff2'),
			url('woff1/BouyguesRead-Regular.woff') format('woff1');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Bouygues Read Condensed';
	src:	url('woff2/BouyguesReadCondensed-Regular.woff2') format('woff2'),
			url('woff1/BouyguesReadCondensed-Regular.woff') format('woff1');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Bouygues Read';
	src:	url('woff2/BouyguesRead-Medium.woff2') format('woff2'),
			url('woff1/BouyguesRead-Medium.woff') format('woff1');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family:'Bouygues Read';
	src:	url('woff2/BouyguesRead-Semibold.woff2') format('woff2'),
			url('woff1/BouyguesRead-Semibold.woff') format('woff1');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family:'Bouygues Read';
	src:	url('woff2/BouyguesRead-Bold.woff2') format('woff2'),
			url('woff1/BouyguesRead-Bold.woff') format('woff1');
	font-weight: 700;
	font-style: normal;
}

/*Fin wof*/
body {
    padding: 0px;
    margin: 0px;
    background: white;
}

/* Style : mobile xs */
@media  (max-width: 344px) {
    
    .trait{
        display: block !important;
        border-top:  #cac7c7 solid 2px !important;
        width: 60% !important;
        margin: 0 auto 10px auto !important;
    }
    .lblDescription p {
        margin-bottom: 10px !important;
    }
    .lblDescription:before {
        margin-bottom: 5px !important;
    }

    .div-btn {
        margin-bottom: 10px !important;
    }

    .logo-bouyg {
        height: 50px;
    }

    .headerCompte {
        height: 50px;
    }

        .headerCompte img {
            height: 15px;
            width: 10px;
        }
    .ligne-mobile {
        padding-left: 10px !important;
         margin-left: 0px !important; 
    }
    .ligne-mobile-row {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .title-home {
        font-size: 12px !important;
    }
    .num-span {
        border-radius: 5px !important;
        padding: 3px 40px !important;
        margin-left: 18px !important;
    }
    .wrap-ligne {
        border-right: none !important;
        padding-bottom: 6px !important;
        padding-top: 6px !important;
        margin-right: 0px !important;
    }
    .name-welcome {
        margin-top: 10px !important;
        margin-left: 15px !important;
        font-size: 17px !important;
    }
    .lienDeconnexion {
        font-size: 0.87rem !important;
        padding-right: 10px !important;
    }
    .offres-section {
        padding: 0px !important;
        margin: 0px !important;
    }
    .ligns-div {
        padding: 0px !important;
    }
    .offres-title {
        font-size: 14px !important;
        margin-left: 6px !important;
    }


/*<contenu responsive des offres>*/
    .tbl-lignes .linge-avtg td {
        display: block !important;
        width: 100% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(1) {
        display: inline-block ! important;
        width: 50% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(2) {
        display: inline-block ! important;
        width: 50% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(3){
        font-size : 12px !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(4){
        padding-right: 0px !important;
        font-size:12px !important;
    }
    .div-btn, #panAvtg {
        display: inline-block ! important;
        width: 100% !important;
    }
    .btn-avtg{
        display: inline-block ! important;
        width: 45% !important;
    }
     /*</contenu responsive des offres>*/
      .display, .display2 {
        min-width: 0px !important;
    }
      .lblDescription {
        font-size: 12px !important;
    }
    .form-cnnx-div{
        margin-top: 8px !important;
        padding-bottom: 2px !important;
        padding: 3px 10px !important;
    }
    

    .welcome-text {
        font-size: 23px !important;
        margin-bottom: 0px;
    }
     .form1-title {
        font-size: 15px !important;
        margin-bottom: 0px;
        margin-left: 5px;
    }
     .div-sign {
        font-size: 13px !important;
        min-width: 100% !important;
        margin-top: 8px !important;
    }
    .authentication-panel {
        padding: 0px !important;
    }
    .div-sign .shadow {
        padding: 29px 19px !important;
        margin-top: 7px !important;
    }
    .offres-button {
        font-size: 12px !important;
        padding: 7px 20px !important;
    }
}
/* Style : mobile sm */
@media (min-width : 345px) 
and (max-width: 767px) {
   .trait{
        display: block !important;
        border-top:  #cac7c7 solid 2px !important;
        width: 60% !important;
        margin: 0 auto 10px auto !important;
    }
    .lblDescription p {
        margin-bottom: 0px !important;
    }
    .lblDescription:before {
        margin-bottom: 5px !important;
    }

    .div-btn {
        margin-bottom: 10px !important;
    }

    #divGPNotfirst, #divPRONotfirst {
        margin: 23px 0px !important;
    }

    .txtBoxAccueil {
        width: 100% !important;
    }

    .authentication-panel {
        padding: 0px !important;
    }

    .div-sign .shadow {
        padding: 47px 15px !important;
    }

    .logo-bouyg {
        height: 50px;
    }

    .headerCompte {
        height: 50px;
    }

        .headerCompte img {
            height: 15px;
            width: 10px;
        }

    .div-sign {
        font-size: 12px !important;
        min-width: 290px !important;
    }

   /*<contenu responsive des offres>*/
    .tbl-lignes .linge-avtg td {
        display: block !important;
        width: 100% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(1) {
        display: inline-block ! important;
        width: 50% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(2) {
        display: inline-block ! important;
        width: 50% !important;
    }
    .tbl-lignes .linge-avtg td:nth-of-type(4){
        padding-right: 0px !important;
    }
    .div-btn, #panAvtg {
        display: inline-block ! important;
        width: 100% !important;
    }
    .btn-avtg{
        display: inline-block ! important;
        width: 45% !important;
    }
     /*</contenu responsive des offres>*/
    .display, .display2 {
        min-width: 0px !important;
    }

    .offres-section {
        padding: 0 0px !important;
        margin: 20px 7px !important;
    }
    
    .ligne-mobile {
        border-right: none ! important;
    }

    .ligne-mobile-row {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .logo-home {
        padding: 23px ! important;
    }
    .deconnect-welcome-row {
        margin-left: 0 !important;
    }
    .name-welcome {
        font-size: 23px !important;
        padding: 0;
        margin-top: 2px !important;
        margin-left: 15px !important;
    }
    

    .title-home {
        font-size: 13px !important;
    }
    .form1-description {
        font-size: 13px !important;
    }
    .offres-button {
        font-size: 13px !important;
    }
    .lienDeconnexion {
        font-size: 1rem !important;
    }
    .info-compte .container-fluid {
        padding: 0;
        font-size: 13px !important;
    }
    .offres-title {
        font-size: 15px !important;
    }
     .tbl-lignes .ligne .phoneNum {
        font-size: 13px !important;
    }
     .ligns-div {
        margin: 30px 10px !important;
        padding: 10px 4px !important;
    }
     .welcome-text {
        font-size: 23px !important;
    }
     .form1-title {
        font-size: 18px !important;
    }
     .form-cnnx-div{
        margin-top: 10px !important;
        padding-bottom: 5px !important;
        padding: 5px 20px !important;
    }
    .wrap-ligne {
        border-right : none !important;
        width: 100%;
        margin-right: 0px !important;
    }
    
}

/* Style large : medium devices (Tablet, iPad ..) */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 
    
    .ligns-div {
        margin: 20px 0px !important;
        padding: 20px 20px !important;
    }
    .div-sign {
        max-width: 440px;
        min-width: 340px;
    }
    .name-welcome {
        margin-top: 16px !important;
        margin-left: 20px !important;
        font-size: 25px !important;
    }
    .offres-section {
        padding: 0 0px !important;
    }
    .offres-title{
        padding-left: 6px !important;
    }
    .lienDeconnexion {
        padding-right: 10px !important;
    }
}

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gridview td + td + td span {
        width: 55% !important;
        
    }

    .ie-width{
        width:100%;
    }
}*/

/*  Style navbar  */
.home-nav {
    border-bottom: solid thin #f3f3f3;
    padding-left: 15px;
}

.logo-bouyg {
    height: 73px;
    padding: 10px 0px;
}

.logo-home {
    height: 73px;
    padding: 23px;
    padding-right: 13px;
}

.title-home {
    font-weight: bold;
    font-size: 14px;
}
.home-div {
    display: inline-block;
}
 
/*  Style page authentication  */
.ligns-div {
    
    margin: 30px 10px;
    padding: 10px 46px;
    background: white;
    /*background: white;*/
    /*margin: auto;*/
}

.welcome-text {
    font-weight: 100;
}
.form-cnnx-div{
    margin: auto !important;
    margin-top: 20px;
    padding-bottom: 10px;
    padding: 10px 40px;
}

.form1-title {
    color: #25465F;
    font-weight: 100;
}

.authentication-panel {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.div-sign {
    max-width: 440px;
    min-width: 340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}

    .div-sign .shadow {
        /*font-weight: bold;*/
        padding: 47px 37px;
        margin-top: 7px;
    }

    .div-sign .txtBoxAccueil {
        border: solid thin;
        border-color: #444444;
        border-radius: 0;
    }

#divGPfirst {
    color: #25465F;
}

.form1-description {
    color: #25465F;
    font-size: 15px;
    font-weight: bold;
}

#divGPNotfirst, #divPRONotfirst {
    margin: 23px 13px;
    margin-right: 0px;
}

.phone-field-div {
    height: 5.2%;
}

.text-field-div {
    height: 5.2%;
    float: left;
}

.offres-button {
    float: right;
    font-size: 14px;
    padding: 7px 23px;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

#div-sign-hidden {
    display: none;
}
/*  Style page offres  */
.ligne-mobile {
    padding-left: 15px;
    padding: 5px;
    text-align: left !important;
    margin-left: 15px;
}

    .ligne-mobile span {
        width: 70%;
    }

.ligne-mobile-row {
    border-top: #cac7c7 solid thin;
    border-bottom: #cac7c7 solid thin;
    color: #25465F;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: 0px;
}
.wrap-ligne{
    height: 100%;
    border-right: #cac7c7 solid thin;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 40px;
}
.deconnect-row {
    
    text-align: right;
    float: right;
    margin-right: 0px;

}


.name-welcome {
    color: #25465F;
    margin-top: 20px;
    margin-left: 56px;
    font-size: 27px;
    margin-right: 0px !important;
}

.lienDeconnexion {
    text-align: right;
    float: right;
    font-size: 1rem !important;
    /*color: #c8007b;*/
    color:#109DB9;
    float: right;
    text-align: right !important;
    display: block;
    margin-right: 20px !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size .3s;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-decoration-line : none;
    background-size: 100% 2px;
    color:#109DB9; 
    

}



.lienDeconnexion:hover {
    text-decoration-line : none;
    background-size: 0% 2px;
    color:#109DB9;
}


.lienDeconnexion:focus {

    text-decoration-line : none;
    background-size: 0% 2px;
    color:#109DB9;
}

.lienDeconnexion:active {

      text-align: right;
    float: right;
    font-size: 1rem !important;
    /*color: #c8007b;*/
    color:#109DB9;
    float: right;
    text-align: right !important;
    display: block;
    margin-right: 20px !important;
    
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
   
    transition: background-size .3s;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    padding: 0;
    
    

    text-decoration-line : none;
    background-size: 100% 2px;
   
    color:#109DB9; 
    
}


.info-compte .container-fluid {
    padding : 0;
    width: 100% !important;
    font-size: 17px;
    color: #8a8a8a;
    font-size: 16px;
}

.offres-section {
    padding: 0 43px;
    /*margin: 30px 10px;*/
}

.offres-title {
    text-align: left !important;
    font-size: 17px;
    color: #25465F;
}
/*----------------- gridview : large screen size  -------------------*/
.tbl-lignes {
    position: relative;
    width: 100%;
}

    .tbl-lignes .entete {
        display: none;
    }

    .tbl-lignes .ligne .phoneNum {
        text-align: center;
        font-weight: bold;
        display: block;
        font-size: 13px;
        /*font-family: 'Nunito', sans-serif;*/
    }

    .tbl-lignes .btn-ligne, .tbl-lignes .btn-ligne-scrt {
        color: black;
        border-bottom: solid thin black;
        font-weight: bold;
        border-radius: 0;
        background: transparent;
        cursor: pointer;
        /*font-family: 'Nunito', sans-serif;*/
    }

    .tbl-lignes .btn-ligne-primary, .btn-ligne-primary, .tbl-lignes .btn-ligne-scrt-primary {
        color: white;
        background-color: #0055a4;
        border-color: #0055a4;
        border: solid thin var(--blue);
        border-radius: 2px;
        padding: 7px;
        /*font-family: 'Nunito', sans-serif;*/
    }

    .tbl-lignes .linge-avtg td:nth-of-type(1) button {
        cursor: default;
        color: #c8007b;
        background: transparent;
        padding: 0;
        text-transform: lowercase;
    }

        .tbl-lignes .linge-avtg td:nth-of-type(1) button:before {
            content: "Remboursement ";
            color: #444444;
            padding: 0;
            text-transform: capitalize;
        }

        .tbl-lignes .linge-avtg td:nth-of-type(1) button:after {
            content: " : ";
            color: #444444;
            padding: 0;
        }

    .tbl-lignes .linge-avtg td p {
        text-align: left;
    }

    .tbl-lignes .linge-avtg td:nth-of-type(1), .tbl-lignes .linge-avtg td:nth-of-type(2) /*, .tbl-lignes .linge-avtg td:nth-of-type(4)*/ {
        width: 22%;
    }

    .tbl-lignes .linge-avtg td:nth-of-type(4) {
        width: 19%;
        font-weight: bold;
        font-size: 14px;
        padding-right: 10px;
    }

    .tbl-lignes .linge-avtg td:nth-of-type(3) {
        width: 37%;
    }

    .tbl-lignes .linge-avtg-scrt td:nth-of-type(3):before {
        content: "Statut";
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-bottom: 7px;
    }

    .tbl-lignes .linge-avtg-scrt td:nth-of-type(4):before {
        content: "Date de la demande";
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-bottom: 7px;
    }

    .tbl-lignes .linge-avtg-scrt td:nth-of-type(5):before {
        content: "Date d'attribution";
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-bottom: 7px;
    }

    .tbl-lignes .linge-avtg-scrt td, .tbl-lignes .linge-avtg-scrt td a {
        text-decoration: none;
        font-size: 12px;
        /*font-family: 'Nunito', sans-serif;*/
    }

        .tbl-lignes .linge-avtg-scrt td a {
            color: #c8007b;
        }

.btn-avtg {
    margin-bottom: 10px;
    font-size: 12px;
    width: 100%;
    margin: auto;
}

.div-btn {
    display: inline-flex;
    flex-direction: column;
}

.offres-link-button{
    margin-bottom: 5px;
}

.display, .display2{
    min-width: 100%;
}

.offre-remb {
    font-size: 14px;
    /*color: #00acd4;*/
    font-weight: bold;
}

.offre-remb-div {
    position: relative;
}

.offre-remb-span {
    font-size: 33px;
    letter-spacing: -1px;
    margin-left: -25px;
}

.offre-remb-valeur2 {
    position: absolute;
    letter-spacing: -1px;
    margin-top : 7px;
}

  .gridview td+td+td+td+td {
    width:100% !important;
}



    /*.gridview td+td+td span {
    width:55% !important;
    background-color:yellow;
}*/


.offre-remb-monthly {
    font-weight: 100;
    position: absolute;
    top: 23px;
    font-size: 11px;
    margin-left: 3px;
}

.offre-remb-remise {
    display: block;
    margin-top: -7px;
    margin-bottom: 10px;
}

.offre-remb-virement {
    display: block;
    margin-top: -7px;
    margin-bottom: 10px;
}

.offre-remb-etat {
    /*color: #c8007b;*/
    color:#009060;
    font-weight: bold;
}



.lblDate {
    font-size: 13px;
    /*color: #25465F;*/
}

    .lblDate:before {
        content: "Date de la demande";
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-bottom: 7px;
        /*color: #25465F;*/
    }

.impaye-td {
    text-align: center !important;
    width: 100%;
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
}

.impaye {
    padding: 5px;
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 5px;
    color: #F6B027;
    font-weight: bold;
}


/*----------------- modals style  -------------------*/

#mentionLegaleModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#mentionLegaleModal p {
    max-width: 100%;
}

.mentionLegale-modal-body-div {
    padding: 13px 33px;
    font-size: 14px;
}

.success-modal-body-div {
    padding: 13px 33px;
    font-size: 16px;
    color: #25465F;
    text-align: center;
}

.success-modal-header-div {
    border: 0;
}

    .success-modal-header-div img {
        margin: auto;
        height: 73px;
    }

.inactif-modal-body-div {
    padding: 23px 33px;
    font-size: 15px;
    color: gray;
    text-align: center;
}
.souscrite-label {
    font-weight: bold;
    /*color:#25465F;*/
}

.lblDescription {
    font-size: 13px;
}

    .lblDescription p {
        text-align: left !important;
        display: inline-block;
        padding: 5px;
    }

    .lblDescription:before {
        content: "Description de votre offre";
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-bottom: 7px;
    }
.trait{
    display : none;
}

                                   

p {
    word-wrap: break-word;
    white-space: pre-wrap;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.btn:focus,
button:focus,
.uneditable-input:focus {
    outline: 0 none;
    box-shadow: none !important;
}

ul {
    list-style-type: none;
}

body {
    /*font-family: 'Nunito', sans-serif !important;*/
    font-family: 'Bouygues Read' !important;
    color: #25465F;
}

table, td, a, button, span, div {
    /*font-family: 'Nunito', sans-serif !important;*/
}

Border2 {
    border: none !important;
    padding: 30px 69px;
    margin: auto;
    border-radius: 3px;
    background: white;
    max-width: 470px;
    margin: auto;
    right: 122px;
    margin-top: -97px;
}

.bouton {
    color: red;
    background: white;
    cursor: pointer;
    border: solid thin;
    /*border-color: #c8007b;*/
    border-color: #fe544b;
    border-radius: 2px;
    font-size: 13px;
    /*font-family: nunito;*/
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

    .bouton:hover {
        color: #FFFFFF;
        /*background-color: #c8007b;*/
        background-color: #FF776F;
        text-decoration: none;
    }

    .bouton:active {
    background-color: #fe544b !important ;
    border-color: #fe544b !important;
    color: #fff !important;
    text-decoration: none  !important;
}

.bouton-invert {
    color: white !important;
    /*background-color: #c8007b;*/
    background-color: #fe544b ;
    text-decoration: none !important;
}

.btn-mt-legal
{
    color: #109DB9;
    background: white;
    cursor: pointer;
    border: solid thin;
    /*border-color: #c8007b;*/
    border-color: #109DB9;
    border-radius: 2px;
    font-size: 13px;
    /*font-family: nunito;*/
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.btn-mt-legal:hover
{

        color: #FFFFFF;
        /*background-color: #c8007b;*/
        background-color: #109DB9;
        text-decoration: none;
}

.btn-mt-legal:active
{
     background-color: #168DA5 !important ;
     color: #FFFFFF !important;
     text-decoration: none  !important;
}

.btn-close{
    color:#25465F;
    font-weight: 700;
    opacity: inherit;
}
.offres-button {
    float: right;
    font-size: 14px;
    padding: 7px 23px;
    margin-right: 0px;
    letter-spacing: 0.5px;
}
.btn-back:before {
    content: "<";
    display: inline-block;
    transform: scale(1,1.7);
    font-weight: 100;
    margin-right: 7px;
}

.txtBoxAccueil {
    width: 93%;
    border: solid thin;
    border-color: #c8007b;
    border-radius: 2px;
    padding-left: 10px;
}


.cap {
    margin-left: 10px;
    text-transform: capitalize;
}

.num-span {
    
    border-radius: 5px;
    padding: 5px 59px;
    background: #f3f3f3;
    margin-left: 33px;
    font-weight: bold;
    /*color: #565656;*/
}




.shadow {
    box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.history-div {
    color: white;
    background: #229eca;
    padding: 10px 40px;
    margin-top: 30px;
}

    .history-div .compte-title {
        color: white;
        border-bottom: solid thin white;
    }

.info-div {
    background-color: white;
    color: black;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: -200px;
    width: 77%;
    padding: 25px;
}

    .info-div table, .info-div table td, .info-div table th {
        border: 0;
    }

        .info-div table th {
            border-bottom: solid thin black;
            font-size: 14px;
        }






.gridview .ligne {
    margin: 23px 7px;
    padding: 19px 0;
    display: block;
    position: relative;
    color:#25465F;
}

    .gridview .ligne td {
        /*width: 25%;*/
        display: inline-block;
        text-align: center;
    }

.gridview .linge-avtg-scrt td {
    width: 20%;
    display: inline-block;
    text-align: center;
}

    .gridview .linge-avtg-scrt td span {
        width: 100%;
    }



.entete-history {
    position: absolute;
    bottom: 69px;
    width: 100%;
    display: none;
    justify-content: space-around;
    background: transparent !important;
    border-bottom: solid thin #d1d1d1 !important;
}

.gridview .entete {
    color: black;
}

.entete-history th {
    text-align: center;
    font-size: 15px !important;
    display: block;
    width: 25% !important;
}

    .entete-history th:nth-of-type(1), .entete-history th:nth-of-type(2) {
        display: none;
    }


.divInfo {
    display: flex;
    justify-content: space-around;
    padding: 27px 0;
}

.blocked {
    display: block;
    margin: 7px auto;
    text-align: center;
    font-size: 13px;
}

    .blocked p, .blocked span {
        font-size: 13px !important;
    }

.flexed {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.margendLeft {
    margin-left: -200px;
}

.idntf {
    margin-left: -5px;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.DivPopup {
    z-index: 100;
}

.gridview {
    /*font-family: 'nunito';*/
    font-family: 'Bouygues Read' !important;
    font-size: 12px;
}

.history-div .gridview {
    color: white;
}

.avtg-link {
    color: #c8007b;
    text-decoration: underline;
}



.btn-link {
    color:#109DB9;
    text-decoration: underline;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-decoration-line : none;
    background-size: 100% 2px;
}

.btn-link:hover, .btn-link:focus {
    text-decoration-line : none;
    background-size: 0% 2px;
    color:#109DB9;
}


.div-img {
    display: flex;
    width: 150px;
    width: fit-content;
    margin: auto;
    margin-bottom: 7px;
}

    .div-img img {
        height: 27px;
        margin-top: -5px;
        margin-right: 15px;
    }

.disabled {
    margin-bottom: 10px;
    border: solid thin;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
     border-color: #DADADA;
    background-color: #DADADA;
}

.disabled:hover {
      
    color: #ffffff !important;
    text-decoration: none;
     border-color: #DADADA !important;
    background-color: #DADADA !important;
    }

 .disabled:active {
      
    color: #ffffff !important;
    text-decoration: none;
     border-color: #DADADA !important;
    background-color: #DADADA !important;
    }

  .disabled:focus {
      
    color: #ffffff !important;
    text-decoration: none;
     border-color: #DADADA !important;
    background-color: #DADADA !important;
    }

.headerCompte {
    height: 73px;
    padding: 23px 14px;
    float: right;
    background: #00acd4;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: white;
}

    .headerCompte img {
        height: 20px;
        width: 17px;
        margin: auto;
        margin-top: -10px;
        margin-bottom: 5px;
    }
.espace-client-link{
    position: absolute;
    top: 0;
    right: 0;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.firstRow {
    margin-top: 40px !important;
    margin-bottom: -17px !important;
    border-radius: 4px 4px 0 0 !important;
}

.lastRow {
    margin-bottom: 40px !important;
    margin-top: -17px !important;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.24) !important;
    border-radius: 0 0 4px 4px !important;
}

.middleRow {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.24) !important;
    border-radius: 0 !important;
}

    .lastRow td:nth-of-type(1), .middleRow td:nth-of-type(1) {
        visibility: hidden;
    }

.txtBoxAccueil {
    /*color: #c8007b;*/
    font-weight: bold;
    color: #7d7d7d;
}
