﻿/* DEFAULTS----------------------------------------------------------*/

.menugm {
    /*background-color: #C0C0C0;*/
    height: 38px; /*51px;*/
    float: left;
}

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* Navbar Menu */
#HeaderGM {
    background-color: #1490fb;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: auto;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

/*.sectionDivMenu {
    width: 410px;
}
*/

/* ABOUT */
.AboutTitre {
    text-align: center;
    font-size: xx-large;
}

.AboutCopyright {
    text-align: center;
    font-size: small;
}

.AboutMinuteDetente {
    text-align: left;
    font-size: medium;
    padding-left: 5%;
}

.AboutNuagedePoint {
    height: 580px;
    align-content: center;
    padding-left: 5%;
    padding-right: 5%;
}
/*ABOUT FIN*/

.header {
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    /*background: #AFABAB;*/ /* couleur GM */
    /*background: #AFABAB; */ /* couleur GM*/
    background: #0F6EBE; /*#A082FF;*/ /* couleur K*/
    width: 100%;
    top: 0px;
    margin: auto;
    /*height: 110px;*/
    height: 70px; /* a mettre en dur pour eviter un effet d accordeon lors du chgt de la page */
    /*  height: auto;*/
    left: 0px;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9; /* gris presque blanc*/
        line-height: 2em;
        font-size: 2em;
        /*width: 487px;*/
    }

.main {
    padding: 0px 8px;
    margin: 8px 8px 8px 8px;
    min-height: 520px;
}

.leftCol {
    min-height: 200px;
    vertical-align: top;
    width: 750px;
    min-width: 700px;
}
/*---------------------SECTION PAVE SUPERIEUR-----------------------------D-*/
.sectionHaut {
    /*background-color: gainsboro; 
    background-color: #2e6da4;*/
    background-color: #96b6d1;
    color: black;
    /*background-color:skyblue;*/
}

.sectionRecherche {
    /*background-color: gainsboro;*/
    background-color: #96b6d1; /* gris bleuté leger*/
    color: black; /* couleur du texte */
}

/*---------------------SECTION PAVE SUPERIEUR-----------------------------F-*/
/*---------------------SECTION PAVE INFO RESUME de situation / recherche-----------------------------D-*/
.sectionInfoSituation {
    color: darkred; /* #FF5050;*/ /* couleur texte Rouge*/
    /*background-color: gainsboro;*/
    background-color: #96b6d1; /* gris bleuté leger*/
}

/*---------------------SECTION PAVE INFO RESUME de situation / recherche-----------------------------F-*/

/*---------------------SECTION PAVE SUPERIEUR SPECIFIQUE-----------------------------D-*/
.usersectionLDAP {
    background-color: #FFFFCC; /*jaune poussin*/
    /*background-color: skyblue;*/
}
/*---------------------SECTION PAVE SUPERIEUR SPECIFIQUE-----------------------------F-*/



.btnSauver {
    /* couleur texte Rouge*/
    background-color: #99FF99; /* couleur background bouton sauver user / habilitation */
}

/*--------------------GRILLE DEBUT-------------------*/
/*#B5C7DE => gris clair
   #FFD3CF => rose saumon
 */

.mepGrid {
    width: auto;
    font-size: 12.8px;
    border-color: black;
    background-color: white;
    /*border-style: solid;*/ /*rajoute interligne colorée 2018.01.07*/
    border-width: 1px;
    /* BorderStyle="Solid" BorderWidth="1px" CellPadding="3" */
}

/*entete de tableau*/
.GridHeaderStyle {
    background-color: #FFD3CF; /*rose saumon*/
    background-color: #d3b9ed; /*mauve*/
    background-color: cornflowerBlue; /* bleu comme fond des boutons du menu*/
    font-weight: bold;
    border-color: black;
    color: white; /*couleur texte*/
}

.GridFooterStyle {
    background-color: #B5C7DE;
    /*ForeColor:"#4A3C8C";*/
}

.GridPagerStyle {
    background-color: #B5C7DE;
}

.GridRowAlternativeStyle {
    /*   background-color: gainsboro; */ /*gris clair */
    background-color: #f6fbff; /*leger bleu clair*/
}

    .GridRowAlternativeStyle:hover {
        background-color: #d3e4ed;
    }

.GridRowStyle:hover {
    background-color: #d3e4ed;
}

.GridRowStyle {
    border-color: #666666;
}

