/*
Theme Name:  Divi Ecommerce
Theme URI:   https://diviecommerce.aspengrovestudio.com/
Description: Woocommerce Divi Child Theme
Author:      Divi Space
Author URI:  https://divi.space
Template:    Divi
Version:     1.2.1
License:     GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags:        Divi, Ecommerce, Woocommerce, Child Theme
Text Domain: divi_ecommerce
GitLab Theme URI: https://gitlab.com/aspengrovestudios/diviecommerce/
*/

/*
Divi Ecommerce Child Theme
Copyright (C) 2020 Divi Space, an Aspen Grove Studios company

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.


==========

CREDITS:

Parts of this theme are based on and/or copied from WordPress, copyright 2011-2020
by the contributors. Licensed under the GNU General Public License (GPL), version
2 or later.

Parts of this theme are based on and/or copied from WooCommerce by Automattic,
copyright 2015 by the contributors. Licensed under the GNU General Public License
(GPL), version 3 or later.

Parts of this theme are based on and/or copied from Divi by Elegant Themes. Licensed
under the GNU General Public License (GPL), version 2.

See the aspen-plugin-installer.php file for additional credit and licensing information.

See the files in the plugin's updater/ and aspen-demo-content/ directories for additional
credit and licensing information.

See the license.txt file in the theme's root directory for the text of the GPL, version 3.

*/

/*    ..........................................................................................................................................................     */
/*                                                                                                                                                                    */
/*    IMPORTANT: UTILIZING THE AUTOMATIC UPDATE  FEATURE OF THIS                                  */
/*    CHILD THEME WILL OVERWRITE ANY CUSTOM CODE PLACED WITHIN                                */
/*    THIS FILE. IF YOU WISH TO AUTOMATICALLY UPDATE, PLEASE PLACE                                */
/*    YOUR CODE IN THEME OPTIONS >> CUSTOM CSS. OTHERWISE YOU                                  */
/*    CAN MANUALLY UPDATE  THE THEME FILES.                                                                              */
/*                                                                                                                                                                   */
/*    ..........................................................................................................................................................     */


/**
 * #.#  Fixes
 *
 */

#page-container {
    overflow: hidden;
}

blockquote {
    margin: 15px 0;
    border-left: 2px solid;
    font-weight: 500;
    line-height: 1.5;
}

/**
 * #.#  Page Headers
 *
 */

.de-page-header {
    background: #f9f9f9;
    padding: 50px 0;
}

.de-page-header .et_pb_row {
    padding: 0 !important;
}

.de-page-header .et_pb_module {
    margin-bottom: 0 !important;
}

.de-page-header .et_pb_text,
.de-page-header .et_pb_code {
    text-align: center !important;
}

.de-page-header h1 {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    line-height: 1.2;
    font-weight: 700;
}

.de-page-header .woocommerce-breadcrumb {
    margin: 0 !important;
    line-height: 1.5;
    font-weight: 400;
}

