body{
    margin : 0px;
    padding : 0px;
    font-family : Montserrat;
    overflow-x: hidden;

}
* {
    box-sizing: border-box;
    max-width: 100%;
}

:root{
    --dark-gray : #2D3C4B;
    --light-blue : #E9F2FA;
    --blue : #68A7DD;
    --light-gray : #ced4da;
    --green : #81B13E;
    --light-green : #D0E8C0;
}
h1,
.titre {
    color: var(--green);
    margin: 50px 0 10px 0;
    font-size: 3.125rem;
    text-align: center;
    font-family: "Forza Black";
    /*font-weight: 800;*/
    text-transform: uppercase;
}
.h1_ss_tt{
    color: var(--dark-gray);
    font-size: 1.75rem;
    font-family: "Forza Book";
    line-height: 1;
    margin-bottom: 10px;
    /*font-weight: 400;*/
}

h2 {
    font-family: "Forza Bold" ;
    margin: 0;
    color: var(--dark-gray);
    font-size: 2.375rem ;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -0.1rem;
}
.h2_ss_tt{
    font-family: "Forza Book" ;
    color: var(--dark-gray);
    line-height: 1;
    font-size: 1.2rem ;
    text-align: center;
    text-transform: uppercase;

}

h3{
    font-family: "Forza Bold" ;
    margin: 0;
    color: var(--dark-gray);
    font-size: 1.6rem ;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
    margin-bottom: 10px;
}
.h3_ss_tt{
    font-family: "Forza Book" ;
    color: var(--dark-gray);
    font-size: 1.3rem ;
    text-align: center;
}
label{
    font-family: "Forza Book" ;
    color: var(--green);
    font-size: 1rem ;
    text-transform: uppercase;
}
label a{color: var(--green);}
label a:hover{ color: var(--light-gray)}
/*CSS COMMUN A PLUSIEURS PAGES */

#logoResp, #bBurger, .hBurger .hUser, .spanPrix, #col-suivi, #badgeContreOffre, #idPlanning, #idresa1, #form-group-none, #btnreserve, #btnmodifier, .blocGp, #tmod{
    display : none;
}

.rows, .logo, .row h1, .nav, .critere, .form-group, .col-filter, #filterss, .aIm, .double, #selectLangue, .input-container{
    display : flex;
}

.rows, .nav, .form-group, #filterss{
    flex-wrap : wrap;
    justify-content : center;
}

/*p, .tittre, .tableEntete, #days, #commentaire, .labelTitre, .form-control, .lignePop, .aTitle, .aSubTitle, .subTitleContent, .titreFamille, .thTitle, .courrier-e-mailing, .double input, #myTable, #tabsort, #json-table, #p-reprendre-table td, #biblioTarifs, .footer, #p-reprendre-table th, .actionText, .labelOffre, .titreOffre, .lienGp, .form-control-2, .Ajouter, #btnAjouter, .bgGrey, [id^="o_rep"], .agent-center{*/
/*    text-align : left;*/
/*}*/
.table td{ vertical-align: middle;}
.box{ text-align: center; max-width: 460px;}
.box .text-center{font-family: 'Forza Medium';}
.titre_index, .links a{
    font-family : 'Forza', 'Arial Black', Arial, sans-serif;
}

/*.tittreNews, .tittre, .month2, [id^="fiche"], .sous-titre-modale, .labelTitre, .chiffre, .aTitle, .subTitleContent, .titreFamille, #titre-tarif, .text-center, .table-container th, #p-reprendre-table th, .lignePop, .labelOffre, .titreOffre{*/
/*    font-family : Forza Bold, 'Arial Black', Arial, sans-serif;*/
/*}*/

.btn, #tittreModal, #referenceModal, #reservation2, .msgErr, .input-container label, #form a, #form p, .btn-small{
    font-family : Forza Book, 'Arial Black', Arial, sans-serif;
}

p, #language, .pres, .critere, #tableReservation, .table-container td, .form-checkk, .aSubTitle, .courrier-e-mailing, .double input, #selectLangue, #username, #password, .badge, #p-reprendre-table td{
    font-family : Roboto;
}



.table-center td,.table-center th{text-align: center; vertical-align: middle;}
.table-center .td_rond{font-size: 2rem; padding: 0}

.a_remettre{ display: none;}