.GridHeaderStyleCenter {
    text-align: center; /* pour remplacer horizontal align qui ne marche pas sur le header dans l aspx*/
}
/*--------------------GRILLE FIN-------------------*/

.styleListeDeroulante {
    height: 20px;
}

.styleLabel /*commun toutes pages  */ {
    font-size: 12.8px;
    height: 16px;
    font-weight: bold;
}

.cssLegende /* au moins page ReportBuilder*/ {
    padding-left: 20px;
    border-style: dotted;
    width: 918px;
}

.styleMasterNomAppli {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /* font-weight: 700;*/
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9; /* gris presque blanc*/
    line-height: 1.5em;
    font-size: 25.6px;
    font-variant: small-caps;
    /*width: 487px;*/
}

.styleMasterAbout {
    padding-left: 20px;
    text-align: left;
}


/* PAGE UTILISATEUR --------------------D*/
.styleUsercenterGrey /*page de gestion des utilisateurs   textbox non modifiable ID user et statut*/ {
    text-align: center;
    font-size: 12.8px;
    height: 19px; /*  14px;*/
    background-color: #E4E4E4;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

/* PAGE UTILISATEUR ------------------F*/

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   -------------------------------------------------------D---*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
    height: 38px;
    text-align: justify;
}

div.menu {
    padding: 4px 2px 4px 8px;
    position: relative;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        /*height:auto;*/
    }

        div.menu ul li {
            padding-right: 10px;
         
        }


    div.menu a.static.selected {
        /*ITEM SELECTIONNé parmis les boutons*/
        border-style: solid;
        border-color: black;
        border-width: 1px;
        font-weight: bold;
        /*background-color: #96b6d1; gris bleuté leger*/
        color: black; /*aliceblue; */ /*leger gris bleuté */ /*#FFFFCC; */ /*jaune poussin*/ /* MENU : COULEUR DU TEXTE QD LE BOUTON EST SELECTIONNE*/
        /*Marco*/
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 13px;
        background-color: #fca119;
        border: 1px solid #fca119;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 14px;
        /*padding: 5px 8px 5px 1px !important;*/
        padding-top:5px;
        padding-bottom:5px;
   

    }




/*Marco*/
   img.icon {
    margin-right:1px;

    }


