@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**************************************** Commun aux pages / Page type ************************************************/
body {
    background-color: white !important;
    font-family: 'Barlow', sans-serif !important;
    color: black !important;
}

h1 {
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-size: 36pt !important;
    font-weight: 300 !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

h2, h3 {
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 24pt;
    color: black;
}

h3 {
    font-size: 20pt;
    color: black;
}

hr {
    opacity: 100% !important;
    color: #343434;
}

p {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 13pt;
    text-align: justify;
    color: black;
    margin-bottom: 0 !important;
}

th {
    background-color: #00a19a !important;
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.h2_type {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 30pt;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #00a19a;
}

.h3_type {
    color: #00a19a;
    margin-top: 40px;
    margin-bottom: 20px;
}

.hr_h2 {
    background-color: #343434;
    height: 6px !important;
    width: 116px !important;
    margin-right: 20px;
}

.hr_h3 {
    width: 124px !important;
    height: 6px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
    background-color: #00a19a;
}

.active {
    color: #00a19a !important;
}

.hr_h1 {
    color: #00a19a;
    width: 80px;
    height: 4px !important;
    margin-bottom: 40px;
}

.hr_titre {
    color: #343434;
    width: 80px;
    height: 4px !important;
    margin-bottom: 40px;
}

.p_type {
    margin-top: 40px;
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 40px !important;
}

.p_type li {
    font-weight: 300;
    font-size: 13pt;
    text-align: justify;
    color: black;
}

li {
    font-weight: 300;
    font-size: 13pt;
    text-align: justify;
    color: #00a19a;
}

/*Boutons*/
.button_rempli {
    border: solid #00a19a 2px;
    background-color: #00a19a;
    color: white;
    padding: 5px;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 30%;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 14pt;
}

.button_rempli:hover {
    border: solid #00a19a 2px;
    background-color: transparent;
    color: black;
}

.button_outline {
    border: solid #00a19a 2px;
    color: black;
    background-color: transparent;
    padding: 5px;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 14pt;
}

.button_outline:hover {
    background-color: #00a19a;
    border-color: transparent;
    color: white;
}

.button_outline_mini {
    border: solid #00a19a 2px;
    color: black;
    background-color: transparent;
    width: 40%;
    padding: 5px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 14pt;
}

.button_outline_mini:hover {
    background-color: #00a19a;
    border-color: transparent;
    color: white;
}

/*Boutons*/
strong {
    color: #00a19a;
}

.cursor_img {
    cursor: pointer !important;
}

/**************************************** Commun aux pages / Page type ************************************************/


/************************************************** Header ************************************************************/
.nav_haut {
    background-color: #f9f9f9;
    padding: 5px;
    margin-bottom: 20px;
}

.nav_haut ul {
    display: flex;
}

.nav-link {
    color: black;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 15pt;
}

.langue {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.nav-link:hover {
    color: #00a19a;
}

.nav-item {
    font-size: 16pt;
    text-align: center;
}

#menu_deroulant, #menu_deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu_deroulant {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 20px;*/
    width: 100%;
}

#liste_1 {
    padding-top: 40px;
    min-width: 100vw;
    /*margin-left: -32%;*/
    border-bottom: solid 5px #00a19a;
}

#menu_deroulant li {
    display: inline-block;
}

#menu_deroulant .menu_deroulant_deroule ul li {
    display: inherit;
    width: 400px !important;
}

#menu_deroulant li ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#menu_deroulant a {
    text-decoration: none;
    display: block;
    color: black;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    padding: 0;
}

#menu_deroulant a:hover {
    border-bottom: solid #00a19a 3px;
    display: flex;
    justify-content: center;
}

#menu_deroulant div ul li a {
    font-size: 18px;
}

#menu_deroulant .menu_deroulant_deroule {
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
    background-color: white;
}

#menu_deroulant li:hover .menu_deroulant_deroule {
    left: 0;
}

.nav-link-titre {
    color: #00a19a !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 700 !important;
}

.nav-link-titre:hover {
    border-bottom: solid #343434 3px !important;
    width: 20% !important;
    display: flex;
    justify-content: center;
}

.navbar-collapse ul {
    padding: 0;
}

.nav_responsive {
    background-color: #f9f9f9;
}

.nav_responsive ul {
    padding: 0;
}

.nav_responsive li {
    list-style-type: none;
    text-align: center;
}

