/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #444444;
  background-color: white;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #444444;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04a4cc;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #04a4cc;
  color: white;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: white;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

/**
 * partial/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*body.admin-bar {
    margin-top: 20px;
}*/

* { 
    font-family: 'Roboto Condensed', sans-serif; 
}

.has-rouge-dimap-background-color { background-color: #DD2645; }
.has-vert-dimap-background-color { background-color: #9CBF0F; }
.has-bleu-dimap-background-color { background-color: #7492CC; }

.has-rouge-dimap-color { color: #DD2645 !important; }
.has-vert-dimap-color { color: #9CBF0F !important; }
.has-bleu-dimap-color { color: #7492CC !important; }

.is-style-outline .wp-block-button__link.has-rouge-dimap-color { border-color: #DD2645; }
.is-style-outline .wp-block-button__link.has-vert-dimap-color { border-color: #9CBF0F; }
.is-style-outline .wp-block-button__link.has-bleu-dimap-color { border-color: #7492CC; }

hr {
    max-width: 150px;
    width: 100%;
    margin: 30px auto;
}

p, td, th, li, label, .wp-block-image figcaption {
    font-size: 18px;
    /*line-height: 18px;
    font-weight: 300;
    color: #454545;*/
}

.wp-block-image figcaption {
    font-style: italic;
}

.has-small-font-size {
    font-size: 11px;
}

.tablepress thead th, .tablepress thead th a {
    font-weight: 400 !important;
    color: #fff; 
}

.tablepress thead th {
    vertical-align: top !important;
}

.tablepress thead th a.top-seller {
    display: block;
    padding: 0 0 50px;

    position: relative;
}

td.td-top-seller {
    font-weight: 400;
}

.tablepress tbody td {
    text-transform:uppercase;
}


.tablepress thead th a.top-seller::before {
    display: block;
    position: absolute;
    bottom:5px;
    left:50%;
    transform: translateX(-50%);
    content:'';
    width: 50px;
    height: 42px;
    background-image: url("../img/top-seller-white.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.red-table thead th {
    background-color: #DD2645 !important;
}

.red-table td.column-1 {
    color: #DD2645;
    font-weight: 400;
}

.blue-table thead th {
    background-color: #7492CC !important;
}

.blue-table td.column-1 {
    color: #7492CC;
    font-weight: 400;
}

.green-table thead th {
    background-color: #9CBF0F !important;
}

.green-table td.column-1 {
    color: #9CBF0F;
    font-weight: 400;
}

.tablepress tr td, .tablepress tr th {
  font-size: 14px;
}

.tablepress th:not(.column-1), .tablepress td:not(.column-1) {
    text-align:center;
}

.tablepress.tableau-brillances th.column-1, .tablepress.tableau-brillances td.column-1 {
    text-align:center;
}

.fenetres-couches-table td, .fenetres-haut-gamme-table td  {
    text-align: center !important;
}

.fenetres-couches-table .row-1 td {
    font-weight: 700;
}

.fenetres-couches-table .row-2 td, .fenetres-couches-table .row-4 td, .fenetres-couches-table .row-7 td, .fenetres-couches-table .row-9 td, .fenetres-haut-gamme-table .row-1 td, .fenetres-haut-gamme-table .row-4 td, .fenetres-haut-gamme-table .row-7 td, .fenetres-haut-gamme-table .row-9 td {
    background-color: #9CBF0F !important;
    color: #fff !important;
}

.guide-teinte-table th.column-4, .guide-teinte-table th.column-6 {
   border-left: 2px solid #fff;
}


.guide-teinte-table td.column-4, .guide-teinte-table td.column-6 {
   border-left: 2px solid #DD2645;
}


.fenetres-couches-table td.column-3, .fenetres-couches-table th.column-3 {
   border-left: 2px solid #9CBF0F;
}

.fenetres-couches-table .row-2 td.column-3, .fenetres-couches-table .row-4 td.column-3, .fenetres-couches-table .row-7 td.column-3 {
   border-left: 2px solid #fff;
}


a:hover {
    text-decoration: none;
}


.page-main-content .wp-block-columns {
    margin-bottom: 0;
}

.page-main-content a {
    color: #DD2645;
}

.page-main-content h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0 15px; 
    
}

.page-main-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0 10px;
}

.page-main-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 5px;
}

.page-main-content h4.top-seller {
    padding-left: 55px; 
    position: relative;
    line-height: 42px;
}

.page-main-content h4.top-seller::before {
    display: block;
    position: absolute;
    top:0;
    left:0;
    content:'';
    width: 50px;
    height: 42px;
    background-image: url("../img/top-seller.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

h3 {
    font-size: 18px;
    font-weight: 300;
    color: #454545;
    margin: 20px 0 10px;
}

.header-container {
    position: relative;
    background-color: #fff;
    z-index: 10002;
}

.container {
    max-width: 1200px;
    position: relative;
}

.header {
    z-index: 10;
}

.logo-container {
    max-width: 230px;
    margin: 15px auto 10px;
    transition: all .5s ease;
    z-index: 5;
}



.top-menu {
    padding:0;
    margin:0;
    position: relative;
    display: inline-block;
    transition: all .5s ease;
}

.top-menu li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    margin: 0 40px 0 0;
    padding-bottom: 20px;
}


.top-menu li a {
    position: relative;
    color: #454545;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 25px;
}

.top-menu li a::before {
    content:'';
    position: absolute;
    top:-2px;
    left:0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #343434;
}

.top-menu li a:hover {
     text-decoration: none;   
     font-weight: 400;
}

.top-menu li:nth-of-type(1) a::before {
    background-color: #444443;
}

.top-menu li:nth-of-type(2) a::before {
    background-color: #676767;
}

.top-menu li:nth-of-type(3) a::before {
    background-color: #8A8B8B;
}

.top-menu li .sub-menu {
    position: absolute;
    right:0;
    padding:0;
    margin:20px 0 0;
    width: 100vw;
    clear: both;
    z-index:10000;
    transform: scaleY(0);
    transform-origin: top; 
    transition: all 0.5s ease-out;
}

.top-menu li.hover .sub-menu {
    transform: scaleY(1);
}


.top-menu .sub-menu li {
    margin:0;
    display: inline-block;
    float:right;
    width: 86px;
    text-align: center;
    height: 50px;
}

.top-menu .sub-menu li a {
    padding:0;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    z-index: 10002;
    height: 50px;
}

.top-menu .sub-menu li a::before {
    display: none;
}

.top-menu .sub-menu li a::after {
    content:'';
    position: absolute;
    bottom:-43px;
    left:0;
    width: 86px;
    height: 43px;
    border-radius: 0 0 43px 43px;
    background-color: #343434;
    z-index: 10001;
}

/*SUBOTAI*/
#top-menu-1.top-menu {
    position:absolute;
    right:0;
}

#top-menu-2.top-menu li {
    margin: 0 0 0 40px;
}

#top-menu-2.top-menu li:nth-of-type(2) a::before {
    background-color: #9CBF0F;
}

#top-menu-2.top-menu li:nth-of-type(1) a::before {
    background-color: #DD2645;
}

#top-menu-2.top-menu li:nth-of-type(3) a::before {
    background-color: #7492CC;
}

#top-menu-2.top-menu .sub-menu li {
    margin:0 0 0 10px;
}

#top-menu-2.top-menu .sub-menu li a {
    display: inline-block;
    margin:0 0 0 10px;
    padding: 10px 10px 0;
    width: 100%;
}

#top-menu-2.top-menu li:nth-of-type(2) .sub-menu li a {
    background-color: #9CBF0F;
}