div.menu ul li a, div.menu ul li a:visited {
    /*sous menus*/
    background-color: rgb(70, 168, 243); /* #999999; */ /*gris foncé  */ /*COULEUR ARRIERE PLAN DES BOUTONS DU MENU*/
    background-image: none;
    border: 1px #4e667d solid; /* gris bleuté */
    color: ghostwhite; /*blanc*/ /*#dde4ec; */ /*gris tres clair*/ /*COULEUR DU TEXTE ASSOCIE AUX BOUTONS */
    display: block;
    line-height: 1.35em;
    /*padding: 4px 20px;*/
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    /*Marco*/
    /*padding: 5px 8px 5px 1px !important;*/
    padding-top: 5px;
    padding-bottom: 5px;
 
}

    div.menu ul li a:hover {
        background-color: #bfcbd6; /*gris*/
        color: #808080; /*gris foncé*/
        text-decoration: none;
        /*Marco*/
        /*padding: 5px 8px 5px 1px !important;*/
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.menu ul li a:active {
        background-color: #808080; /*gris foncé*/
        color: #cfdbe6; /*gris tres clair*/
        text-decoration: none;
        /*Marco*/
        /*padding: 5px 8px 5px 1px !important;*/
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* TAB MENU   -------------------------------------------------------F---*/



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
        width: 278px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 34px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}




/*********************************************************************
                           PAGE  LOGIN
 ***************************************************************************/


/*****************Partie LOGIN***********/
.pagelogin {
    width: 410px;
    margin-top: 104px;
    margin-left: 70px;
    margin-right: auto;
    margin-bottom: 5em;
    display: block;
}

.logo {
    width: 147px;
    margin-top: 120px;
    margin-left: 70px;
}

.intro-form {
    width: 186px;
    height: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.14;
    color: #212529;
}

.message-form {
    width: 284px;
    height: 24px;
    margin-top: 15px;
    margin-bottom: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 0.71;
    color: #0d0b14;
}



.label-identifiant {
    color: #3b75f6;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.email,
.pwd {
    width: 100%;
    outline: 0;
    box-shadow: none;
    border-left-color: rgb(178, 177, 177);
    border-left-width: 0;
    border-right-color: rgb(178, 177, 177);
    border-right-width: 0;
    border-top-color: rgb(178, 177, 177);
    border-top-width: 0;
    border-bottom-color: rgb(178, 177, 177);
    border-bottom-width: 1.5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #868e96
}


    .pwd:focus,
    .email:focus {
        border-color: #0094ff;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #212529;
    }


.bouton-login {
    height: 42px;
    color: #ffffff;
    box-shadow: 0 1px 18px 0 rgba(59, 117, 246, 0.12), 0 6px 10px 0 rgba(59, 117, 246, 0.14), 0 3px 5px 0 rgba(59, 117, 246, 0);
    background-color: #1490fb;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
}


    .bouton-login:hover {
        color: #ffffff !important;
        background-color: #0E84EA;
        border: 1px solid #0E84EA;
        box-shadow: 0 1px 18px 0 rgba(59, 117, 246, 0.12), 0 6px 10px 0 rgba(59, 117, 246, 0.14), 0 3px 5px 0 rgba(59, 117, 246, 0);
    }

/**Partie CAROUSEL************************************************************/
.carousel img {
    width: 100%;
    margin: 0px;
}


.slider-size {
    height: 860px;
}

.carousel-caption {
    top: 0;
    bottom: 0;
}

    /*Par defaut carousel caption et indicators sont centrées*/

    .carousel-caption.text-left {
        text-align: left;
        left: 0px;
        margin-left: 50px;
    }

.carousel-indicators.text-left {
    text-align: left;
    left: 0px;
    margin-left: 50px;
    top: 260px;
}

.texte-slide .carousel-indicators ol {
    position: relative;
    display: block;
    margin: 5px 0;
}


.slide-conteneur {
    background: center;
    background-size: cover;
    background-color: #004ab9;
}

.texte-carousel-conteneur {
    text-align: left;
    color: #e7f5ff;
}

.titre-slide {
    font-family: "Open Sans", sans-serif;
    font-size: 60px;
    font-weight: 500;
    background-color: #004ab9;
    margin-top: 30px;
    margin-bottom: 0px !important;
    line-height: 40px;
    color: #e7f5ff;
}

.class_num {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 7px 15px 7px 15px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
}

.class_num_add {
    border: 1px solid #ccc;
    color: #1c7ed6;
    background-color: #e7f5ff;
}

.class_num_add_ie {
    border: 2px solid #ccc;
    color: #e7f5ff;
}

.sous-titre-slide {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #e7f5ff;
    /*margin-top: 30px;*/
}

.texte-slide {
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.6;
    color: #e7f5ff;
}




/********************************************************************************
                                    PAGE PUBLICATION
            ************************************************************************************/


/****Configuration générale des sections*****************************************************/
.conteneur-accueil {
    /* If lateral sidebar exists, Same width as the sidebar + left position in px */
    margin-left: 21px;
    margin-right: 2px;
    /* Increased text to enable scrolling */
    font-size: 12px;
    padding: 0px 0px;
}



.fond-couleur-config {
    background-color: #edf2ff;
}

.titre-section {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #343a40;
}

.section-texte {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

/***********Section Avertissement************************************************************/

.bgAvertissement {
    background-color: #fca119;
}

.bouton-orange {
    width: 130px;
    height: 37px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    background-color: #e39117;
    color: #ffffff;
    margin: 10px 0 10px 10px !important;
}




.information {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}



.icone-alerte,
.information {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 10px;
}

/**Section  1 Panel Produire************************************************************/


.row-produire-color {
    margin: 15px 18px 10px 18px!important;
    padding-bottom: 15px;
    background-color: rgba(20, 144, 251, 0.1);
}




.bouton-croix {
    font-size: 18px;
    margin: 10px 14px 0 0;
}

.big-icone-produire {
    height: 130px;
    width: 130px;
    background-color: rgba(20, 144, 251, 0.01);
}

.big-icone-bouton {
    width: 92px;
    height: 92px;
    padding-left: 10px;
    padding-left: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 2px;
}

.big-icone-titre {
    padding-top: 22px;
    margin-left: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.14;
    color: #212529;
}


.big-icone-libelle {
    margin-left: 10px;
    margin-right: 200px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.71;
    color: #212529;
}



.bouton-custom {
    width: 185px;
    height: 42px;
    margin-top: 35px;
    margin-right: 24px;
    margin-bottom: 20px;
    padding: 10px, 22px, 8px, 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    background-color: #1490fb;
    color: #ffffff;
    position: relative;
}

    .bouton-custom:hover {
        color: #ffffff !important;
        background-color: #0E84EA;
        border: 1px solid #0E84EA;
        box-shadow: 0 1px 18px 0 rgba(59, 117, 246, 0.12), 0 6px 10px 0 rgba(59, 117, 246, 0.14), 0 3px 5px 0 rgba(59, 117, 246, 0);
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}



/* Section CHARTS*************************************************************************/



.bouton-filtre {
    border: none;
    color: #343a40;
    padding: 12px 15px 12px 2px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ffffff;
}

    .bouton-filtre:before {
        content: url('./../ressources/image/filter_list_black_24x24.png');
        width: 24px;
        float: left;
        margin-right: 15px;
        margin-top: -2px;
    }
/* Section 2 TUILES*************************************************************************/
.positionTuile{
    padding-bottom:15px;

}
.gros-bouton {
    height: 88px;
    background-color: #1490fb;
    margin-bottom: 10px;
    cursor: pointer;
}

.boutonTitre {
    margin-top: 12px;
    margin-left: 88px;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.14;
    color: #f8f9fa;
}

.boutonLibelle {
    margin-left: 88px;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.71;
    color: #f8f9fa;
}

.icone-bouton {
    margin-left: 15px;
    width: 58px;
    height: 58px;
    background-color: rgb(70, 168, 243);
    border: 1px solid rgb(70, 168, 243);
    padding: 12px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 2px;
}

.boutonIconeFleche {
    display: none;
    margin-right: 15px;
}

.gros-bouton:hover {
    background-color: #0E84EA;
    border: 1px solid #0E84EA;
    box-shadow: 0 1px 18px 0 rgba(59, 117, 246, 0.12), 0 6px 10px 0 rgba(59, 117, 246, 0.14), 0 3px 5px 0 rgba(59, 117, 246, 0);
    animation: wiggle 2.5s 10;
    position: relative;
    /*animation-name: shake;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in;*/
}

/**EFFET WIGGLE*/


@keyframes wiggle {
    0% {
        transform: translate(2px, 0);
    }

    50% {
        transform: translate(-2px, 0);
    }

    100% {
        transform: translate(2px, 0);
    }
}




.gros-bouton:hover .boutonIconeFleche {
    display: block;
    background-color: #0E84EA;
    border: 1px solid #0E84EA;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}





/**** Section 5 panels ************************************************************************************/

/*customization des colonnes bootsrap*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    margin-bottom: 2px;
}

.panel-group {
    margin-left: 10px;
}



.Rectangle {
    margin-right: 24px;
    border-radius: 4px;
}

.panel-head-config {
    height: 82px;
    background-image: url(./images/pattern.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.panel-icone-config {
    display: block;
    margin: 0 auto;
    margin-top: 3%;
    height: 60px;
}

.panel-titre-config {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #212529;
}

.panel-texte-config {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #868e96;
}


/** Section 3 panels********************************************************/

#panel-content-prop {
    margin-bottom: 0px;
}

.panel-head-prop {
    padding: 0px 10px 0px 40px;
}

.conteneurBody {
    padding-top: 0px!important;
}

.panel-texte-prop {
    padding-left: 35px;
    padding-right: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #868e96;
}


.panel > .panel-heading {
    background-image: none;
    background-color: white;
    border: none;
}

.numberOvale2 {
    padding: 0 7px 0 7px;
    /*margin-right:5px;*/
    font-family: ' Roboto', sans-serif;
    font-size: 14px;
    background-color: #1490fb;
    border: 1px solid #1490fb;
    color: #ffffff;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px
}







.numberOvale {
    padding: 2px 8px 2px 8px;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 15px;
    font-family: ' Roboto', sans-serif;
    font-size: 14px;
    background-color: #1490fb;
    border: 1px solid #1490fb;
    color: #ffffff;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px
}



.titrePanel {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.14;
    color: #343a40;
    margin-top: 16px;
    /*margin: 0 0 0 5px;*/
}



.numberOvale,
.titrePanel {
    /*display: inline-block;*/
    vertical-align: middle;
    margin-bottom: 7px;
}



@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}


.sectionbas {
    background-color: #edf2ff;
}