.dCenter{ margin: 0 auto;}

/*HEADER*/

header{
    background-color : var(--dark-gray);
}

.rows{
    align-items : center;
}

.col {
    flex: 1 0 0%;
}

.logo{
    width : 210px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.logo img{
    width : 280px;
}

.hUser table{
    float: right;
    padding-right : 30px;
    border-collapse:unset;
}

.pictoNav1, .pictoNav2{
    width : 23px;
}

.textUser{
    color: #68A7DD;
    padding: 0 6px;
}

.row h1{
    height: 100%;
    justify-content: center;
}

.nav{
    padding-left : 0px;
    list-style : none;
    margin : 15px 30px 0 30px;
    padding-bottom : 10px;

}

.nav-link{
    color : white !important;
}

.tittreNavBar {
    font-family : Forza Medium;
    text-transform : uppercase;
    font-size: 20px !important;
}

.nav-link{
    text-decoration : none;
    color : white;
    margin : 0 15px;
    cursor: pointer;
}

.nav-link:hover{
    color : var(--green) !important;
}

#language{
    border : 1px solid var(--blue);
    font-size : 16px;
    padding-top : 10px;
    padding : 5px;
}

#language option{
    font-family : Roboto, monospace !important;
    font-size : 17px;
}

#opak{
    visibility:hidden;
    height:20px;
}

.logo2{
    padding-bottom : 20px;
}

#header3{
    margin-bottom : 20px;
}

.input-group{
    max-width : 400px;
    margin : auto;
}

.menu-deroulant{
    position: relative;
    display: inline-block;
}

ul.sous_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 15%;
    background-color: var(--dark-gray);
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    border : 1px solid white;
}

.menu-deroulant:hover .sous_menu {
    display: block;
}

ul.sous_menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}

ul.sous_menu li a:hover {
    /*background-color: var(--dark-gray);*/
    color: var(--green) !important;
}

.notif{
    margin-left : 20px;
}

/* PAGE ACCUEIL */

/*.accueilBlock {
    background-image: url('/assets/images/site/fond_home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    margin: 0;
    top : 0;
    padding-top : 180px;
}

.blockIndex{
    position: absolute;
    width: 95%;
}

.titre_index{
    color: #68A7DD;
    margin : 100px 0 20px 90px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

h6{
    font-size: 40px !important;
    font-weight: 900 !important;
}

.sliderNews{
    background-color:rgba(256, 256, 256, .9);
    width: 430px;
    padding: 10px 20px 20px;
    overflow: auto;
    margin:0 5%;
    margin-top : 120px;
}

.tittreNews{
    font-size: 30px;
    color: #68A7DD;
    text-transform: uppercase;
}*/

/* PAGE PLANNING */



.pres{
    padding : 0;
    margin : 0;
    margin-bottom : 20px;
    font-size : 20px;
}

.critere{
    flex-direction : row;
    align-items : center;
    height : 30px;
    margin : 0 80px;
}

.critere p{
    margin-top : 15px;
}

.carre{
    height: 18px;
    width: 18px;
    border: 1px solid #68A7DD;
    margin : 20px 10px 20px 20px;
}

.carre1{
    background-color: #FFFFFF;
}

.carre2{
    background-color: var(--dark-gray);
}

.carre3{
    background-color: var(--green);
}

.carre4{
    background-color: var(--light-green);
}

.buttons{
    margin-top : 80px;
}

.btn{
    font-size: 18px;
    text-transform:uppercase;
    border-radius:2px;
    cursor:pointer;
    text-decoration : none;
    letter-spacing : 0;
    background-color: var(--green);
    border : 1px solid var(--green);
    margin-bottom: 1.6rem;
}

.btn:hover{
    background-color : var(--light-gray);
    border : 1px solid var(--light-gray);
    color : white;
}

.btn1{
    background-color:#fff;
    color : var(--green);
    /*
    width : 220px;
    */
}

.btn2{
    background-color: var(--green);
    color : #fff;
    /*padding-left : 25px;*/
}

.btn-login{
    margin-bottom: 500px;
}

.month2{
    color : var(--blue);
    font-size : 30px;
    text-transform:uppercase;
    margin-top : 10px;
}

#tableReservation, .table-container{
    margin-top : 20px;
    margin-bottom : 20px;
    padding-left : 0;
    padding-right : 0;
    max-width : 1380px;
}

