﻿/*******************************************************************************
GENERAL#004aad
*******************************************************************************/
html, body, p, a, li, ul {
    font-family: Calibri, sans-serif !important;
}

html, body {
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    line-height: 1.2;
}

h1 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 600;
}

h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif !important;
}

h5, h6 {
    font-family: Calibri, sans-serif !important;
    text-transform: none;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

a {
    color: rgb(39,128,89);
}

    a:hover {
        color: rgb(79,143,206);
    }

    a:after {
        display: none;
    }

header {
    padding: 0 0 37px 0;
}

section {
    padding: 60px 0;
}

iframe {
    width: 100%;
}

ul.list-disc {
    padding-left: 15px;
}

    ul.list-disc > li {
        list-style-type: disc;
    }

.border-btm {
    border-bottom: 1px solid;
}

strong {
    font-family: inherit !important;
}

*.font-montserrat, .font-montserrat * {
    font-family: Montserrat, sans-serif !important;
}

.height-100 {
    height: 100%;
}

.bloc-info-home{
    font-size:18px;
}

.bloc-info-home > p {
    font-size: 18px;
}

/*******************************************************************************
NAV
*******************************************************************************/

#nav-menu-trigger {
    /*background-color: #fff;
    color: #F4BC33;*/ /*2020*/
    background-color: #F7F8F9;
    color: #000000;
    padding: 10px;
}

a.menu-toggle {
    background-color: #F7F8F9;
    color: #000000;
}

#nav-wrapper {
    /* background: #F4BC33 !important; */ /*2020*/
    background: rgb(52,44,104) !important; /*2021*/
    padding: 45px 15px;
    width: 340px;
}

.nav-close {
    top: 0;
}

.main-nav > li {
    width: 100%;
    margin: 0;
}

.icon-cross2 {
    vertical-align: super;
}
/*******************************************************************************
BUTTONS
*******************************************************************************/
.btn {
    height: auto;
    white-space: normal;
    transition: 0.3s;
    background-color: #efc636;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        color: white;
        background-color: #004aad;
    }

.btn-custom {
    padding: 15px;
    background-color: #6b9b25;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active {
        background-color: #84ad46;
        border-radius: 0;
        color: white;
        outline: none;
        box-shadow: none;
    }

.btn-secondary {
    background-color: #206094;
    color: #F4B183;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: #206094;
        color: #f5e8bd;
    }