@media (min-width: 981px) {
    .de-page-header h1 {
        font-size: 35px;
    }

    .de-page-header .woocommerce-breadcrumb {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .de-page-header h1 {
        font-size: 32px;
    }

    .de-page-header .woocommerce-breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .de-page-header h1 {
        font-size: 27px;
    }

    .de-page-header .woocommerce-breadcrumb {
        font-size: 13px;
    }
}

/* Default Header */

.default-header {
    line-height: 1.5;
    font-weight: 300;
}

.default-header h1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

@media (min-width: 981px) {
    .default-header h1 {
        font-size: 35px;
    }

    .default-header {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .default-header h1 {
        font-size: 32px;
    }

    .default-header {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .default-header h1 {
        font-size: 27px;
    }

    .default-header {
        font-size: 15px;
    }
}

.default-header h1:after,
.default-header h1:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 1000%;
    height: 1px;
}

.default-header h1:before {
    right: 105%;
    right: calc(100% + 25px);
}

.default-header h1:after {
    left: 105%;
    left: calc(100% + 25px);
}

.default-header.et_pb_bg_layout_light h1:after,
.default-header.et_pb_bg_layout_light h1:before {
    background: rgba(0, 0, 0, 0.075);
}

.default-header.et_pb_bg_layout_dark h1:after,
.default-header.et_pb_bg_layout_dark h1:before {
    background: rgba(255, 255, 255, 0.1);
}

/**
 * #.# Pagination
 *
 */

.wp-pagenavi,
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
    border: none;
    text-align: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: none;
    padding: 4px;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.woocommerce .woocommerce-pagination ul.page-numbers span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers span.current,
.woocommerce .woocommerce-pagination ul.page-numbers a,
.woocommerce-page .woocommerce-pagination ul.page-numbers a {
    padding: 0 15px;
    height: 40px !important;
    font-size: 14px;
    line-height: 40px !important;
    border-radius: 1px !important;
    font-weight: 600 !important;
    background: transparent !important;
    transition: 0.3s all;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .woocommerce-pagination ul.page-numbers a,
.woocommerce-page .woocommerce-pagination ul.page-numbers a,
.wp-pagenavi a {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000 !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers span.current,
.wp-pagenavi span.current {
    border-width: 1px !important;
    border-style: solid !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers a:hover,
.wp-pagenavi a:hover {
    color: #fff !important;
}

/**
 * #.#  Sidebar
 *
 */

@media (max-width: 980px) {
    .archive #sidebar,
    .single #sidebar,
    .blog #sidebar {
        margin-top: 30px;
    }
}

.divi-ecommerce-sidebar h4.widgettitle,
#sidebar h4.widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.1;
}

.tagcloud a {
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.divi-ecommerce-sidebar li.cat-item,
#sidebar li.cat-item {
    margin: 0 !important;
}

.divi-ecommerce-sidebar li.cat-item a,
#sidebar li.cat-item a {
    padding: 8px 0;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.divi-ecommerce-sidebar ul.children,
#sidebar ul.children {
    margin-left: 15px;
}

.divi-ecommerce-sidebar li.cat-item a:before,
#sidebar li.cat-item a:before {
    position: absolute;
    top: 50%;
    left: -10px;
    font-family: "ETmodules";
    content: '\35';
    font-weight: bold;
    font-size: 16px;
    margin-top: -8px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.divi-ecommerce-sidebar li.cat-item.current-cat a:before,
.divi-ecommerce-sidebar li.cat-item a:hover:before,
#sidebar li.cat-item a:hover:before,
#sidebar li.cat-item.current-cat > a:before {
    opacity: 1 !important;
}

.divi-ecommerce-sidebar li.cat-item.current-cat .children a:before {
    opacity: 0 !important;
}

.divi-ecommerce-sidebar li.cat-item a:hover,
.divi-ecommerce-sidebar li.cat-item.current-cat > a,
#sidebar li.cat-item a:hover,
#sidebar li.cat-item.current-cat > a {
    padding-left: 10px !important;
}

/**
 * #.#  Bottom Blurbs
 *
 */