.table-container tBody, .table-responsive-lg{
    border : 1px solid var(--blue);
}

.table-container tBody{
    border-top : 2px solid var(--blue) !important;
}

.tableEntete{
    border : 1px solid var(--blue);
}

[id^="fiche"], [id^="dateJour"], #days td{
    border-right : 1px solid var(--light-gray);
}

#days td{
    min-width : 30px;
}

[id^="dateJour"] input{
    border : 1px solid var(--blue);
}

[id^="tableDay"]{
    font-size : 13px;
}

[class^="dateJour"]{
    height : 40px;
    width : 26px;
}

[id^="fiche"]{
    padding-right : 10px;
    padding-left : 10px;
    padding-bottom : 10px;
    font-size : 13px;
}

.modal-dialog{
    max-width : 620px;
}

.modal-title{
    margin-top : 0;
    font-size : 40px;
    margin : 15px auto 0 auto;
}

.modal-footer{
    justify-content:center;
    padding : 30px 0 70px 0;
    width: 100%;
}

#commentaire{
    border : 1px solid var(--blue) !important;
    height : 60px;
}

.swal2-actions button{
    background-color : var(--green)!important;
    --swal2-action-button-focus-box-shadow: 0 0 0 3px rgba(101, 179, 46, 0.5)!important;
    border:none!important;
}
.swal2-html-container{
    font-family: Roboto;
    font-size: 14px;
}
/*.my-swal-icon {*/
/*    width: 46px !important;*/
/*    height:46px !important;*/
/*}*/

/*
.no-border-btn,
.no-border-btn:hover,
.no-border-btn:focus,
.no-border-btn:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-image: none !important;
}

#tittreModal, #referenceModal, #reservation2, .tittreModal, .refModel{
    !*background-color : var(--blue);*!
    padding : 10px;
    !*border-radius : 2px;*!
    margin : 0 10px 10px 10px;
    color : black;
    font-size : 17px;
}

.sous-titre-modale{
    font-size : 20px;
    margin : 30px auto 0 auto;
}

.form-group{
    flex-direction: column;
}

.date{
    margin:auto;
    border : 1px solid var(--blue);
    border-radius : 3px;
    margin-bottom : 10px;
    padding-left : 80px;
}


#date1, #date2{
    width : 160px;
    display : inline-block;
}

!* PAGE STOCK *!

.encadre-stock{
    border : 1px solid var(--blue);
    padding : 10px;
    margin : 50px auto;
    max-width : 1200px;
    padding-top : 20px;
    padding-bottom : 10px;
}

.isRed{
    color : red;
    font-weight : bold;
}

.isGreen{
    color : var(--green);
    font-weight : bold;
}

.view-filter:hover{
    color : var(--light-gray);
}

.col-filter{
    width : 250px;
    flex-direction : column;
    margin : 0 15px 10px 15px;
    flex-wrap : wrap;
}

#filterss{
    flex-direction : row;
}

.labelTitre, .lignePop{
    font-weight : bold;
    margin-top : 13px;
}

.form-control, [id^="o_rep"]{
    width : 250px;
    margin : auto;
    appearance : none;
    background-color: white;
    border : 1px solid var(--light-gray);
    border-radius : 5px;
    height : 40px;
}

.check1{
    margin-left : 90px;
}

.check2{
    margin-left : 65px;
}

.check3{
    margin-left : 30px;
}

.form-checkk input{
    margin-right : 7px;
}

thead{
    vertical-align : middle !important;
    background-color : var(--light-gray);
}

.icone-stock img{
    width : 20px;
    display : block;
    margin: auto;
    margin-top : 5px;
}

.table-container th, #p-reprendre-table th{
    font-size : 14px;
}

.table-container th{
    cursor : pointer;
}

.table-container td, #p-reprendre-table td{
    font-size : 13px;
    max-width : 450px;
}

.head-stock th, .tableEntete th{
    min-width : 80px;
}

.tableEntete th{
    position : sticky;
    top : 0;
    z-index: 2;
    background-color : var(--light-blue);
}

.refModel{
    width : 400px;
    margin : auto;
    margin-bottom : 20px;
}

.tPrix{
    text-decoration : none;
    color : var(--gray);
    font-weight : bold;
    font-size : 15px;
    padding : 10px;
}

.tPrix:hover, .tPrixOffre:hover{
    color : var(--light-gray);
}

.legende{
    margin-top:8px;
    margin-bottom: 12px;
    text-align: center;
}

.legende span{
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom:-5px;
}

.cBlack{
    background-color: #000;
}

.cGray{
    background-color: #CCC;
}

.cRed{
    background-color:#D10018;
}

.fab-container {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.fab-container:hover {
    height: 100%;
}

.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    z-index: 2;
}

.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
}
*/