#top-menu-2.top-menu li:nth-of-type(2) .sub-menu li a::after {
    background-color: #9CBF0F;
}


#top-menu-2.top-menu li:nth-of-type(1) .sub-menu li a {
    background-color: #DD2645;
}

#top-menu-2.top-menu li:nth-of-type(1) .sub-menu li a::after {
    background-color: #DD2645;
}

#top-menu-2.top-menu .sub-menu li:hover a {
    font-weight: 400;
}

li.current_page_ancestor a {
    font-weight: 400;
}

.top-menu .sub-menu li.current_page_item a {
    height: 70px;
    font-weight: 700;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    padding-top:52.8%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.accroche-accueil {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    z-index:10000;
}

.circle-1 {
    position: relative;
    width: 350px;
    height: 350px;
    border:4px solid #9CBF0F;
    border-radius: 100%;
}

.circle-2 {
    position: relative;
    width: 100%;
    height: 100%;
    border:4px solid #DD2645;
    background-color: rgba(255,255,255,0.80);
    border-radius: 100%;
}

.circle-content {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.circle-content h1, .circle-content p {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 26px;
}

.circle-separator {
    position: relative;
    width: 38px;
    height: 2px;
    background-color: #454545;
    margin:15px auto 0;
}

.main-content {
    padding: 50px 0;
}

.circle-red {
    position: absolute;
    width: 278px;
    height: 278px;
    border-radius: 100%;
    border: 2px solid #DD2645;
    z-index:10000;
}

.circle-green {
    position: absolute;
    width: 278px;
    height: 278px;
    border-radius: 100%;
    border: 2px solid #9CBF0F;
    z-index:10000;
}

.deco-circle-1 {
    top: -180px; 
    right:-20px;
}

.deco-circle-2 {
    top: 140px; 
    right:-200px;
}

.accueil-titre {
    position: relative;
    width:100%;
    padding-top:100%;
    border: 2px solid #7492CC;
    border-radius: 100%;
}

.accueil-titre h2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #7492CC;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
}

.accueil-titre h2::after {
    content:'';
    width: 40px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7492CC;
}


.titre-page {
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.titre-circle {
    position: relative;
    width: 350px;
    height: 350px;
    border:3px solid #DD2645;
    background-color: rgba(221,38,69,0.70);
    border-radius: 100%;
}

.titre-circle.rouge {
    border:3px solid #DD2645;
    background-color: rgba(221,38,69,0.70);
}

.titre-circle.vert {
    border:3px solid #9CBF0F;
    background-color: rgba(156,191,15,0.70);
}

.titre-circle.bleu {
    border:3px solid #7492CC;
    background-color: rgba(116,146,204,0.70);
}

.titre-circle.gris-1 {
    border:3px solid #444443;
    background-color: rgba(68,68,67,0.70);
}

.titre-circle.gris-2 {
    border:3px solid #676767;
    background-color: rgba(103,103,103,0.7);
}

.titre-circle.gris-3 {
    border:3px solid #8A8B8B;
    background-color: rgba(138,139,139,0.7);
}



.titre-circle h1 {
    color: #fff;
}

.portail-main-content {
    background-color: #454545;
    padding: 50px 0;
}

a.portail-link {
    display: block;
    margin-bottom: 20px;
}

.categorie-photo {
    text-align: center;
    margin: 10px 0;
}

.categorie-photo img {
    border-radius: 100%;
    border: 2px solid #454545;
    transition: all .5s ease;
}

.categorie-title h4 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    transition: all .5s ease;
}

a.portail-link.rouge:hover .categorie-photo img {
    border: 2px solid #DD2645;
}

a.portail-link.rouge:hover .categorie-title h4 {
    color: #DD2645;
}

a.portail-link.vert:hover .categorie-photo img {
    border: 2px solid #9CBF0F;
}

a.portail-link.vert:hover .categorie-title h4 {
    color: #9CBF0F;
}

a.portail-link.bleu:hover .categorie-photo img {
    border: 2px solid #7492CC;
}

a.portail-link.bleu:hover .categorie-title h4 {
    color: #7492CC;
}


input[type="text"].form-control, input[type="email"].form-control, textarea.form-control {
	font-size: 14px ;
}

input[type="submit"] {
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #DD2645;
    color: #DD2645;
    padding: 3px 15px;
    border-radius: 3px;
    background-color: #fff;
    transition: all .5s ease;
}


input[type="submit"]:hover {
    background-color: #DD2645;
    color: #fff;
}



.page-main-content {
    padding: 50px 0;
}

.footer-container {
    position: relative;
    background-color: #DD2645;
}

.footer-inner-container {
    position: relative;
    padding: 30px 0;
}

.footer-title h4 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    left:50%;
    transform: translateX(-50%);
    padding-left: 30px;
}