ul .nav_responsive .d-sm-block .d-md-none {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.nav_responsive .nav-link_responsive {
    color: black;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 14pt;
}

.nav_responsive .nav-link-titre_responsive {
    color: #00a19a;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 13pt;
}

.nav_responsive .sous-nav-link_responsive {
    color: black;
}

.sous_nav_responsive .nav-link_responsive {
    color: black;
    font-size: 12pt;
}

.sous_nav_responsive .active {
    color: #00a19a;
}

/************************************************** Header ************************************************************/


/************************************************** Footer ************************************************************/
footer {
    margin-top: 40px;
}

.h3_footer {
    margin-top: 40px;
}

.footer {
    background-color: #f9f9f9;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.p_footer {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    margin-bottom: 40px !important;
}

.p_footer p {
    text-align: center !important;
}

.p_footer a {
    color: black;
}

.p_footer a:hover {
    color: black;
}

.footer2 {
    background-color: #343434;
    padding: 10px;
}

.p_foot {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 13pt;
    color: white;
    margin: 0;
}

.footer_icons {
    margin-top: 20px !important;
}

.icon_footer {
    color: black;
    padding: 20px;
}

.icon_footer:hover {
    color: #00a19a;
}

.sitemap ul li ul li a i {
    color: #00a19a;
}

.sitemap ul li a {
    color: #00a19a;
}

.sitemap ul li {
    list-style-type: none;
}

/************************************************** Footer ************************************************************/


/************************************************** Cookie ************************************************************/
#pc-cookie-notice {
    z-index: 20;
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    color: #f9f9f9 !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 16px !important;
    padding: 25px 20px !important;
    background-color: rgba(0, 161, 154, 0.9) !important;
}

#pc-cookie-notice a {
    color: #f9f9f9 !important;
    font-weight: bold !important;
}

#pc-cookie-notice #pc-button {
    margin: 0 10px !important;
    border: none !important;
    right: 0 !important;
    top: 8px !important;
}

#pc-cookie-notice #pc-button button {
    background: none !important;
    color: #f9f9f9 !important;
    font-family: 'Barlow', sans-serif !important;
    border: 0 solid #FFFFFF !important;
    cursor: pointer !important;
    font-weight: 400 !important;
}

#pc-cookie-notice #pc-message {
    text-align: center !important;
    padding: 0 !important;
    line-height: 1.4em;
}

@media (max-width: 576px) {
    #pc-cookie-notice #pc-message {
        font-size: 14px !important;
    }
}

/************************************************** Cookie ************************************************************/


/************************************************  Carousel ***********************************************************/
.hr_carousel {
    margin: 20px 0 0 0;
    background-color: #f9f9f9;
    height: 3px !important;
}

.video {

}

.carousel_text {
    width: 30%;
    background-color: rgba(52, 52, 52, 0.7);
    color: white;
    padding: 20px;
}

.lien_carousel {
    color: #00a19a;
    text-decoration: underline;
}

.lien_carousel:hover {
    color: #00a19a;
    text-decoration: none;
}

.cadre_carousel {
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 20px;
}

.cadre_carousel p {
    text-align: justify;
}

.carousel-indicators .vert {
    width: 40px;
    height: 5px;
    background-color: grey;
}

.carousel-indicators .active, .vert {
    width: 40px;
    height: 5px;
    background-color: #00a19a;
}

/************************************************  Carousel ***********************************************************/


/************************************************  Chiffres ***********************************************************/
.chiffres {
    margin-top: 40px !important;
    background-color: #00a19a;
    padding: 40px;
}