/*SUIVI COMMERCIAL*/

/*.numbers .rows{
    margin : 0 60px;
}

.numbers p{
    margin : auto 5px;
}

.chif1, .chif2, .chif3{
    font-size : 45px;
}

.chif4{
    font-size : 45px;
}

.rel1{
    color : red;
}

.rel2{
    color : green;
}

.rel3{
    color : black;
}

.rel4{
    color : var(--blue);
}

.filtres-suivi{
    margin-top : 25px;
}

.suivi-check{
    list-style-type : none;
    padding-left : 0;
}

#opakPop{
    height:2000px;
    background:rgba(0,0,0,0.85);
    width: 100%;
    position: fixed;
    top: 0; left: 0;
    display: none;
    z-index: 998;
}

#tmod{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    min-width: 410px;
    max-width : 50%;
    overflow: auto;
    border-radius: 10px;
    background-color:#FFF;
    max-height: 90vh;
}

#popClose{
    position:absolute;
    top: 10px;
    font-size: 25px;
    right: 20px;
    cursor: pointer;
    color: var(--dark-gray);
}

.popcu_txt{
    padding: 10px 20px;
}

#ficPop{
    margin : auto;
    margin-top : 20px;
    display : block;
    width : 300px;
}

#taPop, .taPop{
    width : 330px;
    margin: auto;
    display : block;
}

.dateMulti2{
    opacity : 0%;
}

.calendar-elements{
    flex-direction : row-reverse;
}

.calendar{
    margin-right : 10px;
    margin-top : auto;
}

.btn-alternative{
    margin-top : 20px;
    width : 300px;
}

.sepPop{
    height: 1px;
    border-bottom: 2px solid #ccc;
    margin: 18px 0;
}

.text-bg-danger{
    background-color : red !important;
}

.text-bg-info, .text-bg-success{
    background-color : green !important;
}

.text-bg-envoi{
    background-color : var(--dark-gray);
}
!*
.badge{
    font-size : 13px !important;
    padding : 8px;
}
*!

#ui-datepicker-div{
    background-color : white;
    padding : 10px;
    border : 1px solid var(--green);
    left : 44% !important;
    top : 70% !important;
    border-radius : 5px;
    display : none;
}

.ui-datepicker-prev, .ui-datepicker-next{
    text-decoration : none;
    color : black;
    text-transform : uppercase;
    font-weight : bold;
    cursor : pointer;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover{
    color : var(--blue);
}

.ui-datepicker-next{
    margin-left : 125px;
    text-decoration : underline;
}

.ui-datepicker-title{
    text-align : center;
    text-transform : uppercase;
    color : var(--blue);
    margin-bottom : 5px;
    font-weight : bold;
    font-family : Forza;
}

.ui-datepicker-calendar th{
    padding : 5px;
}

.ui-datepicker-calendar td a{
    text-decoration : none;
    color : var(--blue);
    font-weight : bold;
}

.ui-datepicker-calendar{
    text-align : center;
}

!* ACTIONS MARKETING *!

[class^="pictoAction"]{
    height : 180px;
}

.btnBig{
    margin : 30px 100px;
    text-decoration:none;
}

.aTitle, .aSubTitle{
    color : black;
}

.aTitle{
    font-size : 17px;
    margin-top : 20px;
}

.bgGrey{
    background-color : var(--light-blue);
    padding-top : 12px;
    padding-bottom : 5px;
    margin-bottom : 15px;
}

.aIm{
    justify-content : center;
}

.spanEtape{
    color : var(--blue);
}

.txt_preparation_3{
    margin-bottom : 20px;
    line-height : 30px;
}

.pictoAction2{
    height : 140px;
}

.invalid-feedback{
    margin-right : 60px;
}

!* MONTER UNE NOUVELLE ACTION *!

.subTitleContent, .titreFamille{
    font-size : 25px;
    margin-bottom : 10px;
}

.col-mat{
    margin : 0 120px 20px 120px;
}

.affichage{
    background-color : var(--light-blue);
    margin-bottom : 50px;
}

.thTitle{
    font-family: Roboto Bold;
    font-size : 18px;
    margin : 20px 0;
}

.courrier-e-mailing{
    text-decoration:underline;
    margin-top : 10px;
}

.spanEtape{
    font-weight : bold;
}

.aIm-hover{
    filter: grayscale(100%);
}

.image-hover{
    position: relative;
    display: inline-block;
}

.aIm{
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.aIm-default{
    opacity: 1;
}

.aIm-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-hover:hover .aIm-default {
    opacity: 0;
}

.image-hover:hover .aIm-hover {
    opacity: 1;
}

#picto{
    width : 35px;
    display : block;
    margin : 5px auto;
    cursor : pointer;
}

.ui-datepicker {
    margin: 5px auto 15px auto;
    padding: 5px;
}

.ui-datepicker .ui-datepicker-calendar td a {
    background: white;
    border: none;
    font-weight: bold;
    font-size: 15px;
    color: grey;
    text-align : center;
}

.ui-datepicker th {
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
    background: var(--blue);
    color: white;
}

#dDateRecept{
    margin-top : 10px;
}

.Action-date{
    margin-bottom : 130px;
}

.btn a{
    color : white;
    text-decoration : none;
}

.Courrier{
    margin-top : 20px;
}

.sms-date{
    margin-bottom : 20px;
}

#text-msg{
    width : 400px;
    height : 125px;
}

#sms-modify{
    color : var(--green);
    font-weight : bold;
}

#c_file{
    position: absolute;
    top: 600px;
    left: 42%;
    opacity: 0;
    width: 300px;
    height: 80px;
    cursor: pointer;
}

#model-dl{
    color : black;
}*/