.bottom-blurbs .et_pb_column {
    padding: 30px 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.bottom-blurbs .et_pb_module_header {
    padding-bottom: 5px;
}

@media (min-width: 650px) {
    .bottom-blurbs .et_pb_main_blurb_image {
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media (min-width: 981px) and (max-width: 1250px) {
    .bottom-blurbs .et_pb_main_blurb_image,
    .bottom-blurbs .et_pb_blurb_container {
        display: block;
        padding: 0;
    }

    .bottom-blurbs .et_pb_main_blurb_image {
        margin: 0 auto 15px;
    }

    .bottom-blurbs .et_pb_blurb_content,
    .bottom-blurbs .et_pb_blurb_container {
        text-align: center !important;
    }
}

@media (min-width: 480px) and (max-width: 650px) {
    .bottom-blurbs .et_pb_main_blurb_image,
    .bottom-blurbs .et_pb_blurb_container {
        display: block;
        padding: 0;
    }

    .bottom-blurbs .et_pb_main_blurb_image {
        margin: 0 auto 15px;
    }

    .bottom-blurbs .et_pb_blurb_content,
    .bottom-blurbs .et_pb_blurb_container {
        text-align: center !important;
    }
}

/**
 * #.#  Page 404
 *
 */

.not-found-404 .et_pb_section {
    font-size: 16px;
}

.not-found-404 p.large-404 {
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    line-height: 150px !important;
}

.not-found-404 h2 {
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 10px;
    color: #000;
    font-size: 40px;
}

.not-found-404 .buttons-container {
    display: block;
    margin-top: 25px;
}

.not-found-404 .buttons-container a {
    border: 1px solid;
    padding: 8px 20px !important;
    line-height: 1.2;
    font-size: 16px;
    transition: 0.5s, ease-in;
    border-radius: 1px;
}

.not-found-404 .buttons-container a:hover {
    padding: 8px 20px !important;
}

@media (max-width: 500px) {
    .not-found-404 .et_pb_section {
        font-size: 15px;
        padding: 50px 0;
    }

    .not-found-404 .buttons-container {
        text-align: center;
        margin-top: 30px;
    }

    .not-found-404 p.large-404 {
        font-size: 90px !important;
        line-height: 90px !important;
    }

    .not-found-404 h2 {
        font-size: 30px;
    }
}

/**
 * #.#  Page Contact
 *
 */

@media (min-width: 981px) {
    .contact-blurbs-row .et_pb_column:last-child {
        border: none;
    }

    .contact-blurb {
        padding: 50px 20px;
        background: #fff;
    }

    .contact-blurb {
        margin-top: -50px !important;
        background: #fff;
        position: relative;
        z-index: 5;
        transition: 0.5s ease-in-out;
    }

    .contact-blurb:hover {
        margin-top: -75px !important;
        padding-bottom: 75px;
        -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
        overflow: visible;
    }
}

.contact-blurb .et_pb_module_header {
    font-weight: 600;
}

.contact-blurb .et_pb_main_blurb_image {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.contact-blurb .et_pb_blurb_container {
    padding-left: 25px;
}

@media (max-width: 980px) {
    .contact-blurb {
        margin-bottom: 30px !important;
    }

    .contact-blurb .et_pb_blurb_content {
        max-width: none;
    }
}

@media (max-width: 400px) {
    .contact-blurb {
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
    }

    .contact-blurb .et_pb_main_blurb_image,
    .contact-blurb .et_pb_blurb_container {
        border: none;
        display: block;
        padding: 0;
        margin: 0 auto 15px !important;
        text-align: center !important;
    }
}

.de-contact-form p input,
.de-contact-form p textarea {
    background: transparent;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    color: inherit;
}

.de-contact-form p input,
.de-contact-form .et_pb_button {
    line-height: 1;
    height: 49px;
    padding: 0 20px;
}

.de-contact-form p textarea {
    line-height: 1.5;
    padding: 20px;
}

.de-contact-form .et_pb_button:hover {
    background: #000;
    color: #fff;
}

/**
 * #.#  Page About
 *
 */

@media (min-width: 981px) {
    .about-page-content .et_pb_column {
        margin-top: -150px;
    }
}

.about-page-blurb .et_pb_module_header {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.about-page-blurb .et_pb_module_header:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.about-page-blurb.et_pb_text_align_left .et_pb_module_header:before {
    left: 0;
}

.about-page-blurb.et_pb_text_align_right .et_pb_module_header:before {
    right: 0;
}

.about-page-blurb.et_pb_text_align_center .et_pb_module_header:before {
    left: 50%;
    margin-left: -25px;
}

.about-page-blurb .et_pb_main_blurb_image {
    display: block;
    margin-bottom: 15px !important;
}

.about-page-blurb.et_pb_text_align_left .et_pb_main_blurb_image {
    text-align: left;
}

.about-page-blurb.et_pb_text_align_right .et_pb_main_blurb_image {
    text-align: left;
}

.brand-logo {
    padding: 20px 15px;
    border-radius: 3px;
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand-logo:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.brand-logo img {
    height: 85px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px;
}

.woocommerce a.button.add_to_cart_button {
    font-size: 18px;

}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    content: "\35";
}

.woocommerce .button.ajax_add_to_cart.loading:hover{
	/*display:none;*/
}

.woocommerce a.added_to_cart{
	/*display:none;*/
}

.et-db #et-boc .et-l .et_pb_shop_0_tb_body.et_pb_shop .woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	text-transform: uppercase;
}

#ecommerce-custom-header h1, .et_pb_wc_title h1{
	text-transform: uppercase;
}

/* Footer */
#main-footer {
  background-color: #222222; }

/* Widgets */
#footer-widgets {
  padding: 6% 0 0; }

.footer-widget {
  float: left;
  color: #fff; }

.last {
  margin-right: 0; }

.footer-widget .fwidget:last-child {
  margin-bottom: 0 !important; }

#footer-widgets .footer-widget li {
  padding-left: 14px;
  position: relative; }

#footer-widgets .footer-widget li:before {
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px; }

#footer-widgets .footer-widget li a {
  color: #fff;
  text-decoration: none; }

