/* PARTIE AGENZA */
body {
    opacity: 0;
    background: url('/images/logo-espacemer.png') center center no-repeat #fff;
    background-attachment: fixed;
}
body.no_background {
    background-image: none;
}
section {
    background-color: #fff;
}
h1 {
    font-size: 30px;
    line-height: 32px;
}
.page-title-extra-small h1 { font-size: 40px;  line-height:42px;}
h2 {
    font-size: 28px;
    line-height: 30px;
}
.bg-deep-pink {
    background-color: #107fc4;
}
.couleur_secondaire {
    color: #107fc4 !important;
}
.bg_couleur_secondaire {
    background-color: #107fc4 !important;
}
.div-gray { padding: 50px 0px !important; background: #f7f7f7;}
header a.logo img {
    max-height: 150px;
    padding: 15px 0px;
}
header.sticky a.logo img {
    max-height: 80px;
}

.navbar-fixed-top {
    top: 35px;
    background: rgb(5, 5, 5);
    background: linear-gradient(180deg, rgba(5, 5, 5, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
header.sticky .navbar-fixed-top {
    top: 0;
    background: #fff;
}
header nav .navbar-nav > li > a { margin: 0px 22px 0px 0px;}
.footer-logo {
    max-height: 100px;
}
.top-header-area a {
    font-size: 12px;
}
.dropdown-menu-simple {
    top: 50px !important;
}

.tableau table {
    border: 0;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    font-family: sans-serif;
  
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}*/
}

@media (max-width:600px) 
{
    .tableau { text-align: center !important;}
    .tableau table { display: block; width: 100% !important; height: auto !important; }
    .tableau table tr { display: block; width: 100% !important; height: auto !important;}
    .tableau table td { display: block; width: 100% !important; text-align: center; height: auto !important;}
    .tableau table thead { display: block; width: 100% !important; height: auto !important;}
    .tableau table tbody { display: block; width: 100% !important; height: auto !important;}
    .tableau table tfoot { display: block; width: 100% !important; height: auto !important;}
    
}

@media (max-width: 900px) {   .overflow-x { overflow-x: scroll !important; } }
.tableau table thead tr {
    background-color: #4f80bc;
    color: #ffffff;
    text-align: center;
}
.tableau table th,
.tableau table td {
    padding: 12px 15px;
    text-align: center;
}
.tableau table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.tableau table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.tableau table tbody tr:last-of-type {
    border-bottom: 2px solid #4f80bc;
}

.accordion-style1.panel-group .panel-heading { border-bottom: 1px solid var(--base-color); }

@media (max-width: 1198px) 
{
    .navbar-expand-lg .navbar-toggler { display: block ; }
    .navbar-expand-lg .navbar-collapse { display: none !important; }

}
@media (max-width: 550px) {
    h1 {
        font-size: 20px;
        line-height: 22px;
    }
    h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .top-header-area .d-flex {
        display: block !important;
    }
    .top-header-area .separator-line-verticle-extra-small {
        display: none !important;
    }
    .top-header-area a {
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .top-header-area a:first-child {
        margin-bottom: 7px;
    }
    .navbar-fixed-top {
        top: 55px;
    }
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened { z-index: 100000; }
#bt_menu { display:inline-block;}
@font-face 
{
    font-family: "fontello";
    src: url("./fonts/fontello.eot?60183468");
    src: url("./fonts/fontello.eot?60183468#iefix") format("embedded-opentype"),
      url("./fonts/fontello.woff?60183468") format("woff"),
      url("./fonts/fontello.ttf?60183468") format("truetype"),
      url("./fonts/fontello.svg?60183468#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
.demo-icon
{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
  
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* PARTIE CIRCUITS */
.hover-option6 .grid-item .portfolio-icon a:hover { border: 0px;}
.hover-option6 .grid-item figure:hover .portfolio-icon { position:absolute; width: 96%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.opacity-low { opacity: 0.90 !important;}