/* ENVOYER UN SMS SIMPLE */

/*.sms-forms{
    background-color: var(--light-blue);
    padding : 30px 0;
}

.double{
    flex-direction : column;
}

.double label{
    font-family: Roboto Bold;
    margin : 0 5px;
}

.double input{
    margin : 10px auto;
    border-radius: 3px;
    border: 1px solid var(--light-gray);
    padding : 5px;
}

.btn-sms a{
    color: white;
    text-decoration:none;
}

.btn-sms{
    margin:auto;
}*/

/* POURSUIVRE UNE PREPARATION */

/*#p-reprendre-table th, #p-reprendre-table td{
    min-width : 110px;
    padding : 10px;
}

.tdLien a{
    text-decoration : none;
    font-weight : bold;
    font-size : 13px;
    text-transform : uppercase;
}

.replace{
    background-color : var(--green);
    cursor : pointer;
}

.replace a{
    color : white;
}

.replace:hover{
    background-color : var(--light-gray);
}

.supp a{
    color : var(--green);
}

.supp a:hover{
    color : var(--light-gray);
}

#p-reprendre-table th{
    border-bottom : 2px solid black;
}*/

/* RELANCER LES CONTACTS D'UNE ACTION */

/*
.carre5{
    background-color: orange;
}

.carre6{
    background-color: green;
}

.carre7{
    background-color: gray;
}

.carre8{
    background-color: red;
}

#myTable, #tabsort, #json-table{
    margin-bottom : 0 !important;
}

#myTable thead{
    vertical-align : middle !important;
}

#tabsort tr{
    height : 50px;
}

#validationCustomUsername{
    text-align : center;
    font-size : 16px;
}

!* ARCHIVES *!

#p-reprendre-table{
    margin:auto;
}

#p-reprendre-table th{
    !*color : var(--blue);
    border : 1px solid var(--blue);*!
    padding : 15px;
    background-color : var(--light-blue);
}

#p-reprendre-table td{
    height : 40px;
    border-bottom : 1px solid var(--light-gray);
}

.clear-foot{
    height : 255px;
}
*/

/* TARIFS */
/*

#biblioTarifs{
    background-color : var(--light-blue);
    padding : 10px;
    border : 1px solid var(--light-gray);
    border-radius : 3px;
}

#biblioTarifs ul{
    list-style-type: none;
}

#titre-tarif{
    background-color: var(--light-gray);
    padding: 5px;
    border : 1px solid black;
    margin-bottom : 5px;
}

#titre-tarif a{
    color : black;
    text-decoration : none;
}
*/