#footer-widgets .footer-widget li a:hover {
  color: rgba(255, 255, 255, 0.7); }

.footer-widget .widget_adsensewidget ins {
  min-width: 160px; }

/***********************************************************************************************************************************************************/

/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
    .dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/
.et_mobile_menu {
    margin-left: -30px;
    padding: 5%;
    width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}

/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
    max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/*
** CliniqueDuCheveu Style
*/

#top-header .container {
    max-width: 1080px;
}

/*
** Séparateur du menu
*/
#main-header, 
#main-header .nav li ul, 
.et-search-form, 
#main-header .et_mobile_menu {
    background-color: #00102e;
}
/*#top-menu li:before{
    content: "|";
    position: absolute;
    right: 7px; /* Modifier cette valeur pour moduler l’espacement de chaque côté de la petite ligne verticale*/
/*}
#top-menu li:last-child:before{
    content:""!important;
}
#top-menu .menu-item-has-children .sub-menu .menu-item::before{
    content:"";
}
*/
#top-menu li{
    vertical-align: top;
}
#top-menu li a {
    text-align: center;
    color: #ffffff;
}
#top-menu li a:hover {
    color: #797f82;
}
#top-menu li.current-menu-ancestor > a, 
#top-menu li.current-menu-item > a, 
#top-menu li.current_page_item > a, 
.et_color_scheme_red #top-menu li.current-menu-ancestor > a, 
.et_color_scheme_red #top-menu li.current-menu-item > a, 
.et_color_scheme_red #top-menu li.current_page_item > a, 
.et_color_scheme_pink #top-menu li.current-menu-ancestor > a, 
.et_color_scheme_pink #top-menu li.current-menu-item > a, 
.et_color_scheme_pink #top-menu li.current_page_item > a, 
.et_color_scheme_orange #top-menu li.current-menu-ancestor > a, 
.et_color_scheme_orange #top-menu li.current-menu-item > a, 
.et_color_scheme_orange #top-menu li.current_page_item > a, 
.et_color_scheme_green #top-menu li.current-menu-ancestor > a, 
.et_color_scheme_green #top-menu li.current-menu-item > a, 
.et_color_scheme_green #top-menu li.current_page_item > a {
    color: #797f82;
}
 html .et-fixed-header #top-menu a,
 html .et-fixed-header #et_search_icon:before,
 html .et-fixed-header #et_top_search .et-search-form input,
 html .et-fixed-header .et_search_form_container input,
 html .et-fixed-header .et_close_search_field:after,
 html .et-fixed-header #et-top-navigation .et-cart-info {
  color:#797f82 !important;
 }
#logo {
    max-height: 80%;
}

.sub-menu {
    background-color: #ffffff !important;
    color: #898989;
}

.sub-menu li {
    text-align: left;
    border-top: 1px solid rgba(215,214,214,1) !important;
}
@media only screen and (max-width: 980px) {
    .sub-menu li {
        padding-top: 0 !important;
    }
    .no-mobile {
        display: none;
    }
}
@media only screen and (min-width: 980px) {
    .sub-menu li {
        padding-top: 15px !important;
    }
}
#top-menu li.mega-menu>ul {
    padding-top: 0px !important;
}
#top-menu li.mega-menu ul li {
    padding-top: 15px !important;
}
#top-menu li.mega-menu > ul > li > a {
    width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent-4>ul>li {
    width: 25%!important;
}

.sub-menu a {
    text-align: left !important;
    color: #898989 !important;
    border-bottom: 0 !important;
}

.sub-menu a img {
    max-width: 200px;
}
.sub-menu a span {
    display: block;
    font-size: 90%;
    font-weight: 500;
    line-height: 1.3em !important;
    font-family: 'BwModelica-MediumCondensed',Helvetica,Arial,Lucida,sans-serif;
    text-transform: none;
}
/**
.nav li ul {
    opacity: 1;
    visibility: visible;
}
*/