/*******************************************************************************
COLORS & BG COLORS
*******************************************************************************/
.bg-blue-gradient {
    background: #1096bf; /* Old browsers */
    background: -moz-linear-gradient(left, #1096bf 50%, #206094 50%, #206094 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1096bf 50%,#206094 50%,#206094 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1096bf 50%,#206094 50%,#206094 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1096bf', endColorstr='#206094',GradientType=1 ); /* IE6-9 */
}

.bg-dark-blue {
    background-color: #206094 !important;
}

.bg-blue {
    background-color: #1032F7 !important;
}

.bg-light-blue {
    background-color: #1096bf !important;
}

.bg-light-grey {
    background-color: #F7F8F9 !important;
}


.bg-sky-blue {
    background-color: #DEEBF7 !important;
}

.bg-yellow {
    background-color: #F4BC33 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-darkest-blue {
    background-color: rgb(52,44,104);
}

.bg-lightest-blue {
    background-color: rgb(215,227,239);
}

.bg-blue-ciel {
    background-color: rgb(79,143,206);
}

.bg-darkest-green {
    background-color: rgb(39,128,89);
}

a.bg-darkest-blue:hover,
a.bg-darkest-blue:focus,
a.bg-darkest-blue:active {
    background-color: rgba(52,44,104, 0.8);
}

a.bg-darkest-green:hover,
a.bg-darkest-green:focus,
a.bg-darkest-green:active {
    background-color: rgba(39,128,89, 0.8);
}

.text-darkest-blue {
    color: rgb(52,44,104);
}

.text-lightest-blue {
    color: rgb(215,227,239);
}

.text-blue-ciel {
    color: rgb(79,143,206);
}

.text-darkest-green {
    color: rgb(39,128,89);
}

.text-dark-blue {
    color: #206094 !important;
}

.text-blue {
    color: #206094 !important;
}

.text-light-blue {
    color: #1096bf !important;
}

a.text-light-blue:hover,
a.text-light-blue:focus,
a.text-light-blue:active {
    color: #1096bf !important;
    opacity: .5;
}

.text-green {
    color: #6b9b25 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-orange, tex-orange {
    color: #F4B183 !important;
}

/*******************************************************************************
BORDERS
*******************************************************************************/
.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-color-default {
    border-color: #5B9BD5;
}

@media (max-width: 991px) {
    .no-border-sm {
        border: none;
    }
}

/*******************************************************************************
TIMELINE FORMAT CSS
*******************************************************************************/
.circle .img-circle {
    border: 2px solid #322c68;
    color: #322c68;
}

    .circle .img-circle::before, .circle .img-circle::after {
        background: rgb(39,128,89);
    }

.timeline-bas a {
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

    .timeline-bas a:hover {
        color: rgb(39,128,89);
    }


@media (max-width: 991px) {
    .timeline-haut > div, .timeline-bas > div {
        margin: 0 5px;
    }
}

/*******************************************************************************
CUSTOM
*******************************************************************************/
.SectionHero {
    background-image: none;
}

.hero-subscribe-layout .SectionHero,
.hero-form-layout .SectionHero,
.app-layout .SectionHero {
    height: auto;
}

.SectionHero img {
    width: 100%;
    background-image: none;
}

.section-heading {
    margin-top: 0;
    color: #206094;
    line-height: 1.2;
}

.two-blocks .block {
    padding: 40px;
}

    .two-blocks .block > div {
        height: 100%;
    }

        .two-blocks .block > div > div {
            height: 100%;
        }

    .two-blocks .block a {
        color: #F4B183 !important;
        font-weight: 700;
        font-size: larger;
    }

        .two-blocks .block a.bigger {
            font-size: 25px;
        }


.block ul {
    padding-left: 15px !important;
}

    .block ul > li {
        list-style-type: disc !important;
    }

.special-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .special-heading > span {
        height: 100px;
        vertical-align: middle;
    }

        .special-heading > span.txt {
            border-top: 3px solid;
            border-bottom: 3px solid;
            flex: 1;
            margin: 0 15px 0 0;
            display: flex;
            padding-top: 15px;
            /*align-items: center;*/
        }

        .special-heading > span > img {
            height: 100px;
        }

@media(max-width: 991px) {
}
/*******************************************************************************
CONTACT (Pre footer)
*******************************************************************************/
#contact .md-button.md-primary.md-raised {
    color: rgba(255,255,255,0.87);
    background-color: #333;
}

/*******************************************************************************
FOOTER
*******************************************************************************/
.footer-pane {
    background-color: #333;
    color: #ffffff;
    padding: 20px 0;
}

.footer-nav > ul > li {
    margin: 0 15px;
}

    .footer-nav > ul > li > a:focus,
    .footer-nav > ul > li > a:hover,
    .footer-nav > ul > li > a:focus,
    .footer-nav > ul > li > a:hover {
        color: #3392CE;
    }

.footer-bottom a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:hover {
    color: #3392CE;
}

@media(max-width: 767px) {
    .footer-nav li {
        display: block;
    }
}


/*******************************************************************************
CRASH OTHER CSS
*******************************************************************************/
.bloc-logos-home {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

    .bloc-logos-home > a {
        width: 11%;
        margin: 0;
    }

        .bloc-logos-home > a .logo-img {
            max-width: 90%;
        }

.md-button.md-primary.md-raised {
    color: rgba(255,255,255,0.87);
    background-color: #333;
}

.breaking h1, .breaking h2, .breaking h3, .breaking h4, .breaking h5, .breaking p {
    color: #333;
}

/*******************************************************************************
Page Jour J
*******************************************************************************/
a.bg-green.text-white:hover,
a.bg-green.text-white:active,
a.bg-green.text-white:focus {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

.SectionHero.bandeau-jour-j {
    background-color: #004aad !important;
}

    .SectionHero.bandeau-jour-j .container {
        height: auto !important;
    }

/* ---------------------------------------------------------- Listes */
ul:not(.list-sublist):not(.normal) > li > span {
    padding: 10px;
}

    ul:not(.list-sublist):not(.normal) > li > span:first-child {
        background-color: #F4BC33;
        color: #333333;
        font-weight: bold;
        white-space: nowrap;
    }
/* ---------------------------------------------------------- Borders */
.bd-radius-normal {
    border-radius: 5px;
}

.bd-radius-big {
    border-radius: 15px;
}
/* ---------------------------------------------------------- Colors */
.color-red {
    color: #cf4a32 !important;
}

.bg-color-red {
    background-color: #cf4a32;
}

.bg-green {
    background-color: #6b9b25;
}

.bg-color-page {
    background-color: #004aad;
}

.bg-dark-red {
    background-color: rgb(151,0,1);
}

.text-dark-red {
    color: rgb(151,0,1) !important;
}

.text-black {
    color: #333 !important;
}

.bg-lime-green {
    background-color: rgb(146,208,80);
}

.tex-lime-green {
    color: rgb(146,208,80);
}

.bg-dark-grey {
    background-color: rgb(127,127,127);
}

.tex-dark-grey {
    color: rgb(127,127,127);
}

.bg-grey {
    background-color: rgb(166,166,166);
}

.tex-grey {
    color: rgb(166,166,166);
}
/* ---------------------------------------------------------- Pad et Mar */
.pad-all-smallest {
    padding: 2px;
}

.pad-all-small {
    padding: 10px;
}

.pad-top-normal {
    padding-top: 15px;
}

.pad-top-big {
    padding-top: 60px;
}

.pad-bottom-normal {
    padding-bottom: 15px;
}

.pad-bottom-big {
    padding-bottom: 60px;
}

.pad-right-normal {
    padding-right: 15px;
}

.pad-h-normal-sm {
    padding: 0 15px;
}

.pad-all-normal-sm {
    padding: 0 15px;
}

.mar-left-biggest {
    margin-left: 50px;
}

/* ---------------------------------------------------------- Display */
.d-inline-block {
    display: inline-block;
}

/* ---------------------------------------------------------- Others */
.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-space-between {
    justify-content: space-between;
}


.justify-space-around {
    justify-content: space-around;
}

.max-content {
    width: max-content;
    width: -moz-max-content;
}

/* ---------------------------------------------------------- Custom */
.agenda {
}

    .agenda a {
        color: #333;
        font-weight: bold;
    }

        .agenda a:hover,
        .agenda a:focus,
        .agenda a:active {
            color: #1096bf;
            text-decoration: underline;
        }

.col-pictos {
    /*justify-content: center;*/
    padding: 20px;
}

    .col-pictos > div {
        padding-top: 15px;
    }


    .col-pictos img {
        width: 100px;
    }

.bloc-buttons-questions {
}

    .bloc-buttons-questions a {
        color: rgb(46,117,182);
    }

    .bloc-buttons-questions .button {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 15px;
        padding: 15px;
        display: block;
        width: 100%;
    }

        .bloc-buttons-questions .button:hover,
        .bloc-buttons-questions .button:focus {
            cursor: pointer;
            opacity: .8;
            color: #fff;
        }

.bloc-intervenants {
    align-items: start;
}

    .bloc-intervenants a {
        color: #333;
        margin-top: 15px;
        padding: 0 15px;
    }

.jourj-partenaires.bloc-logos-home > a {
    width: 6.7%;
}

@media (min-width: 992px) {
    .d-flex-md {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .d-flex-col-md {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .justify-space-between-md {
        justify-content: space-between;
    }

    .case img {
        margin-top: -10px;
    }
}

@media (min-width: 768px) {
    .showed-xs {
        display: none;
    }

    h2 {
        font-size: 27px;
    }

    .d-flex-sm {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .mar-left-biggest-sm {
        margin-left: 50px;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (max-width: 767px) {

    .bloc-intervenants a {
        width: 50% !important;
    }

    .jourj-partenaires.bloc-logos-home > a {
        width: 20%;
    }
}

@media (max-width: 959px) {
    .bloc-buttons-questions a br {
        display: none;
    }

    .pad-h-normal-sm {
        padding: 0;
    }

    .pad-all-normal-sm {
        padding: 0;
    }
}

.bloc-icons {
    align-items: center;
    justify-content: space-around;
}

    .bloc-icons > div {
        width: 17%;
        padding: 15px;
    }

@media (max-width: 767px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.7em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.2em;
    }

    .bloc-logos-home > a {
        width: 21%;
        margin-bottom: 5px;
    }

    .logo-img {
        margin-bottom: 0;
    }

    section {
        padding: 20px;
    }

    .bloc-icons > div {
        width: 25%;
        padding: 5px;
    }
}

/* ===================================================== 
	RENCONTRE 2022
===================================================== */
header {
    position: relative;
    background-color: #004aad;
    padding: 0;
}

    header > div > .row {
        margin-bottom: 0;
    }

.header-clone {
    background-color: #004aad;
}

#nav-menu-trigger {
    background-color: #004aad;
    color: #fff;
}

#nav-wrapper {
    background-color: #004aad !important;
    color: #fff;
}

    #nav-wrapper .main-nav li a, .secondary-nav li a {
        color: #fff;
    }


a {
    color: #3392CE;
}

    a:hover,
    a:focus,
    a:active {
        color: #004aad;
    }

    a.text-underlined {
        text-decoration: underline;
    }

        a.text-underlined:hover {
            text-decoration: underline;
        }

.btn {
}

    .btn.no-transform {
        text-transform: inherit;
    }

    .btn.big {
        font-size: 18px;
        padding: 15px;
    }

    .btn.appel-ins:hover,
    .btn.appel-ins:focus,
    .btn.appel-ins:active {
        color: #fff;
        background-color: #004aad !important;
    }

    .btn .material-icons {
        vertical-align: middle;
        padding-right: 15px;
    }

.bg-blue {
    background-color: #3392CE !important;
}

.bg-dark-blue {
    background-color: #004aad !important;
}

.bg-yellow {
    background-color: #EFC636 !important;
}

.color-blue {
    color: #3392CE !important;
}

.color-dark-blue {
    color: #004aad !important;
}

.color-yellow {
    color: #EFC636 !important;
}



ul.checkList {
    list-style-type: none;
}

    ul.checkList li::before {
        content: "✓";
        font-weight: bold;
        margin-right: 5px;
        color: #3392CE;
    }


ul.list-energy {
    list-style-type: none;
}

    ul.list-energy > li,
    ul.list-energy > li > h5 {
        display: flex;
        margin-bottom: 0;
    }

        ul.list-energy > li::before,
        ul.list-energy > li > h5::before {
            content: url('/AngularAppFiles/images/ecotechEnergie/bolt.svg');
            margin-right: 5px;
            width: 1em; /*30px;*/
            line-height: 1.6em;
        }

        ul.list-energy > li > h5 > span {
            flex: 1;
        }

ul.list-disc.blue-bullet {
    margin-top: 0;
    margin-left: 36px;
}

    ul.list-disc.blue-bullet > li {
        list-style-type: none;
        font-size: 22px;
    }

        ul.list-disc.blue-bullet > li::before {
            font-size: large;
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #3392CE; /* Change the color */
            font-weight: bold; /* If you want it to be bold */
            display: inline-block; /* Needed to add space between the bullet and the text */
            width: 1em; /* Also needed for space (tweak if needed) */
            margin-left: -1em; /* Also needed for space (tweak if needed) */
        }
/*******************************************************************************
CSS BLOC TARIFS (TAB PILLS)
*******************************************************************************/
.nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: none;
}

    .nav-tabs a {
        background-color: #ffffff;
        flex: 1;
        display: flex;
        align-items: center;
        font-size: 15px;
        padding: 10px;
        border-radius: 0.25rem;
        margin-right: 5px;
        font-weight: bold;
        color: #000000;
    }

        .nav-tabs a:hover {
            color: rgb(47,85,151);
            /*background-color: #12bf3a26;*/
        }

        .nav-tabs a:not(:last-of-type) {
            margin-bottom: 5px;
        }

        .nav-tabs a.active {
            color: rgb(47,85,151);
            /*background-color: #12bf3a26;*/
            border-left: 3px solid rgb(47,85,151);
            min-width: 300px;
        }

.tab-content {
    background-color: #ffffff;
    margin-top: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.flex-fill {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.buttons-bloc {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .buttons-bloc a {
        display: flex;
        margin: 10px;
        text-align: left;
    }


@media (max-width: 767px) {
    .tarifs {
        flex-direction: column;
    }

    .tab-content {
        margin-top: 10px;
    }

        .tab-content .tab-pane > .d-flex {
            flex-wrap: wrap !important;
        }

            .tab-content .tab-pane > .d-flex > .flex-fill {
                flex: auto;
            }

                .tab-content .tab-pane > .d-flex > .flex-fill:not(.no-margin):last-of-type {
                    margin-top: 15px;
                }

    .buttons-bloc {
        display: block;
    }

        .buttons-bloc a {
        }
}