/* LOGIN */

.login{
    background: #2D3C4B url("/assets/images/site/fond_login.jpg") no-repeat;
    background-size: 50%;
    background-position: center;
    height: 100%;
}

.box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 20px 30px;
    height : 500px;
}

#selectLangue{
    justify-content : center;
    font-size: 20px;
    margin-top: 5px;
}

.btn-language{
    color : var(--green);
    background: white;
    border: 0;
    margin : 0 10px;
    font-size : 20px;
}

.btn-language:hover{
    color : var(--blue);
    cursor : pointer;
}

#barre{
    font-weight : bold;
    color : var(--light-gray);
}

#logo-login{
    width : 400px;
    margin-bottom : 10px;
}

.text-center{
    font-size : 35px;
    color : var(--green);
}

.msgErr{
    background-color : var(--blue);
    color: white;
}

.input-container{
    justify-content : center;
    flex-direction : column;
    border-bottom:1px solid #555;
    padding:8px 0 5px 0;
}

.input-container label{
    position:absolute;
    left: 30px;
    font-size:20px;
    color:#BFBFBF;
    transition: all 0.5s ease-in-out;
    padding-bottom : 20px;
}

#form a, #form p{
    color : var(--blue);
    text-align: center;
    margin-top: 22px;
}

.validate{
    width: 260px;
    font-size : 25px;
    height:60px;
    margin-top : 40px;
    background-color : var(--green);
    color : white;
}

#username, #password, #db_code{
    border : none;
    margin-top : 40px;
    font-size : 17px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:focus{
    outline: none;
}

/* ETAT DE RELANCE POP-UP */
/*
.row-relance{
    flex-direction : column;
}

.form-label{
    display : flex;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--dark-gray);
}

.modal-relance{
    height : 750px;
}

.modal-header{
    justify-content : center;
}*/

/* PREPARER UNE OFFRE COMMERCIALE */
/*

.boxContainer{
    border-bottom : 2px solid var(--blue);
    margin : 20px auto;
}

.Modifier{
    color : var(--green);
    margin : 300px;
    font-weight : bold;
}

.Modifier:hover{
    color : var(--light-gray);
}

.labelOffre{
    font-size : 15px;
    font-weight : bold;
    margin-bottom : 10px;
}

.titreOffre{
    font-size : 20px;
    margin-bottom : 10px;
}

.form-offre{
    margin-bottom : 40px;
}

.telephone{
    width : 250px !important;
}

.ui-autocomplete {
    background: white;
    border: 1px solid var(--light-gray);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; !* important si masqué sous d'autres éléments *!
    list-style-type : none;
    padding : 5px;
    width : 250px;
}

.rowBoxClientRappel{
    border-bottom : 1px solid var(--light-gray);
    margin-bottom : 20px;
}

.lienGp a{
    color : black;
}

.listeOpt{
    list-style-type : none;
}

.listeOpt li{
    text-align : center;
    margin : auto;
}

.options-outils{
    border-bottom : 1px solid var(--light-gray);
    margin-bottom : 10px;
}

.options-outils table{
    margin : auto;
}

.options-outils table .gauche{
    width : 60px;
}

.options-outils table .milieu{
    width : 300px;
    text-align : center;
    padding-top : 10px;
    padding-bottom : 10px;
}

.options-outils table .milieu label{
    margin-bottom : 10px;
}

.options-outils table .droite{
    width : 60px;
    text-align : right;
}

.lienInfo{
    border : 1px solid var(--green);
    border-radius : 10px;
    padding : 5px;
    text-transform : uppercase;
    font-family : Forza;
    color : var(--green);
    letter-spacing : 1px;
    text-decoration : none;
    font-size : 13px;
    cursor : pointer;
    margin-bottom : 10px;
}

.lienInfo:hover{
    background-color : var(--green);
    color : white;
}

#tmod{
    border : 1px solid var(--green);
    padding : 5px;
    text-align : center;
}

#tmod h4{
    margin-top : 35px;
}

.tPrixOffre{
    text-decoration : none;
    color : var(--dark-gray);
    font-weight : bold;
    font-size : 15px;
}

.btnAjouter{
    color : var(--green);
}

.btnAjouter:hover{
    color : var(--light-gray);
}

.Ajouter{
    margin-bottom : 20px;
}

.pTotal{
    margin : auto auto;
    margin-bottom : 20px;
}

.form-control-2{
    margin : auto;
    appearance : none;
    background-color: white;
    border : 1px solid var(--light-gray);
    border-radius : 5px;
    height : 40px;
    width : 130px;
}

.ligneDynamique2 .rows{
    gap : 15px;
    margin-bottom : 10px;
}

.prix-net{
    margin-top : 20px;
}

#o_rep_montant{
    margin-bottom : 10px;
}

.btn-small{
    font-size: 15px;
    padding:5px 15px;
    text-transform:uppercase;
    border-radius:2px;
    cursor:pointer;
    text-decoration : none;
    margin : 20px 40px;
    letter-spacing : 2px;
    border : 1px solid var(--green);
}

.btn-small:hover{
    background-color : var(--light-gray);
    border : 1px solid var(--light-gray);
}

.btn-third{
    width : 320px;
    margin-bottom : 10px;
}

.ml-2b{
    margin : auto 10px;
}

.finoffre{
    margin-left : auto;
    margin-right : auto;
}

*/
/* CIBLAGE */