.chiffres p {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.chiffres p b {
    font-size: 24pt;
}

/************************************************  Chiffres ***********************************************************/


/************************************************  Produits ***********************************************************/
.detail_produits p {
    color: #00a19a;
}

.text_prod {
    text-transform: uppercase;
    color: #00a19a;
    font-weight: 500;
    font-size: 12pt;
    text-align: center !important;
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs {
    /*background: transparent url(../img/bg_tab_off.png) no-repeat right 0;*/
    margin-top: 100px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important;
    color: white !important;
    background-color: #00a19a !important;
    /*background: transparent url(../img/bg_tab_on.png) no-repeat right !important;*/

}

.hr_prod {
    color: #00a19a;
    margin-top: -15px !important;
    padding: 0;
}

.prod_details .col-lg-6 {
    margin-top: 40px;
}

.carousel_prod {

}

.carousel-indicators .indicators_rond {
    width: 15px;
    height: 15px;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #343434;
}

.carousel-indicators .active, .indicators_rond {
    background-color: #00a19a;
}

.indicateurs ol {
    position: absolute;
    bottom: -60px;
}

.prod_details .h2_type {
    margin: 0 !important;
}

.h1_prod {
    margin: 0 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    color: #00a19a !important;
}

.tab-pane ul li {
    color: black !important;
}

.accordion-button:not(.collapsed) {
    color: #00a19a !important;
    background-color: transparent !important;
}

.accordion-button:focus {
    border-color: #00a19a !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2), 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.accordion-flush .accordion-button {
    color: #00a19a !important;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20pt;
    text-align: left;
}

.accordion-body ul {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    text-align: justify;
    color: black;
    margin-bottom: 0 !important;
}

.bouton_prod {
    color: black;
}

.bouton_prod:hover {
    color: #00a19a;
}

/************************************************  Produits ***********************************************************/


/**********************************************  Réalisations *********************************************************/
.mask {
    background-color: rgba(0, 157, 167, 0.4);
}

.mask p {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 17pt;
}

/*.mask strong{*/
/*    color: white;*/
/*    font-family: 'Barlow', sans-serif;*/
/*    font-weight: 600;*/
/*    font-size: 22pt;*/
/*    text-transform: uppercase;*/
/*}*/
.mask_real {
    width: 90% !important;
    height: 90% !important;
    margin: auto;
}

.mask_real p {
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 17pt;
    text-transform: none;
}

.real_img_marg {
    margin-bottom: 20px;
}

.real_detail {
    margin-top: 40px !important;
}

.multi-item-example {
    margin-bottom: 80px !important;
}

/**********************************************  Réalisations *********************************************************/


/***********************************************  Actualités **********************************************************/
.card-header {
    background-color: transparent !important;
    border: none !important;
}

.card-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 20pt;
    color: black;
}

.card-text {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 14pt
}

.card_actu {
    margin-top: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.bouton_actu {
    color: black;
    text-decoration: underline;
    text-transform: uppercase;
}

.bouton_actu:hover {
    color: #00a19a;
}

/***********************************************  Actualités **********************************************************/


/*************************************************  Clients ***********************************************************/
.client {
    background-color: #f9f9f9;
    padding: 40px;
}

.client img {
    vertical-align: middle;
    margin-bottom: 10px;
}

/*************************************************  Clients ***********************************************************/


/************************************************** Ariane ************************************************************/
.breadcrumb-item a {
    color: black !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.breadcrumb-item a:hover {
    color: #00a19a !important;
}

.hr_ariane {
    width: 35%;
    margin: 0;
}

.breadcrumb > .active a {
    color: #00a19a !important;
    font-weight: 500 !important;
}

/************************************************** Ariane ************************************************************/


/********************************************** Téléchargements *******************************************************/
.doc {
    padding: 10px;
}

.doc:hover {
    box-shadow: 2px 2px 5px 5px lightgray;
    color: #00a19a;
}

.miniature img {
    width: 100%;
    border: solid 1px lightgrey;
    vertical-align: middle;
}

.doc a {
    color: black !important;
}

.doc a:hover {
    color: #00a19a !important;
}

/********************************************** Téléchargements *******************************************************/


/************************************************ Pagination **********************************************************/
.hr_page {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.page-item.active .page-link {
    background-color: #00a19a !important;
}

.page-link:hover {
    background-color: transparent !important;
}

/************************************************ Pagination **********************************************************/


/******************************************* Carousel Multi Item ******************************************************/
.multi-item-example {
    margin-top: 40px;
}

/******************************************* Carousel Multi Item ******************************************************/


/******************************************* Formulaire - Contact *****************************************************/
.input_text, #message {
    width: 100%;
}

.input_text:focus {
    border: #00a19a solid 2px !important;
    box-shadow: none !important;
}

#form_message:focus {
    border: #00a19a solid 2px !important;
    box-shadow: none !important;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #00a19a !important;
}

.form-check-input:checked {
    border-color: #00a19a !important;
}

.bouton_contact {
    width: 65%;
    margin-bottom: 20px;
    margin-top: 20px !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    text-transform: uppercase;
    color: black !important;
}

.form-check label {
    margin: auto;
    text-align: justify;
}

.form-control:focus {
    border: #00a19a solid 2px !important;
    box-shadow: none !important;
}

.robot {
    background-color: #f9f9f9;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-bottom: 20px;
}

.robot input {
    margin-right: 10px;
}

.form-check small {
    margin-bottom: 20px;
}

.form-check {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
}

.interlocuteur {
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 20px;
}

.interlocuteur p strong {
    font-weight: 600;
    font-size: 18pt;
}

.map_contact {
    margin-bottom: 20px;
}

/******************************************* Formulaire - Contact *****************************************************/

/************************************************** Robot *************************************************************/
.grecaptcha-badge {
    display: none;
}

.robot_text a {
    color: #00a19a !important;
}

.robot_text a:hover {
    color: #00a19a !important;
}

/************************************************** Robot *************************************************************/

/******************************************* Largeur inférieur lg *****************************************************/
@media (max-width: 966px) {
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,167,157)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .real_img {
        margin-bottom: 20px;
    }

    .button_rempli {
        margin-top: 0;
        width: 100%;
    }

    .button_outline {
        width: 100%;
        margin-bottom: 20px;
    }

    .button_outline_mini {
        width: 100%;
    }

    .actu_card {
        margin-bottom: 20px;
    }

    .carousel-indicators .prod {
        background-color: black;
    }

    .map_contact {
        margin-top: 20px;
    }

    .carousel-indicators .indicators_rond {
        margin-bottom: 40px;
    }

    figcaption {
        margin-bottom: 40px;
    }

    .indicateurs ol {
        bottom: -80px;
    }
}

/******************************************* Largeur inférieur lg *****************************************************/


/******************************************* Largeur inférieur md *****************************************************/
@media (max-width: 767px) {
    .hr_carousel {
        margin: 0;
    }

    .chiffres div {
        margin-bottom: 20px;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .img_item_carousel {
        margin-bottom: 20px;
    }

    .p_footer {
        margin-bottom: 0 !important;
    }
}

/******************************************* Largeur inférieur md *****************************************************/