.footer-title h4::before {
    position: absolute;
    content:'';
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 100%;
    left:0;
    top:-3px;
}

.footer-title-1 h4::before {
    background-color:#DD2645;
}

.footer-title-2 h4::before {
    background-color:#9CBF0F;
}

.footer-title-3 h4::before {
    background-color:#7492CC;
}

.footer-menu-container {
    padding: 10px 0;
}

.footer-menu {
    padding: 0;
    margin:0;
}

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

.footer-menu li a {
     color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.footer-menu li.current_page_item a {
    font-weight: 400;
}

.footer-vertical-separator {
    position: absolute;
    width: 1px;
    height: 130px;
    top: 10px;
    right: 0;
    background-color: rgba(255,255,255,0.4);
}

.logo-footer {
    padding: 0 40px;
}

.footer-separator {
    position: relative;;
    width: 30px;
    height: 2px;
    background-color: rgba(255,255,255,1);
    margin: 15px auto;
}

.footer-adresse p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-adresse p a {
    color: #fff;
    font-weight: 400;
}

.footer-last-line {
    position: relative;
    width: 60%;
    margin: 15px auto;
}

.footer-last-line p, .footer-last-line a {
    display: block;
    color: #fff;
    font-size: 12px; 
    font-weight: 300;
    line-height: 16px;
    text-align: center;
}


.sb-container {
	position: relative;
	width: 150px;
	height: 400px;
	margin: 30px auto 300px auto;
}

.sb-container div {
    position: absolute;
	top: 0;
	left: 0; 
	width: 130px;
	background: #fff;
	height: 400px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	transform-origin: 25% 90%;
	backface-visibility: hidden;
    background-size: cover;
}

.sb-container div h4{
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 1px dashed rgba(0,0,0,0.1);
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin: 5px;
	padding: 5px;
	user-select: none;
}

.sb-container div:nth-child(1){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
}
.sb-container div:nth-child(2){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 2px 2px 1px rgba(0,0,0,0.1);
}
.sb-container div:nth-child(3){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.2);
}
.sb-container div:nth-child(4){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 4px 4px 4px rgba(0,0,0,0.2);
}
.sb-container div:nth-child(5){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}
.sb-container div:nth-child(6){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 6px 6px 8px rgba(0,0,0,0.3);
}
.sb-container div:nth-child(7){
	background-color: #008253;
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 7px 7px 10px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(8){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 8px 8px 12px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(9){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 9px 9px 14px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(10){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 10px 10px 16px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(11){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 11px 11px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(12){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 12px 12px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(13){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 13px 13px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(14){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 14px 14px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(15){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 15px 15px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(16){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 16px 16px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(17){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 17px 17px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(18){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 18px 18px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(19){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 19px 19px 18px rgba(0,0,0,0.4);
}
.sb-container div:nth-child(20){
	box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 20px 20px 18px rgba(0,0,0,0.4);
}


.back-to-top-btn {
    position: fixed; 
    bottom: 50px;
    right: 10%;
    width: 50px;
    z-index: 20000;
    opacity: .5;
    cursor: pointer;
    display: none;
}

.header-container {
	-webkit-box-shadow: 0px 10px 13px -7px #3a3a3a, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #0000004a, 5px 5px 15px 5px rgba(0,0,0,0);
}

.header-container.sticky {
    position: fixed;
    top:0;
}
/* IF CONNECTED */
body.admin-bar .header-container.sticky {
    top: 30px;
}

.header-container.sticky .logo-container {
    width: 100%;
	max-width: 130px;
    
    left:45%;
    transform: translateX(-50%);
    margin: 10px auto 0px;
    position: absolute;
}

.header-container.sticky .top-menu {
    padding-top: 20px;
}

.btn-menu-mobile-container {
    display:none;
    position: absolute;
    top:40px;
    left:10px;
    width: 45px;
    cursor: pointer;
}

.btn-mobile-circle,
.btn-mobile-line-1,
.btn-mobile-line-2,
.btn-mobile-line-3 {
    fill: none;
    stroke-miterlimit: 10;
}
.btn-mobile-circle,
.btn-mobile-line-1 {
    stroke: #dd2645;
}
.btn-mobile-line-1,
.btn-mobile-line-2,
.btn-mobile-line-3 {
    stroke-linecap: round;
    stroke-width: 2px;
}
.btn-mobile-line-2 {
    stroke: #9fc010;
}
.btn-mobile-line-3 {
    stroke: #7491ca;
}

#menu-mobile {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index:20303;
    
}

.menu-mobile-container {
    padding: 30px;
    position: relative;
    max-height: 100vh;
    overflow: auto;
}

#mobile-menu {
    padding:0;
}

#mobile-menu li {
    list-style-type: none;
    display: block;
    padding:0;
}

#mobile-menu li a {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    font-weight: 400; 
}

#mobile-menu li:nth-child(1) a, #mobile-menu li:nth-child(2) a, #mobile-menu li:nth-child(3) a {
    color: #454545;
}

#mobile-menu li:nth-child(5) a, #mobile-menu li:nth-child(5) ul li a {
    color: #9fc010;
}

#mobile-menu li:nth-child(4) a, #mobile-menu li:nth-child(4) ul li a {
    color: #dd2645;
}

#mobile-menu li:nth-child(6) a, #mobile-menu li:nth-child(6) ul li a {
    color: #7491ca;
}


#mobile-menu li ul {
    padding:0 0 0 20px;
}


#mobile-menu li ul li a {
    font-weight: 300;
}

#mobile-menu li ul li.current_page_item a {
    font-weight: 400;
}



.close-mobile-menu {
    position: absolute;
    top:30px;
    right: 30px;
    width: 45px;
    cursor: pointer;
}



@media (max-width:1199px) {
    .container {
        max-width: 1000px;
    }
}


@media (max-width:991px) {
    
    .logo-container {
        margin: 30px auto 30px;
    }
    
    #main_menu_container {display: none; }
    
    .btn-menu-mobile-container {
        display: block;   
    }
}


@media (max-width:767px) {
    .titre-circle {
        width: 250px;
        height: 250px;
    }
    
    .circle-content h1 {
        padding: 0 10px;
        font-size: 20px;
    }
    
    .footer-title-2, .footer-title-3 {
        margin-top: 20px;
    }
    
    .logo-footer {
        max-width: 250px;
        margin: 30px auto 0;
    }
    
    .circle-1 {
        width: 250px;
        height: 250px;
        border: 3px solid #9CBF0F;
    }
    
    .circle-2 {
        border: 3px solid #DD2645;
    }
    
    .deco-circle-1, .deco-circle-2 {
        display:none;
    }
    
    .accueil-titre {
        width: 50%;
        padding-top: 50%;
        margin: 0 auto 20px;
    }
    
    .sb-container {
        width: 94px;
        height: 290px;
        margin: 30px auto 250px auto;
    }
    
    .sb-container div {
        width: 94px;
        height: 290px;
    }
    
    .sb-container div h4 {
        font-size: 14px;
    }
}


@media (max-width:575px) {
    .circle-1 {
        width: 200px;
        height: 200px;
    }
    
    .circle-content h1 {
        font-size: 16px;
    }
    
    .titre-circle {
        width: 200px;
        height: 200px;
    }
    
    .sb-container {
        width: 78px;
        height: 240px;
        margin: 30px auto 200px auto;
    }
    
    .sb-container div {
        width: 78px;
        height: 240px;
    }
    
    .sb-container div h4 {
        font-size: 13px;
    }
    
}


@media (max-width:459px) {
    .logo-container {
        max-width: 180px;
    }
    
    .btn-menu-mobile-container {
        top: 30px;
    }
    
    .circle-1 {
        width: 160px;
        height: 160px;
        border: 2px solid #9CBF0F;
    }
    
    .circle-2 {
        border: 2px solid #DD2645;
    }
    .circle-content h1 {
        font-size: 14px;
    }
    
    .accueil-titre h2 {
        font-size: 16px;
    }
    
    .titre-circle {
        width: 150px;
        height: 150px;
    }
    
    .sb-container {
        width: 59px;
        height: 180px;
        margin: 30px auto 160px auto;
    }
    
    .sb-container div {
        width: 59px;
        height: 180px;
    }
    
    .sb-container div h4 {
        font-size: 12px;
    }
}