/*
.table-ciblage{
    background-color : white;
    border : 1px solid var(--light-gray);
    margin-bottom : 15px;
}

.table-ciblage tr, .table-ciblage td{
    padding : 10px;
    border : 1px solid var(--light-gray);
    text-align : center;
}
*/

/* ERREUR ACTION MARKETING */

/*
.btn-error{
    text-decoration : none;
}
*/

/* FOOTER */
/*

.footer{
    background-color: var(--dark-gray);
    color : white;
    margin-top : 50px;
    padding-top : 20px;
    height : 90px;
    padding-bottom : 10px;
}

.links a{
    color : white;
    margin : 0 100px;
    text-decoration: none;
    text-transform: uppercase;
    font-size : 20px;
}

.links a:hover{
    color : var(--green);
}
*/

/*-------- RESPONSIVE --------*/

@media screen and (max-width: 1250px) {
    .encadre-stock{
        margin-inline : 3%;
    }
}

@media screen and (max-width: 768px) {
    .btn1, .btn2{
        /*
        margin : 5px 15px;
        */
        /*
        width : 160px;
        */
        font-size : 17px;
    }
}

@media screen and (max-width: 1040px){
    header .col, header .logo{
        display : none;
    }

    .hBurger{
        height : 100px; background-color : var(--dark-gray);
    }

    #tableBurger{
        width : 100%;
    }

    #logoResp{
        display: block !important
    }

    .logoResp{
        display: flex;
        align-items: center;
        padding-top: 10px;
        justify-content : center;
    }

    .logoResp img{
        width : 230px;
    }

    #bBurger{
        display : block;
        color : var(--blue);
        padding : 0 15px 0 0;
        width : 60px;
        margin-left : 20px;
        cursor : pointer;
    }

    .sous-menu{
        margin-top : 0;
        display : flex;
        flex-direction : column;
        justify-content : center;
        text-align : center;
        flex-wrap:unset;
    }

    .pictoNav1{
        margin-top : 2px;
        height : 18px;
        width : 18px;
    }

    .pictoNav2{
        height : 18px;
        width : 18px;
        margin-top : 2px;
    }

    .hBurger .hUser{
        display : block;
    }
}

@media screen and (max-width: 920px){
    .links a{
        margin : 0 50px;
    }
}

@media screen and (max-width: 620px){
    .links a{
        margin : 0 150px;
    }

    .footer{
        height : 140px;
    }
}

@media screen and (max-width: 1280px){
    #tableReservation, .table-container{
        overflow : scroll;
    }
}

/*-------- TABLEAU DE STOCK --------*/

@media screen and (max-width: 450px) {

    #collapseExample.collapse {
        height: auto !important;
        visibility: visible;
    }
    .stock .table td {
        border-top: none !important;
    }
    .stock thead {
        display: none;
    }
    .stock tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid var(--blue);
        border-radius: 5px;
        padding: 0.5rem;
        background-color: #fff;
    }
    .stock td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px dashed #ccc;
        padding: 8px 10px;
        text-align: right;
    }

    .stock td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 1rem;
        flex-shrink: 0;
        width: 30%;
        text-align: left;
    }

    .icone-stock img{
        margin-right : 0;
    }

    .encadre-stock{
        margin-bottom : 0px;
    }

    .stock .table-container td{
        min-height : 35px;
    }

    .stock .table-container #text{
        width : 50px;
    }
}