/*
** Menu Top (secondaire) 
*/
#top-header {
    background-color: #001225 !important;
}
#top-header .container {
    padding-top: 0px !important;
}
#et-secondary-menu > ul > li a {
    background-color: #142532;
    line-height: 40px;
    padding: 0 1em !important;
}
#et-secondary-menu > ul > li a > img,
.et_mobile_menu li a > img {
    max-height: 27px;
    vertical-align: middle;
}
#et-secondary-nav > li {
    margin-right: 1.5px !important;
}

/*
** Boutons Tel, "Instituts" et "Boutique"
*/
#et-secondary-nav > li.menu-item:nth-child(0n+1) a{
	font-size:18px;
	top:2px;
}
#et-secondary-nav > li.menu-item:nth-child(0n+2) a,
#et-secondary-nav > li.menu-item:nth-child(0n+3) a{
    border-bottom: 1px solid #fff;
}
#et-secondary-nav > li.menu-item:nth-child(0n+1) img,
#et-secondary-nav > li.menu-item:nth-child(0n+2) img{
    margin-right: 10px;
}
/*
** Boutons "Reseaux sociaux"
*/
#et-secondary-nav > li.menu-item:nth-child(0n+3) > a,
#et-secondary-nav > li.menu-item:nth-child(0n+4) > a {
    padding-right: 0.4em !important;
    padding-left: 0.4em !important;
}
#et-secondary-nav > li.menu-item:nth-child(0n+3) {
    margin-right: -2px !important;
}
#et-secondary-nav > li.menu-item:nth-child(0n+4) {
    margin-left: -2px !important;
}
/*
** Liste des pays
*/
#et-secondary-nav > li.menu-item:nth-child(0n+5) > a img {
    margin-right: 8px;
}
#et-secondary-nav > li.menu-item:nth-child(0n+5) ul {
    background-color: #142532 !important;
    width: 60px;
}
#et-secondary-nav > li.menu-item:nth-child(0n+5) ul li {
    padding: 0.5em 0.5em !important;
}

/*
** Menu footer
*/
/*@media only screen and (max-width : 980px) {
    #et-footer-nav {
        display: none;
    }
}
*/
#et-footer-nav {
    background-color: #00102e !important;
}
#menu-menu-footer {
    text-align: center;
}
#menu-menu-footer .logo{
    width: 75px;
    margin-right: 15px;
}
#menu-menu-footer li {
    position: relative;
}
#menu-menu-footer li:before{
    content: "|";
    position: absolute;
    right: 7px; /* Modifier cette valeur pour moduler l’espacement de chaque côté de la petite ligne verticale*/
    color: #757f89;
    font-family: Arial,Helvetica,sans-serif;
}
#menu-menu-footer li:last-child:before,
#menu-menu-footer li:first-child:before{
    content:"";
}
#menu-menu-footer .menu-item-has-children .sub-menu .menu-item::before {
    content:"";
}
#menu-menu-footer li {
    vertical-align: middle;
}
#menu-menu-footer li a {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
#menu-menu-footer li a:hover {
    color: #797f82;
}


/* ---------------------------------------------- */
/* Styling CF7 to look like the Divi Contact Form */
/* ---------------------------------------------- */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 label {
    color: #4e4d4d;
    font-weight: bold;
}
.wpcf7-submit {
    text-transform: uppercase;
    color: #ffffff !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: linear-gradient(#122f74, #0a2159);
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    bottom: -69px;
    right: 0;
    height: 60px;
}
.wpcf7-submit:hover {
    background-color: #b40543;
    border-color: #b40543;
    padding: 6px 20px !important;
    color: #fff !important;
}

.wpcf7 h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #1d2342;
    font-size: 16px;
}

/** Contact Form 7 : message de confirmation */
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffffff;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}



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

.two-columns .et_pb_column {
width: 50%!important;
margin-right: 0!important;
}

.et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5,
.et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5, 
.et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5, 
.et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5, 
.et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5, 
.et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 {
    margin: auto;
}
/*.five-columns .et_pb_column {
width: 30%!important;
margin-right: 0!important;
}
.five-columns .et_pb_column	.hide-mob{
	display:none;
}
*/
	
}

