/*
Theme Name: Groupe Cenov
Version: 1.0
Author: Com1Accord
Text Domain:
*/

/*	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html*/


/*RESET*/
/*---------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}


/*  Base awesome
================================================== */
.fa { width: 1em; text-align: center; }


/*  Base formulaire
================================================== */
input, textarea, button, select, label { font-family: inherit; }
input,
textarea,
button,
select,
label { font-size: 1rem; }
input::-moz-focus-inner,
button::-moz-focus-inner{ border: 0; padding: 0; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="tel"],
button,
select,
textarea { margin: 0; border-radius: 0; width:100%;}
input,
textarea,
select,
button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
label{ font-weight: 600; color: #444; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    background: #fff;
    border: 1px solid #333;
    color: #000;
    display: block;
    width: calc( 100% - 1rem );
    outline: none;
    padding: .5rem;
}
select{ width: 100%; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus { border-color: #666;  }
label .required { color: #8d001a; }
input[type="submit"],
button[type="submit"] {
    background: #f60100;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-left: 5%;
    border-radius: 0 100px 100px 100px;
}
input[type="submit"]:hover,
button[type="submit"]:hover { background: #f60100; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
    border: 1px solid #8d001a;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: auto; padding: 0;width:100%;display: block;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; border: none;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a {
    width: 37px; 
    height: 49px;  
    display: block; 
    background: url('gfx/fleches.png') no-repeat 0 0; 
    position: absolute; 
    top: 50%;
    z-index: 5000; 
    cursor: pointer; 
    text-indent: -9999px;
}
.flex-direction-nav .flex-next{ background-position: 100% 0; right:-80px; }
.flex-direction-nav .flex-prev{ left:-80px; }
.flexslider:hover .flex-next{ opacity: 0.8; }
.flexslider:hover .flex-prev{ opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled{ cursor: default; }

.flexslider{
    margin-top: 2%;
}
#flexslidersi .slides img {
    height: 532px; 
    object-fit: cover; 
    object-position: top;
}
/* Control Nav */
.flex-control-nav{ width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; display: inline; }
.flex-control-paging{
    width: 50%; 
    position: absolute; 
    left: 25%;  
    bottom:0px; 
    text-align: center; 
    height: 9px;
}
.flex-control-paging li{ display: inline-block; margin: 0 6px; width: 60px; height: 9px; }
.flex-control-paging li a {
    width: 60px;
    height: 9px;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a:hover { background:#fff;}
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%;   margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

a.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
div.flex-caption{ background: url(img/fleche-txt.png) no-repeat;  padding-left:25px; ; padding-right:15px; font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
.etiquette-slogan{padding-top: 5px;}
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 12px #e2003b;color:#fff;text-decoration:none;}


@media screen and (max-width: 480px) {
 a.flex-caption{ background: url(../img/fleche-txt.png); font-family: 'PT Sans Narrow', sans-serif; font-size: 18px; color:#000; display:block; width:auto; position:absolute; bottom: 0px; width: 60%; left:22%; text-decoration:none; height: 36px; }
a.flex-caption:hover{background: url(../img/fleche-txt.png) no-repeat 5px 5px #e2003b;color:#fff;text-decoration:none;}
}
.slider{ position: relative; }
.slider ul{ margin:0; padding:0;  }


/** GRID ***/
.row{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.row.nowrap{ flex-flow: row nowrap; }
.row.flow-row{ flex-flow: row wrap; }

.column{
    display: flex;
    flex-direction: column;
}

.middle{ align-items: center; }
.flex-end{ align-items: flex-end; }


@media (max-width: 767px){
      /*.row{ flex-flow: column wrap; }
      .row.nowrap{ flex-flow: column nowrap; }*/
}

    .spannomargin-1, .spannomargin-2, .spannomargin-3,
    .spannomargin-4, .spannomargin-5, .spannomargin-6,
    .spannomargin-7, .spannomargin-8, .spannomargin-9,
    .spannomargin-10, .spannomargin-11, .spannomargin-12,
    .spannomargin-13, .spannomargin-14, .spannomargin-15,
    .spannomargin-16, .spannomargin-17, .spannomargin-18,
    .spannomargin-19, .spannomargin-20, .spannomargin-21,
    .spannomargin-22, .spannomargin-23, .spannomargin-24{ width: 100%; }

/* tablette portrait */
@media (min-width: 768px){
    .spannomargin-1{ width: 5%; }
    .spannomargin-2{ width: 5%; }
    .spannomargin-3{ width: 10%; }
    .spannomargin-4{ width: 15%; }
    .spannomargin-5{ width: 25%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 35%; }
    .spannomargin-8{ width: 40%; }
    .spannomargin-9{ width: 50%; }
    .spannomargin-10{ width: 50%; }
    .spannomargin-11{ width: 50%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 50%; }
    .spannomargin-14{ width: 50%; }
    .spannomargin-15{ width: 50%; }
    .spannomargin-16{ width: 60%; }
    .spannomargin-17{ width: 65%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 75%; }
    .spannomargin-20{ width: 85%; }
    .spannomargin-21{ width: 90%; }
    .spannomargin-22{ width: 95%; }
    .spannomargin-23{ width: 95%; }
    .spannomargin-24{ width: 100%; }
}
/* tablette paysage */
@media (min-width: 1024px){
    .spannomargin-1{ width: 4.16666667%; }
    .spannomargin-2{ width: 8.33333333%; }
    .spannomargin-3{ width: 12.5%; }
    .spannomargin-4{ width: 16.666666666667%; }
    .spannomargin-5{ width: 20%; }
    .spannomargin-6{ width: 25%; }
    .spannomargin-7{ width: 29.16666667%; }
    .spannomargin-8{ width: 33.333%; }
    .spannomargin-9{ width: 37.5%; }
    .spannomargin-10{ width: 41.66%; }
    .spannomargin-11{ width: 45.833333333333%; }
    .spannomargin-12{ width: 50%; }
    .spannomargin-13{ width: 54.166666666667%; }
    .spannomargin-14{ width: 58.3333333%; }
    .spannomargin-15{ width: 62.5%; }
    .spannomargin-16{ width: 66.666%; }
    .spannomargin-17{ width: 70.8266666%; }
    .spannomargin-18{ width: 75%; }
    .spannomargin-19{ width: 79.16%; }
    .spannomargin-20{ width: 83.32%; }
    .spannomargin-21{ width: 87.4866666%; }
    .spannomargin-22{ width: 91.6533333%; }
    .spannomargin-23{ width: 95.82%; }
    .spannomargin-24{ width: 100%; }
    .mille{ max-width: 960px; width: 100%; }
}
@media (min-width: 1280px){
    .mille{ max-width: 1080px; }
}
@media (min-width: 1480px){
    .mille{ max-width: 1440px; }
}

.nomobile{ display: none; }
@media (min-width: 1024px){ .nomobile{ display: block; } }
.onlymobile{ display: block; }
@media (min-width: 1024px){ .onlymobile{ display: none; } }

/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

@font-face {
    font-family: 'avenirroman';
    src: url('fonts/avenir-roman-webfont.woff2') format('woff2'),
         url('fonts/avenir-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'steelfishbold';
    src: url('fonts/steelfib-webfont.woff2') format('woff2'),
         url('fonts/steelfib-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'steelfishregular';
    src: url('fonts/steelfish_rg-webfont.woff2') format('woff2'),
         url('fonts/steelfish_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*FONTS*/
    .poppinsregular {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .poppinsbold {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .steelfishregular{
        font-family: "steelfishregular", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .steelfishbold{
        font-family: "steelfishbold", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .avenirroman{
        font-family: "avenirroman", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .thin{ font-weight: 100; }
    .light{ font-weight: 300; }
    .regular{ font-weight: 400; }
    .medium{ font-weight: 500; }
    .semibold{ font-weight: 600; }
    .bold{ font-weight: 700; }
    .ultrabold{ font-weight: 900; }

/**/

iframe, video{ max-width: 100%; }
h1, h2, h3, h4, h5, h6{ }
h1{ font-size: 32px; }
h2{ font-size: 28px; }
h3{ font-size: 24px; }
h4{ font-size: 20px; }
.italique, i, em{ font-style: italic; }
.lowercase{ text-transform: lowercase; }
.uppercase{ text-transform: uppercase; }
.black, a.black{ color:#000; }
.white, a.white{ color: #fff; }
.grey, a.grey{ color: #959393; }

strong, b{ font-weight: 700; }
.align-left, .alignleft{ text-align: left; justify-content: flex-start; }
.align-right, .alignright{ text-align: right; justify-content: flex-end; }
.align-center, .aligncenter{ text-align: center; justify-content: center; }

img.alignleft, img.align-left{ float: left; margin: 0 1em 1em 0 }
img.alignright, img.align-right{ float: right; margin: 0 0 1em 1em }
img.aligncenter, img.align-center{ float: none; margin: 0 auto 1em auto }

.justify{ text-align: justify; }

.button{
    display: block;
    width: auto;
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    transition: ease-in-out all 0.1s;
    cursor: pointer;
    background: white;
    text-decoration: none;
}
.button:hover{
    background: black!important;
    text-decoration: none;
}

a{ color: #000; text-decoration: none; cursor: pointer; }
a:hover{ color: #959393; text-decoration: underline; }
p{ margin: 10px 0; }
article ul{ margin: 1em 0; }
article ul li{ list-style-type: disc; margin-left: 2em; }

.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-flow: row wrap;
}
.gallery-item{ margin: 0 1rem 1rem 0; }


.left{ float: left; }
.right{ float: right; }
.center{ margin: 0 auto; }

.relative{ position: relative; }
.absolute{ position: absolute; }

.error{ color: red; font-weight: bold; }


@import url('https://fonts.googleapis.com/css2?family=Poppins: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');



/*****/
/* base */
.flex{
    display: flex;
}


body{
    background: #fff;
    margin:0;
    padding:0;
    color:#000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.conteneur{ max-width: 1920px; margin: 0 auto; }

header,  main, footer, .home_contenu{ width: 100%; }

.icon-banner {
    padding: 3%;
}

.full-banner{
    display: flex;
    justify-content: flex-end;
}
.red-banner {
    background-color: #f60100; /* Couleur rouge du fond du bandeau */
    color: #ffffff; /* Couleur du texte dans le bandeau, ici blanc */
    display: flex; /* Utilisation de flexbox pour aligner les zones de texte */
}
.tel-banner{
    margin-top: 2%;
    margin-left: 6%;
}
.texte-tel1, .texte-tel2{
    margin: 0px 0;
    letter-spacing: 0.1ch;
    font-size: 90%;
}
.texte-tel2{
    margin-top: 3%;
    font-size: larger;
}
.banner-text{
    margin: 3% 0;
}
.white-banner {
    background-color: #ffffff; /* Couleur rouge du fond du bandeau */
    color: #000; /* Couleur du texte dans le bandeau, ici blanc */
    display: flex; /* Utilisation de flexbox pour aligner les zones de texte */
}

.red-banner-end {
    background-color: #f60100; /* Couleur rouge du fond du bandeau */
    color: #ffffff; /* Couleur du texte dans le bandeau, ici blanc */
    display: flex; /* Utilisation de flexbox pour aligner les zones de texte */
    justify-content: flex-end;
    border-radius: 0% 0% 0% 52px;
    width: 18%;
}
.ajustements{
    margin-right: 10%;
}
.center-img {
    margin-top: auto;
    margin-bottom: auto;
}
.search-field{
    background-color: transparent;
    border: 0px transparent;
    color: white;
    margin-right: 20%;
}
.search-submit{
    height: 200%;
}
::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
.banner-button {
    justify-content:center; /* Largeur de chaque zone de texte (ajuste selon tes besoins) */
}

.banner-button-right {
    justify-content:end; /* Largeur de chaque zone de texte (ajuste selon tes besoins) */
}

div#logo{
    display: flex;
    margin-top: -15%;
    justify-content: end;
}
.nav ul{
    margin-left: 5%;
    margin-top: 3%;
}
.nav-menu li{
    margin: 2% 0 2% 0;
}
.nav-menu li a {
    font-size: 130%;
    font-weight: 400;
    font-family:'Poppins';
}
#site-navigation, .menu-header_menu-container {
    width: 100%;
    margin-top: 1%;
    display: block;
}
.menu-item-24 a{
    color: #f60100;
}
.menu-item-24 a:hover{
    color: black;
}
.nav-mef{
    display: flex;
    width: 100%;
    justify-content: center;
}
nav{
    margin: 0;
    display: flex;
    width: 100%;
}
nav ul{
    display: flex;
    flex-direction: row nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}
nav ul li{
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    background: transparent;
    transition: ease-in-out all 0.1s;
	position: relative;
}
nav ul li a{
    font-size: 20px;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 20px;
    padding: 10px;
    margin: 0 0px;
    width: auto;
    background: transparent;
}
nav ul li ul li{
    text-align: left;
    border-bottom: 1px solid #959393;
    width: 80%;
    color: #959393;
}
nav ul li ul li:last-child{ border: 0px; }
.menu-item-84{
    border-bottom: 0;
}
nav ul li:hover{ }
nav ul li:hover a, 
nav ul li.current-menu-item a{
    transition: ease-in-out all 0.1s;
    text-decoration: none;
}
nav ul li ul li a{
    color:#959393;
}
nav ul li a:hover{
    color: red;
}
/*nav ul li ul{
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 5001;
    padding: 0;
    background: white;
    border: 1px solid #f6772b;
    display: none;
}
nav ul li:hover ul{ display: block;  }
nav ul li ul li{
    display: list-item;
}
nav ul li ul li a{
    color: #f6772b;
    border-bottom: 1px solid white;
    padding: 6px 14px;
    margin: 8px 10px;
}
nav ul li ul li a:hover{
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
}*/

/* FOOTER */
.footer{
    height: 40%;
}
#menu-footer_menu{
    display: flex;
    flex-direction: column;
}
.list-menu-footer{
    line-height: 200%;
}
.logo-cenov{
    margin-top: 10%;
}
.logo-footer{
    margin: auto;
}
.menu-footer_menu-container ul li a{
    color: #f60100;
}
.copyright {
    margin: 0;
    letter-spacing: 0.2ch;
    font-family: 'avenirroman';
    text-align: center;
}
.footer-gauche{
    margin-top: 24%;
}
.tel-footer{
    font-size: larger;
}
.footer-contact{
    background-color: #007a43;
    width: 70%;
    border-radius: 144px 144px 200px 0px;
    justify-content: space-between;
    margin-bottom: 2%;
}
.fcbk{
    margin-bottom: 30%;
}
.text-contact, .text-contact2{
    width: 70%;
    margin: 15%;
    margin-top: 30%
}
.text-contact2:hover{text-decoration: none;}
.margin-top-20{
    margin-top: 20%;
}
.margin-bottom-20{
    margin-bottom: 20%;
}
.footer-img{
    margin-top: 13%;
    margin-bottom: 15%;
}
.footer-img2{
    margin-top: 9%;
}
.footer-cenov{
    margin: 35% auto 0% auto;
    display: block;
}
.map-pin{
    border-radius: 25%;
    margin-bottom: -8%;
    margin-left: 10%;
}
.footer-adress{
    border-radius: 144px 220px 0px 144px;
    padding: 10%;
    width: 50%;
}
.margin-footer, .footer-tel, .footer-img2{
    margin-bottom: 10%;
}
.red{
    background-color: #f60100;
}
.red-text{
    color: red;
}
.orange{
    background-color: #ff7900;
    margin-top: -5%;
}
.jaune{
    background-color: #efe44d;
    margin-top: -5%;
}
.footer-part{
    display: block;
    margin-bottom: 0;
}


/* HOME PAGE */

.haut-page{
    margin-bottom: 4%;
}

.particulier, .professionel{
    border-radius: 240px 300px 0px 240px;
    padding: 10%;
}
.particulier{
    margin-top: -16%;
    background-color: #f60100   ;
    width: 60%;
}
.professionel{
    margin-top: -8%;
    background-color: #ff7900;
    width: 60%;
}
.professionel h2, .particulier h2{
    letter-spacing: 0.2ch;
}
.block-home{
    display: flex;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
}
.h2particulier{
    margin-bottom: 11%;
}
.particulier h2, .professionel h2, .engagements h2, .engagements-div, .proximite h2, .proximite-div, .titre-secu, .serenite h2, .serenite-div{
    font-size: 60px;
}
.serenite1 h2, .serenite2 h2, .serenite3 h2{
    font-size: 50px;
    width: 60%;
    display: block;
    margin: auto;
}
.titre-secu2{
    font-size: 36px;
}
.abtn-offre a, .assurance h2{
    font-size: 32px;
}
.abtn-particulier, .abtn-professionel{
    display: flex;
    margin-bottom: -20%;
    width: 100%;
}
.btn-particulier, .btn-professionel{
    display: flex;
    background-color: white;
    color: #000;
    border-radius: 0px 144px 144px 144px;
    width: 30%;
    font-size: 250%;
    padding: 10px 0;
    border: none;
}
.btn-particulier:hover , .btn-professionel:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.engagements{
    margin-top: 26%;
    width: 60%;
    margin-bottom: 10%;
}
.engagements h2, .proximite h2{
    letter-spacing: 0.2ch;
}
.proximite{
    margin-top: 17%;
    width: 60%;
    margin-bottom: 10%;
}
.engagements p, .proximite p{
    text-align: left;
    line-height: 140%;
    font-size: 110%;
    word-spacing: 0.7rem;
}
.bloc-securite{
    padding: 0;
    position: relative;
    z-index: 10;
}
.black-banner {
    background-color: #1d1d1b; /* Couleur rouge du fond du bandeau */
    color: #ffffff; /* Couleur du texte dans le bandeau, ici blanc */
    display: flex; /* Utilisation de flexbox pour aligner les zones de texte */
    width: 100%;
    justify-content: space-between;
    padding: 1%;
}
.texte-securite{
    display: flex;
    align-items: center;
    width: 36%;
    margin-left: 3%;
    margin: auto;
    margin-right: 33%;
}
.txt-secu{
    line-height: 160%;
    width: 100%;
    word-spacing: 1rem;
    margin-bottom: 18%;
    font-size: 108%;
}
.titre-secu{
    margin-top: 2%;
    margin-bottom: 2%;
    letter-spacing: 0.2ch;
}
.titre-secu2{
    margin-bottom: 5%;
    letter-spacing: 0.2ch;
}
.conteneur-img-secu{
    position: relative;
}
.img-secu{
    position: absolute;
    right: 0;
    top: -10%;
    height: 120%;

    border-radius: 250px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.btn-offre{
    border-radius: 0px 144px 144px 180px;
    background-color: #f60100;
    padding: 3% 0 3% 0;
    width: 75%;
}
.btn-offre:hover{
    text-decoration: none;
}
.btn-offre p:hover{
    color: #000;
}
.abtn-offre{
    display: flex;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: -10%;
}
.btn-offre p{
    font-weight: bold;
    width: 100%;
    color: white;
}
.le-pack-secu{
    display: block;
    margin-left: 6%;
}
.pack-secu{
    margin-top: -60%;
}
.pack-secu2{
    margin-bottom: -100%;
    margin-left: 15%;
}
.btn-offre-mesure{
    border-radius: 45% 50% 0px 45%;
    background-color: #1d1d1b;
    color: white;
    padding: 3% 0 3% 0;
    width: 35%;
    min-height: 4.1rem;
}
.btn-offre-mesure p{
    letter-spacing: 0.3ch;
    margin: 20px 0 3px 0;
}
.abtn-offre-mesure  {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: -30%;
    right: -38%;
    z-index: -1;
    text-align: center;
    justify-content: center;
}
.conteneur-offre{
    position: relative;
}
.btn-offre-mesure-plus{
    border-radius: 50% 0px 50% 0px;
    background-color: white;
    color: #f60100;
    padding: 1%;
    width: 10%;
    position:relative;
    z-index: 10000;
}
.btn-offre-mesure-plus:hover{
    text-decoration: none;
    background-color: #1d1d1b;
    color: #fff;
    transition: 0.3s;
}
.btn-offre-mesure-plus p{
    margin-top: -18%;
}
.abtn-offre-mesure-plus  {
    display: flex;
    width: 100%;
    position: absolute;
    right: -40%;
    z-index: 1000;
}
.serenite{
    margin-top: 3%;
    width: 100%;
    margin-left: 3%;
}
.decalage{
    margin-left: 3%;
}
.serenite h2{
    letter-spacing: 0.2ch;
}
.serenite1 h2, .serenite2 h2, .serenite3 h2{
    letter-spacing: 0.2ch;
    margin-top: 5%;
}
.txt-serenite1{
    display: block;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 3%;
    width: 75%;
    font-size: 16px;
}
.txt-serenite2{
    display: block;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 3%;
    width: 43%;
    font-size: 16px;
}
.txt-serenite3{
    display: block;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 3%;
    width: 20%;
    font-size: 16px;
}
.serenite1{
    border-radius: 190px 190px 292px 0;
    background-color: #007a43;
    color: white;
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 10%;
    margin-bottom: -4px;
}
.serenite2{
    border-radius: 190px 190px 0 190px;
    background-color: #f60100;
    color: white;
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 10%;
    margin-bottom: -4px;
}
.serenite3{
    border-radius: 0 292px 190px 190px;
    background-color: black;
    color: white;
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 10%;
    margin-bottom: -4px;
}
.abtn-offre-serenite{
    display: flex;
    width: 100%;
    justify-content: center;
}
.btn-offre-serenite{
    border-radius: 13px 0px 13px 13px;
    background-color: white;
    width: 13%; /* Largeur de la div */
    height: 26px; /* Hauteur de la div, ajuste cette valeur selon tes besoins */
    display: flex; /* Utilisation de flex pour centrer le contenu verticalement et horizontalement */
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
}
.rouge{
    color: #f60100;
}
.rouge:hover {
    text-decoration: none;
    background-color: #000;
    color: #f60100;
    transition: 0.3s;
}
.vert{
    color: #007a43;
}
.vert:hover {
    text-decoration: none;
    background-color: #000;
    color: #007a43;
    transition: 0.3s;
}
.noir{
    color: #000;
}
.noir:hover {
    text-decoration: none;
    transition: 0.3s;
}
.img-alarme, .img-surveillance, .img-reactive{
    margin-left: -25%;
    margin-bottom: -40%;
    width: 87%; 
    margin-top: 4%;
}
.img-reactive{
    margin-right: -45%;
    margin-bottom: -40%;
    width: 87%; 
    margin-top: 4%;
}
.banner-serenite{
    background-color: #f60100;
    width: 100%;
    height: 244px;
    z-index: -1;
    margin-top: -1%;
}
.txt-red{
    color: red;
    font-size: 200%;
    margin-bottom: 1%;
}
.conseillers{
    font-weight: 700;
    color: #f20303;
    font-size: 200%;
    margin-bottom: 1%;
}
.logo-bas-page{
    margin-top: 4%;
    margin-bottom: 1%;
    max-width: 100%;
}
.souhaits{
    background-color: #007a43;
    border-radius: 0px 400px 0px 0px;
    width: 65%;
    margin-right: 10%;
    margin-top: 12%;
}
.souhaits h3{
    margin-bottom: 7%;
    text-transform: uppercase;
    font-size: 18px;
}
.souhaits h3 a:hover{
    color: #87caad;
    text-decoration: none;
}
.souhaitez{
    margin: 20% 0% 10% -25%;
    font-size: 53px;
    font-family: 'steelfishregular';
    text-transform: uppercase;
}
.liste-souhaits{
    margin: auto auto 5% auto;
    width: 60%;
    display: block;
    text-align: left;
}
.banner-img{
    z-index: -1;
}
.banner-img-front{
    background-color: black;
    text-align: center;
    z-index: 1;
    height: 488px;
    margin-top: -25.7%;
    margin-bottom: 5%;
}
.txt-white{
    color: white;
    margin-top: 2%;
}
.txt-adress{
    width: 15%;
    margin: 2% 0 4% 0;
}
.logotel{
    margin: 4% 0 0 0;
}
.nav-menu{
    position: relative;
}
.nav-menu .sub-menu {
    flex-direction: column; /* Affichez les éléments en colonne */ /* Assurez-vous que le sous-menu est positionné correctement */
    /*left: 3%; Alignez le sous-menu à gauche
    top: 30%; */
	left: 0;
    top: 30px;
    z-index: 10000; /* Assurez-vous que le sous-menu est au-dessus des autres éléments */
    position: absolute;
    background-color: white;
    border-radius: 0 0 40% 0;
    padding-bottom: 3%;
    color: grey;
    min-width: 120%;
    font-family: 'Poppins';
    font-weight: 400;
    box-shadow: 0px 12px 30px -12px grey;
}
.nav-menu li ul li a {
    font-size: 100%; 
    font-weight: 500;
    margin-bottom: 3%;
    margin-top: 1%;
    text-transform: uppercase;
}
.nav-menu li a ul li a{
    width: 100%;
    text-align: left;
}
.menu-toggle.menu-header_menu-container{
    display: none;
}
.toggled-on.menu-header_menu-container{
    display: flex;
    flex-direction: column;
}
.menu-toggle{
    display: none;
}
.display-none{
    display: none;
}
ul li a{
    font-weight: 600;
}
.footer-center{
    margin-left: 10%;
}
.assurance h2{
    font-size: 50px;
    letter-spacing: 0.3ch;
}
.assurance h3{
    margin-bottom: 5%;
    text-transform: uppercase;
}
.assurance{
    margin-left: 30%;
    margin-top: 12%;
}
.banniere-bas-page{
    max-width: 100%;
}
.liste-souhaits a{
    color: #fff;
}
.titre-search{
    margin-top: 5%;
}
.titre-contenu{
    margin: 2% 0 2% 0
}
/* PAGE PHP */
.content-page{
    text-align: justify;
}
.full-width-image {
    width: 100%;
    height: 538px;
    background-size: 109%;
    background-position: center;
    background-position-x: 0%;
    margin-top: 1%;
    background-repeat: no-repeat;
}
.extra-class{background-position: bottom;}
.post-thumbnail {
    display: none;
}
.titre-page {
    font-size: 60px; 
    margin-top: 5%; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}
.titre-point{
    font-size: 3em;
}
.txt-titre {
    font-size: 1.2em; 
    width: 73%;
    margin: auto;
    margin-bottom: 10%;
}
.titre-rouge{
    color: red;
}
.repeteur-bloc-principaux {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; 
}

.bloc-principal {
    display: flex;
    width: 100%;
    margin-bottom: 10%; 
}
.img-left .sous-blocs, .img-right .img-bloc {
    order: 2;
}

.img-left .img-bloc, .img-right .sous-blocs {
    order: 1;
}

.sous-blocs{
    margin: auto;
}
.sous-blocs, .img-bloc {
    width: 50%; 
}

.sous-bloc {
    margin-bottom: 10px; 
    display: flex;
    margin-left: 21%;
}
.sous-bloc-txt{
    margin: auto 5% auto 8%;
}
.sous-bloc-txt h2{
    display: block;
    font-family: 'steelfishbold';
    letter-spacing: 0.2rem;
    word-spacing: 0.1rem;
    width: 89%;
    font-size: 50px;
}
.sous-bloc-img{
    margin: 3% 0;
}
.sous-bloc-txt p{
        margin: 5% 0;
}
.img-bloc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 424px 0 0 424px;
}
.repeteur-bloc-principaux .bloc-principal:nth-child(even) .img-bloc img {
    border-radius: 0 424px 424px 0;
}
.btn-picto {
    display: inline-block;
    padding: 2.5% 10%;
    margin-top: 5%;
    background-color: #f60100;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 120%;
    border-radius: 0 100px 100px 150px;
}

.btn-picto:hover {
    background-color: #007a43;
    text-decoration: none;
    color: white;
}
/** PAGE CONTACT **/
.mapp-sidebar, .mapp-button{
    display: none;
}
.map-adresse-1, .map-adresse-2{
    
}
.ville-adresse-1, .ville-adresse-2, .ville-adresse-3{
    margin-top: 10%;
}
.tel-adresse-1, .tel-adresse-2, .tel-adresse-3{
    margin-bottom: 10%;
}
.contact-form{
    margin: 15% 0;
}
.contact-form h2{
    margin: 10% 0;
}
.wpcf7-form-control-wrap{
    margin-top: 2%;
    margin-bottom: 5%;
    display: block;
    width: 100%;
}
.wpcf7-submit{
    margin-left: 10%;
    margin-top: 10;
}
.adresse{
    font-size: 16px;
    width: 30%;
    justify-content: center;
    display: block;
    margin-top: 12%;
}
.width-adresse{
    width: 50%;
}
.ecart-adresse{
    margin: 15% 0;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.map-adresse-3, .map-adresse-2, .map-adresse-1{
    width: 55%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    font-size: 11px;
}
/* CHANGEMENTS */
.nodeco{display: block;}
.nodeco:hover{
    text-decoration: none;
}
.banner-img{
    display: none;
}
.footer{margin-top: 5%;}
.footer-tel{display: none;}
.txt-explique{
    background-color: #007a43;
    border-radius: 144px;
    color: white;
    padding: 8% 17%;
    text-align: center;
}
.bloc-explique{
    margin-top: -8%;
    width: 61%;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f60100;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 0 10px 10px 10px;
    width: 2.5%;
}

#backToTop:hover {
    background-color: #333; /* Add a dark-grey background on hover */
}
/* #home{
    background: url('img/Cenov-home-Page-2023-V1.jpg');
} */


.list-menu-footer.center.red-text{
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5.8rem;
}
#flexsliderhome .masque{
    position: absolute;
    background: transparent url('gfx/masque.png') no-repeat right top / 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    padding-left: 7.5%;
    z-index: 10;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}
#flexsliderhome .masque h2{
    color: white;
    font-size: 36px;
    font-size: 1.875vw;
    font-weight: bold;
    text-transform: uppercase;
}
#flexsliderhome .masque p{
    color: white;
    font-size: 30px;
    font-size: 1.55vw;
    margin: 1rem 0;
}

#flexsliderhome a.savoirplus{
    display: block;
    color:#e1071a;
    background: white;
    border-radius: 30px;
    line-height: 60px;
    padding: 0 40px;
    width: max-content;
    font-size: 16px;
}







/**/
@media (min-width: 2px) and (max-width: 1023px){

    #site-navigation{
        display: flex;
        flex-direction: column;
    }
    .nav-menu{
        position: relative;
        display: none;
    }
    .menu-toggle{
        padding: 10px;
        background: transparent url('gfx/burger.png') no-repeat center;
        background-size: 37px;
        color: white;
        border:0;
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        overflow: hidden;
        text-indent: -3000px;
        text-align: center;
        margin: 0 0 0 1rem;
        position: relative;
        z-index: 11000;
        cursor: pointer;
    }
    .menu-toggle{
        margin-bottom: 10%;
    }
    .menu-toggle.toggled-on{
        background: transparent url('gfx/burger-off.png') no-repeat center;
        background-size: 37px;
    }
    .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover{
        text-decoration: none;
    }
    .menu-toggle{ height: 42px; margin-left: 2rem; }
    .menu-toggle{ margin: 0; }
    .nav-menu.toggled-on{ 
        opacity: 1;
        transition: ease-in-out opacity .2s;
    }
    .nav-menu.toggled-on{ display: flex; padding:0; margin:0; z-index: 10001; width: 100%; position: absolute; background-color: white;}
    nav ul{
        flex-direction: column;
    }
    nav ul li{
        list-style-type: none;
        display: inline-flex;
        text-align: center;
        background: transparent;
        transition: ease-in-out all 0.1s;
    }
    nav ul li a{
        font-size: 20px;
        display: block;
        color: #000;
        background: white;
        text-decoration: none;
        width: 96%;
        margin: 2px 0;
    }
    nav ul li ul{
        margin:0;
        padding:0;
    }
    nav ul li:after{
        display: none;
    }
    nav ul li ul li{
        display: list-item;
    }
    nav ul li ul li a {
        color: #959393;
    }
    nav ul li ul li a:hover{
        color: black;
        text-decoration: none;
    }
    .ajustements2, .ajustements3{
        display: none;
    }
    .red-banner-end{
        width: 50%;
    }
    .texte-tel1, .texte-tel2{
        font-size: 70%;
    }
    .texte-tel2{
        margin-bottom: 12%;
    }
    .tel-banner{
        width: 25%;
    }
    .search-field{
        margin: 0;
        max-width: 70%;
        padding: 0;
    }
    .banner-text{
        margin: auto 0;
        text-align: center;
    }
    div#logo{
        text-align: center;
        justify-content: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .logo-menu a img{ max-width: 70%; }

    .particulier h2, .professionel h2, .engagements h2, 
    .proximite h2, .titre-secu, .serenite h2, 
    .engagements-div, .proximite-div, .serenite-div{
        font-size: 40px;
        font-size: 36px;
    }
    .serenite1 h2, .serenite2 h2, .serenite3 h2{
        font-size: 25px;
    }
    .titre-secu2{
        font-size: 18px;
    }
    .abtn-offre a{
        font-size: 15px;
    }
    .assurance h2{
        font-size: 30px;
    }.btn-particulier p, .btn-professionel p{
        font-size: 45%;
    }
    .abtn-particulier, .abtn-professionel {
        margin-bottom: -35%;
    }
    .btn-offre-mesure{
        font-size: 70%;
    }
    .btn-particulier, .btn-professionel{
        width: 50%;
    }
    .btn-offre{
        width: 30%;
    }
    .abtn-offre-mesure{
        bottom: -18%;
        right: 6%;
        width: 50%;
    }
    .abtn-offre-mesure-plus{
        width: 100%;
        justify-content: center;
        right: 6%;
        bottom: -15%;
    }
    .btn-offre-mesure-plus{
        width: 10%;
        z-index: 1;
        margin-top: 0;
        font-size: 20px;
    }
    .btn-offre-serenite{
        width: 20%;
        padding: 1%;
    }
    .professionel{
        margin-top: 0;
    }
    .proximite{
        margin-bottom: 10%;
    }
    .img-secu, .div-secu{
        display: none;
    }
    .le-pack-secu{
        width: 50%;
        margin: 50% auto 0 auto;
    }
    .pack-secu{
        margin-top: -100%;
    }
    .pack-secu2{
        margin-top: 100%;
        margin-bottom: -40%;
    }
    .abtn-offre{
        display: flex;
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        bottom: -10%;
    }
    .assurance{
        margin: 5% auto 0 auto;
    }
    .souhaits{
        width: 100%;
        margin: 5% auto 0 auto;
    }
    .copyright{
        margin: 0 auto 15% auto;
        text-align: center;
    }
    .txt-adress{
        width: 100%;
    }
    .footer-tel{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .serenite1{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .serenite2, .serenite3{
        margin-top: 25%;
        margin-bottom: 10%;
    }
    .serenite{
        margin-top: 5%;
    }
    .le-pack-secu, .div-secu{
        display: none;
    }
    .conteneur-offre{
        width: 75%;
        margin: auto;
    }
    .footer-center{
        margin-left: 20%;
    }
    .particulier, .professionel{
        width: 40%;
    }
    .footer-cenov{
        margin-bottom: 10%;
    }
    .banner-serenite{
        display: none;
    }
    .serenite3{
        margin-bottom: 40%;
    }
    .souhaits{
        border-radius: 0%;
        padding-bottom: 5%;
    }
    .souhaitez{
        margin: 20% 0 10% 0;
    }
    .conseillers{
        font-size: 150%;
    }
    .list-menu-footer{
        display: none;
    }
    .text-contact{
        display: none;
    }
    .text-contact2{
        width: 70%;
        margin: 5% auto;
    }
    .fcbk{
        margin: 5%;
    }
    .footer-cenov{
        margin: 10%;
    }
    .logo-cenov{
        margin: 10% auto 10% auto;
    }
    .footer-gauche{
        margin-top: 0;
        justify-content: center;
    }
    .red-banner-end{
        display: none;
    }
    .assurance h2{
        font-size: 40px;
    }
    .serenite1 h2, .serenite2 h2, .serenite3 h2{
        font-size: 28px;
        text-align: center;
    }
    .serenite2 h2{
        width: 55%;
    }
    .particulier{
        margin-top: -5%;
    }
    .margin-footer{
        margin: 0 auto;
    }
    .serenite3 {
        border-radius: 0 240px 190px 190px;
    }
    .banner-img{
        display: none;
    }
    .ecart-adresse{
        flex-flow: column;
        margin: 0;
    }
    .adresse{
        margin: auto;
        width: 70%;
    }
    .map-adresse-1, .map-adresse-2{
        margin: auto;
    }
    .map-adresse-3, .map-adresse-2, .map-adresse-1{ width: 80%; margin: auto; }
    .mapp-layout{
       
    }
    .width-adresse{
        margin-top: 10%;
        width: 100%;
    }
    .contact-form{
        margin: 0;
    }
    .wpcf7 form .wpcf7-response-output {
        display: none;
    }
    .nav-menu .sub-menu {
        top: 10%;
        width: 100%;
        position: relative;
        border-radius: 0 0 20% 20%;
    }
    .menu-item-163{
        flex-direction: column;
    }


    .nav-menu .sub-menu {
        top: 15%;
        width: 100%;
        padding: 0;
        left: 0;
        margin: 0;
        position: absolute;
        border-radius: 0;
    }

    .reverse{ flex-flow: column-reverse wrap; }
    .engagements { margin-top: 16%;  width: 80%; }
    .proximite{ width: 80%; }
    .engagements p, .proximite p{ font-size: 100%; }
    .txt-secu{ width: 90%; }
    .img-alarme, .img-surveillance, .img-reactive{ display: none; }
    .serenite2, .serenite3 { margin-top: 0; }
    .serenite3{ margin-bottom: 10%; }
    .txt-serenite2{ width: 50%; }
    .txt-serenite3{ width: 30%; }
    .footer-gauche .logo-cenov{ max-width: 40%; }
    .copyright{ margin-bottom: 10%; }
    .txt-explique{    margin-top: 5%; font-size: 70%;}
    #backToTop img{
        margin-left: -5px;
    }



    /* PAGE PHP */
    .img-bloc{display: none;}
    .sous-blocs{margin: 0; width: 100%;}
    .sous-bloc{margin-left: 2%; ;}
    .sous-bloc-txt {margin: auto 4% auto 4%;}
    .titre-page{font-size: 44px; width: 90%; margin-left: auto; margin-right: auto;}
    .sous-bloc-txt h2{font-size: 36px; width: 100%;}
    .btn-picto{font-size: 100%;}
    .no-img{margin-left: 19%;}
    .full-width-image { height: 200px;}
    .repeteur-bloc-principaux{border-bottom: solid;}
    .txt-titre {width: 85%;}

    .titre-page { font-size: 36px; }
    .sous-bloc-txt h2 { font-size: 30px; }

	.list-menu-footer.center.red-text{
		display: none; 
	}
	.bloc-explique { width: 80%; }
	.txt-explique{ margin-top: 15%; font-size: 100%; }


    #flexsliderhome .masque{ background: black; }
    #flexsliderhome .masque h2{ font-size: 1rem; }
    #flexsliderhome .masque p{ font-size: 1rem; }
    #flexsliderhome a.savoirplus{
        border-radius: 30px;
        line-height: 40px;
        padding: 0 30px;
        font-size: 12px;
    }
    .mobileinvert{ flex-flow: column-reverse wrap; }
    .mobileinvert .contact-form{
        width: 80%;
        margin: 0 10%;
    }





}
/**/
@media (min-width: 768px) and (max-width: 1023px){
    .abtn-offre a{
        font-size: 18px;
    }
    .txt-serenite3{
        margin-top: 20%;
        margin-bottom: 16%;
    }
    .footer-part{
        width: 60%;
        align-items: center;
    }
    .nav-menu{
        display: flex;
    }
    nav ul{
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .menu-toggle{
        display: none;
    }
    .logo-tablette{
        width: 80%;
    }
    .nav ul{
        margin-left: 0
    }
    .tel-banner{
        width: 15%;
    }
    .ajustements2, .ajustements3{
        display: flex;
    }
    .banner-button, .banner-button-right{
        width: 30%;
    }
    .nav-menu .sub-menu{
        left: 3%;
        top: 50%;
    }
    .nav-menu li a {
        font-size: 80%;
    }
    .nav-menu li ul li a {
        font-size: 60%;
    }
    .souhaits {
        border-radius: 0px 55% 0px 0px;
    }
    .serenite1{
        margin-top: 25%;
    }
    .serenite2 h2{
        width: 70%;
    }
    .txt-serenite2{
       width: 50%;
       margin-top: 15%;
       margin-bottom: 20%;
    }
    .map-adresse-1, .map-adresse-2{
        margin: auto;
    }
    .mapp-layout{
        margin-left: -45%;
    }
    .width-adresse{
        margin-top: 0;
    }
    .ville-adresse-1, .ville-adresse-2{
        margin-top: 5%;
    }
    .tel-adresse-1, .tel-adresse-2{
        margin-bottom: 5%;
    }
    .contact-form{
        margin: 0;
    }
    /* PAGE PHP */
    .no-img {
        margin-left: 12%;
    }
	
	
}   

/**/
@media (min-width: 1024px) and (max-width: 1279px) {
    .le-pack-secu{
        display: none;
    }
    .le-pack-secu{
        margin: 0 auto 0 auto;
    }
    .particulier h2, .professionel h2, .engagements h2, .proximite h2, .titre-secu, .serenite h2, .engagements-div, .proximite-div, .serenite-div{
        font-size: 40px;
    }
    .serenite1 h2, .serenite2 h2, .serenite3 h2{
        font-size: 30px;
    }
    .titre-secu2{
        font-size: 20px;
    }
    .abtn-offre a, .assurance h2{
        font-size: 24px;
    }
    .assurance h2{
        font-size: 40px;
    }
    .texte-tel1{
        font-size: 48%;
    }
    .texte-tel2{
        font-size: 60%;
    }
    .tel-banner{
        width: 15%;
        margin-bottom: 3%;
    }
    .banner-text p{
        font-size: 80%;
    }
    .banner-text{
        margin: auto 2%;
    }
    .icon-banner{
        width: 14%;
    }
    .search-field{
        margin-right: 0;
    }
    .nav-menu .sub-menu{
        left: -2%;
        top: 45%;
		top: 65%;
    }
    .nav ul{
        margin-left: 3%;
    }
    .logo-tablette{
        width: 90%;
    }
    .nav-menu li a {
        font-size: 90%;
    }
    .nav-menu li ul li a{ 
        font-size: 70%;
    }
    .banner-serenite{
        margin-top: -2%;
    }
    .btn-offre p {
        font-size: 80%;
    }
    .txt-serenite3{
        width: 50%;
        margin-top: 16%;
        margin-bottom: 16%;
    }
    .txt-serenite2{
        margin-top: 10%;
        margin-bottom: 5%;
    }
    .souhaitez{
        font-size: 40px;
    }
    .txt-adress{
        font-size: 16px;
        width: 30%;
    }
    .banner-img-front .txt-white {
        font-size: 22px;
    }
    .conseillers {
        font-size: 140%;
    }
    .logotel{
        width: 6%;
        margin-top: 2%;
    }
    .banner-img-front{
        height: 270px;
    }
    .list-menu-footer{
        display: none;
    }
    .footer-tel{
        margin-top: 4.6%;
    }
    .margin-footer{
        margin-top: 5%;
    }
    .copyright{
        font-size: 13px;
    }
    .abtn-offre-mesure{
        bottom: -30%;
    }
    .ecart-adresse{
        flex-flow: column;
        margin: 0;
    }
    .adresse{
        margin: auto;
    }
    .map-adresse-1, .map-adresse-2{
        margin-left: 10%;
    }
    .contact-form{
        margin: 0;
    }
    .logo-cenov{margin-right: auto;}
    .footer-gauche{margin-top: 16%;}
    #backToTop img{
        margin-left: -5px;
    }
    /* PAGE PHP */
    .sous-bloc {
        margin-left: 8%;
    }
    .btn-picto {
        font-size: 110%;
    }
    .titre-page{font-size: 48px;}
    .sous-bloc-txt h2{font-size: 38px;}
    .full-width-image { height: 400px;}
    .txt-titre {
        width: 90%;
    }
	
	.list-menu-footer.center.red-text{
		margin-top: 10.5rem;
	}
    
}
/**/
@media (min-width: 1280px) and (max-width: 1479px){

    ul.nav-menu { margin-top: 5%; }
    .nav-menu li a {
        font-size: 100%;
    }
    .nav-menu li{ padding-bottom: 1rem; }
    .nav-menu li ul li{ padding-bottom: 0; }
    .nav-menu li ul li a{ 
        font-size: 80%;
    }

    .img-secu{
        width: 50%;
    }
    .txt-secu{
        margin-bottom: 25%;
    }
    .abtn-offre a{
        font-size: 26px;
    }
    .abtn-offre{
        bottom: -5%;
        width: 90%;
    }
    .abtn-offre-mesure{
        right: -35%;
        bottom: -22%;
    }
    .txt-serenite2{
        margin-top: 8%;
        margin-bottom: 9%;
    }
    .txt-serenite3{
        margin-top: 16%;
        margin-bottom: 16%;
    }
    .serenite1 h2, .serenite2 h2, .serenite3 h2{
        font-size: 35px;
    }
    .logo-cenov{
        width: 30%;
    }
    .copyright{
        letter-spacing: 0;
    }
    .footer-cenov{
        margin-top: 35%;
    }
    .texte-tel1{
        font-size: 50%;
    }
    .texte-tel2{
        font-size: 70%;
    }
    .tel-banner{
        width: 15%;
        margin-bottom: 3%;
    }
    .banner-text p{
        font-size: 90%;
    }
    .abtn-particulier, .abtn-professionel {
        margin-bottom: -25%;
    }
    .engagements, .proximite{
        width: 80%;
        margin-bottom: 20%;
    }
    .engagements h2, .proximite h2, .engagements-div, .proximite-div{
        font-size: 50px;
    }
    .le-pack-secu{
        margin-left: 2%;
    }
    .pack-secu{
        width: 140%;
    }
    .pack-secu2{
        width: 60%;
        margin-bottom: -140%;
    }
    .texte-securite{
        margin-left: 0%;
        width: 36%;
    }
    .souhaitez{
        margin: 30% 0% 10% -10%;
    }
    .assurance{
        margin-left: 0;
    }
    .txt-adress{
        width: 25%;
    }
    .banner-img-front{
        height: 100%;
    }
    .logotel{
        margin-top: 2%;
        width: 5%;
    }
    .nav-menu .sub-menu{
        left: -5%;
        top: 50%;
    }
    .banner-serenite{
        margin-top: -2.2%;
    }
    .serenite3 {
        border-radius: 0 200px 0 200px;
    }
    .souhaits{
        margin-top: 30%;
    }
    .txt-serenite1{
        width: 75%;
    }
    .txt-serenite2, .txt-serenite3{
        width: 55%;
    }
    .particulier h2, .professionel h2, .engagements h2, .proximite h2, .titre-secu, .serenite h2, .engagements-div, .proximite-div, .serenite-div{
        font-size: 48px;
    }
    .titre-secu2{
        font-size: 28px;
    }
    .souhaitez, .assurance h2{
        font-size: 42px
    }
    .contact-form{
        margin: 0 0 10% 10%;
    }
    .txt-explique{
        width: 70%;
        margin: auto;
    }
    .bloc-explique{
        margin-top: 10%;
        width: 60%;
    }
    .list-menu-footer{
        width: 20%;
    }
    #backToTop img{
        margin-left: -5px;
    }
    /* PAGE PHP */
    .sous-bloc {
        margin-left: 8%;
    }
    .btn-picto {
        font-size: 110%;
    }
    .titre-page{font-size: 52px;}
    .sous-bloc-txt h2{font-size: 42px;}
    .full-width-image { height: 450px;}
    .txt-titre {
        width: 97%;
    }
    .footer-gauche{
        margin-top: 11%;
    }
	
	.list-menu-footer.center.red-text{
		margin-top: 9.5rem;
	}

}
/**/
@media (min-width: 1480px) and (max-width: 1599px){


    .nav-menu li ul li a{  font-size: 90%; }


    .texte-tel1{
        font-size: 65%;
    }
    .texte-tel2{
        font-size: 80%;
    }
    .tel-banner{
        width: 15%;
        margin-bottom: 3%;
    }
    .banner-text p{
        font-size: 90%;
    }
    .nav ul{
        margin-left: 0;
    }
    .abtn-offre a{
        font-size: 28px;
    }
    .abtn-offre{
        bottom: -8%;
    }
    .abtn-offre-mesure{
        bottom: -25%;
    }
    .logotel{
        margin-top: 2%;
    }
    .banner-img-front{
        height: 100%;
    }
    .nav-menu .sub-menu{
        left: 2%;
    }
    .souhaits{
        margin-top: 27%;
    }

    /* PAGE PHP */
    .sous-bloc {
        margin-left: 8%;
    }
    .btn-picto {
        padding: 3% 5%;
        font-size: 110%;
    }
    .titre-page{font-size: 54px;}
    .sous-bloc-txt h2{font-size: 44px;}
    .full-width-image { height: 480px;}
}
/**/
@media (min-width: 1600px) and (max-width: 1799px){
    .texte-tel1{
        font-size: 75%;
    }
    .texte-tel2{
        font-size: 90%;
    }
    .tel-banner{
        width: 15%;
        margin-bottom: 3%;
    }
    .banner-text p{
        font-size: 90%;
    }
    .logotel{
        margin-top: 2%;
    }
    .banner-img-front{
        height: 100%;
    }
    .abtn-offre a{
        font-size: 28px;
    }
    .abtn-offre{
        bottom: -8%;
    }
    .abtn-offre-mesure{
        bottom: -25%;
    }
    .txt-secu{
        margin-bottom: 20%;
    }
    .souhaits{
        margin-top: 16%;
    }
    .txt-serenite3{
        margin-top: 8%;
        margin-bottom: 9%;
    }
        /* PAGE PHP */
        .titre-page{font-size: 56px;}
        .sous-bloc-txt h2{font-size: 46px;}
        .full-width-image { height: 510px;}
}
/**/
@media (min-width: 1800px){
    .texte-tel1{
        font-size: 85%;
    }
    .texte-tel2{
        font-size: 100%;
    }
    .tel-banner{
        width: 16%;
        margin-bottom: 3%;
    }
}
/**/
@media (min-width: 1900px){
    #flexsliderhome .masque h2{
        font-size: 36px;
    }
    #flexsliderhome .masque p{
        font-size: 30px;
    }
}
/**/

.grecaptcha-badge{ display:none!important; }