/*-------- MOBILE --------*/

@media (max-width: 500px){
    /*HEADER*/
    /* Header d'avant disparait */
    header .col, header .logo{
        display : none;
    }

    .hBurger{
        height : 100px; background-color : var(--dark-gray);
    }

    #tableBurger{
        width : 100%;
    }

    #logoResp{
        display: block !important
    }

    .logoResp{
        display: flex;
        align-items: center;
        padding-top: 10px;
    }

    #bBurger{
        display : block;
        color : var(--blue);
        padding : 0 15px 0 0;
        width : 60px;
        margin-left : 20px;
    }

    .notif{
        margin-top : 20px;
    }

    /*STOCK*/
    .tittre{
        margin : 30px 15px 5px 15px;
        font-size : 30px;
    }

    .pres, .isRed, .labelTitre, .form-check-label, .critere p{
        font-size : 15px;
    }

    .encadre-stock{
        margin-top : 20px;
    }

    .pres{
        margin-bottom : 10px;
    }

    /*PLANNING*/
    .buttons{
        margin-top : 30px;
    }

    .rows.buttons > div:nth-child(1) {
        order: 2;
    }

    .rows.buttons > div:nth-child(2) {
        order: 1;
    }

    .rows.buttons > div:nth-child(3) {
        order: 2;
    }

    .buttons p{
        margin : 0 120px 10px 120px;
        font-size : 26px;
    }

    .buttons .btn{
        font-size : 17px;
        margin : 0 5px 0 5px;
    }

    .btn1, .btn2{
        width : 170px;
    }

    td, th{
        font-size : 13px !important;
    }

    /* ACCUEIL */

    .titre_index{
        margin : 40px 0px;
        margin-right : 10px;
    }

    h6{
        font-size : 25px !important;
        text-align : center;
    }

    .sliderNews{
        margin-right : 50px;
        width: 350px;
    }

    /* ACTIONS MARKETING */
    .subTitleContent{
        font-size : 20px;
    }

    label{
        font-size : 15px;
    }

    /* SUIVI COMMERCIAL */
    .ui-datepicker-next{
        margin-left : 105px;
    }
}



.table th{ background-color: #FFF;}
.table thead {
    border-bottom: 2px solid #68A7DD;
}
.stupidT{ cursor: pointer;}
.center{text-align: center;}

.bloc_msg_sys{ border: 2px solid var(--blue); background-color: var(--light-blue); text-align: center; font-weight: bold; padding: 14px;}

/**form**/
.form-control{ width: 100%;}
.form-check-inline{ margin-left:0.5rem; }
.check-list label{ display: block;}
.check-list .form-check-inline{ margin-left: 0!important;}
textarea.form-control{ min-height: 80px;}
.bloc_btn{ margin-top: 2rem; margin-bottom: 2rem; text-align: center;}
.error
{
    border: 1px solid #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-radius: 5px;
}

input[type="radio"].error{
    padding: initial!important;
    background: none!important;
}

#choix_dp {
    display: none;
    position: relative;
    z-index: 99;
    margin-top: 0px;
    height: auto !important;
    border: 1px solid #ced4da;
    padding: 1rem .75rem;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
#choix_dp a {
    background-color: white;
    text-decoration: none;
    color: var(--green);
    font-weight: bold;
}
.liste_ac {
    display: none;
    position: relative;
    z-index: 99;
    margin-top: 0px;
    height: auto !important;
    border: 1px solid #ced4da;
    padding: 1rem .75rem;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.liste_ac a {
    background-color: white;
    text-decoration: none;
    color: var(--green);
    font-weight: bold;
}

.visibilityLink svg{ color: var(--green); width: 1.75rem;}
/*
.visibilityInputVisible svg{ fill: var(--green); stroke: var(--green);  }
*/
.visibilityInputVisible{ background-color:var(--green)!important; }

.table_container{ max-width: 100%; overflow: auto;}
