﻿*{
  box-sizing:border-box;
}

#wpadminbar{
  display: none !important;
}

.grecaptcha-badge{
  display: none;
}

html.js{
  margin-top: 0 !important;
}

body{
  min-width:300px;
  font-size: 18px;
  font-family: 'bree', sans-serif;
  text-align:left;
  font-weight: 200;
  background: url('img/bg-body-right.png') repeat-y top left;
  background-attachment: fixed;
}

.reserver{
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 999999;
    background-color: #d41217;
    border-radius: 18px 0 0 18px;
    transform: skewY(-3deg);
    padding: 5px 14px;
    overflow: hidden;
  transition:padding-right 0.2s ease;
  -webkit-transition:padding-right 0.2s ease;
  -moz-transition:padding-right 0.2s ease;
  -o-transition:padding-right 0.2s ease;
}

.reserver:hover{
    padding-right: 30px;
}

.reserver p{
  color:#fff;
  font-family: 'bree', sans-serif;
  text-transform: uppercase;
  padding-top:15px;
  float: left;
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
}

.reserver p span{
  font-weight: 200;
  font-size: 24px;
  letter-spacing: .38em;
}

.reserver img{
  float:right;
}

.n2_clear h1{
  font-family: 'bree', sans-serif !important;
  font-size: 32px !important;
  border-bottom: 6px solid #fff !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  display: inline-block !important;
}

.n2_clear h1:before {
  position: absolute !important;
  display: block !important;
  content: '' !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: -90px !important;
  width: 55px !important;
  height: 101px !important;
  background-image: url(img/h1_before.png) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}

.n2_clear h1:after {
    position: absolute !important;
    display: block !important;
    content: '' !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -30px !important;
    width: 55px !important;
    height: 34px !important;
    background-image: url(img/h1_after.png) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
/*  padding: 0 18px;*/
/*  background-color: white;*/
  display: none;
/*  overflow: hidden;*/
  margin-top:20px;
  margin-bottom: 10px;
}

#wpfront-scroll-top-container{
  z-index: 99999999999;
}

a{
  color:#000;
}

img{
  height:auto !important;
}

iframe{
  border:0;
  max-width: 100%;
  display: block;
  margin:auto;
  text-align: center;
}

.sidebar{
  float: left;
  width: 31%;
}

.sidebar p, .sidebar li{
  font-size: 14px;
  text-align: left;
}

.main{
  width: 80%;
  margin:auto;
}

.half{
  width: 46%;
  marign: 0 2%;
}

.lefty{
  float: left;
}

.righty{
  float: right;
}

#overlay{
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.92);
  z-index: 9999999;
}

#overlay iframe{
  display: block;
  margin:auto;
  text-align: center;
  max-width:80%;
  max-height:80%;
  margin-top:50px;
}

#overlay #dismiss{
  background:#000;
  color:#fff;
  padding:10px 20px 10px 20px;
  border:0;
  display: block;
  margin:auto;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-top: 25px;
  cursor:pointer;
  letter-spacing: 2px;
}

#overlay #dismiss:hover{
  /*background:#399690;*/
}

strong{
  font-weight: 400;
}

.wrapper{
  width:1100px;
  margin:auto;
}

.logo-zone{
  position:fixed;
  top:0;
  left:0;
  z-index:999999999999;
  /*margin-bottom: 20px;*/
}

.logo-zone p{
  opacity: 0.4;
  font-size: 11.1px;
  font-family: 'bree', sans-serif;
  text-transform: uppercase;
}

.logo{
/*  max-width: 200px;*/
  display: inline-block;
  margin:auto;
}

h1{
  font-family: 'bree', sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top:7px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}

.content h1{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  color:#000;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  font-weight: 500;
  position: relative;
}

.main-content{
  width:60%;
  float:left;
}

h2{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 45px;
  margin-top:20px;
  text-align: left;
  font-size: 28px;
  min-height:33px;
  display: block;
  clear: both;
  position: relative;
}

.pum-theme-lightbox .pum-title{
  font-family: 'Niconne', sans-serif !important;
  letter-spacing: 1px;
  font-size: 30px !important;
  color:#000 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  font-weight: 500 !important;
  position: relative !important;
}

h2 a{
  color:#000;
}

h2 span{
  font-size: 30px;
  position: relative;
  transition:letter-spacing 0.2s ease;
  -webkit-transition:letter-spacing 0.2s ease;
  -moz-transition:letter-spacing 0.2s ease;
  -o-transition:letter-spacing 0.2s ease;
}

h2 span::after{
  content: '';
  background: #000;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% - 5px));
}

h3{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 8px;
  margin-top:50px;
  text-align: left;
  font-size: 24px;
  min-height:33px;
  display: block;
  clear: both;
  position: relative;
}

h2::after{
  content: '';
  background: #D41217;
  width:100px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  transform: translateY(calc(100% - 3px));
}

.homeContent h2{
  font-size: 30px;
}

.footer h2::after{
  content: '';
  width: 0%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100%));
}

.cookie-notice-container{
  border-top: 5px solid #D41217;
}

.cookie-notice-container *{
  font-family: 'bree';
  font-weight: 200;
}

.cn-buttons-container a{
  color:#fff !important;
  font-family: 'bree' !important;
}

.sidebar h3::after{
  height: 0;
  width: 0;
}

h2+h3{
  margin-top: 50px;
}

.faq h3{
  font-size: 30px;
  color:#000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 80px !important;
  width: 100%;
  font-weight: 500;
}

.fixed-info{
  position: fixed;
  top:0;
  right:0;
  display: block;
  z-index:999999999999;
}


.tel{
  background:url(img/phone.png) no-repeat center left 10px #C9C9C9;
  /*position: fixed;
  top: 0;
  right:0;*/
  padding:5px;
  padding-left: 35px;
  margin:0;
  border-bottom-left-radius: 15px;
}

.tel p{
  margin:0;
  padding:0;
  font-weight: bold;
  font-size: 21px;
  font-style: italic;
  margin-top: -3px;
}

.lien-sud{
  background:#1C74A5 !important;
  display: block;
  padding:5px;
  position: relative;
}

.lien-sud p{
  color:#fff;
  font-size: 11px;
  margin:0;
}

.uppercased{
  text-transform: uppercase;
  font-size: 14px;
}


.square {
  display: block;
    position: relative; /* Permet de positionner le texte par-dessus l'image */
    width: 100%;
    padding-top: 100%; /* Maintient le ratio 1:1 */
    margin-bottom: 10px; /* Espace entre les blocs */
    overflow: hidden; /* Cache le débordement */
    border-bottom-right-radius: 15px;
}

.square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Couvre l'espace sans déformer l'image */
}

.overlay {
  position: absolute;
  bottom: -5px; /* Aligne le texte en bas */
  left: -1px;
  width: 100%;
  height: 100%; /* S'assure que l'overlay occupe tout l'espace */
  display: flex;
  align-items: flex-end; /* Aligne le texte en bas */
  justify-content: left; 
  color: #fff; 
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center; /* Centre le texte */
  padding: 0; 
  transition:align-items 0.5s ease;
  transform: translateY(0); 
  transition: All 0.5s ease; 
}

.square:hover .overlay{
    transform: translateY(-50%); 
}

.activite{
  clear:both;
  margin-bottom: 50px;
  margin-top: 50px;
}

p{
  margin-bottom: 12px;
  text-align: justify;
  color:#000;
  font-size: 18px;
}

p a{
  color:#D41217;
  /*font-weight: bold;*/
}

h3 a{
  color:#f9b22a;
}

p a:hover{
  /*text-decoration: underline;*/
}

p.bouton a:hover{
  text-decoration: none;
}

.content ul{
  margin-bottom: 12px;
}

li{
  text-align: justify;
  color:#000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
}

.content li::before, .pum-content li::before{
  content:'•';
  padding-right: 10px;
  /*margin-left:-16px;*/
  color:#000;
}

.content.agenda li::before{
  content: '';
  padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link{
  padding: 10px;
}

h3.tribe-events-calendar-month__day-date::after{
  content: '';
  width: 0;
  height: 0;
}

.tribe-common-h8{
  font-family: 'bree', sans-serif;
  font-size: 18px !important;
}

.tribe-common-h4{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
}

.tribe-common-h3{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
}

.tribe-common-h3 *{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
}

.content .wrapper>h2{
  clear: both;
}

.soy{
  width: 30%;
  /*margin: auto;
  margin-top: -70px;
  margin-bottom: 50px;*/
  /*float: left;*/
  text-align: center;
}

blockquote{
    width: 60%;
    margin: auto;
    text-align: center;
    background: #eee;
    padding: 50px;
    margin-top:50px;
    margin-bottom:50px;
    border-bottom: 1px solid #f9b22a;
}

blockquote p{
  color:#aaa;
  font-style: italic;
}


em{
  font-style: italic;
}

img{
  max-width: 100%;
}

.header{
  width:100%;
  text-align: left;
  position: relative;
}

.header .logo-zone img{
  transition:All 0.2s ease;
  -webkit-transition:All 0.2s ease;
  -moz-transition:All 0.2s ease;
  -o-transition:All 0.2s ease;
}

.header.sticky .logo-zone img{
  max-width: 150px;
}

.header .logo-zone h1, .header .logo-zone h2, .header .logo-zone p{
  transition:All 0.2s ease;
  -webkit-transition:All 0.2s ease;
  -moz-transition:All 0.2s ease;
  -o-transition:All 0.2s ease;
}

.header.sticky .logo-zone h1, .header.sticky .logo-zone h2, .header.sticky .logo-zone p{
  opacity: 0;
}

.header h2{
  font-size: 11.1px !important;
  opacity: 0.4;
  font-family: 'bree', sans-serif !important;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 0;
  font-weight: 300 !important;
}

.header p{
  color: #fff;
  text-align: center;
}

.social{
  position: absolute;
  bottom: 0;
  right: 15px;
}

.social p{
  text-transform: uppercase;
  font-size: 12px;
}

.menu {
  font-family: 'bree', sans-serif;
}

.menu #nav-main{
  margin:auto;
  float:none;
/*  margin-top: 20px;*/
}

.menu ul li{
  display: inline-block;
  /*position: relative;*/
  margin-bottom: 0;
  padding:25px;
}

.menu ul li a{
  color: #000;
  text-transform: uppercase;
  height:30px;
  line-height:30px;
  padding-top:20px;
  padding-bottom:20px;
  letter-spacing: 1px;
  text-align: right;
  font-size: 20px;
  font-family: 'bree', sans-serif;
  font-weight: 400;
  transition:All 0.4s ease;
  -webkit-transition:All 0.4s ease;
  -moz-transition:All 0.4s ease;
  -o-transition:All 0.4s ease;
  border-bottom: 5px solid transparent;
}

.menu ul li ul{
  /*display: none;*/
  opacity: 0;
  position: absolute;
  /*top: 0;*/
  /*right: 0;*/
  z-index: 99999999;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
 }


.menu ul li.current-menu-item ul, .menu ul li.current-menu-ancestor ul{
  opacity: 1;
 }

 .menu ul li ul li{
  display: block;
  float: left;
 }

 .menu ul li ul li a{
  font-size: 18px;
  padding-right: 0 ;
 }

.menu ul li ul{
  /*background: #12151e;*/
 }

.menu ul li:hover ul{
  display: block;
  opacity: 1;
 }

.menu ul:hover li a{
/*  opacity: 0.6;*/
}

.menu ul li ul:hover li a{
/*  opacity: 0.6;*/
}

.menu ul li ul li:hover a{
  opacity: 1;
}

.menu ul li:hover a, .menu ul:hover li.current-menu-item a, .menu ul:hover li.current-menu-ancestor a{
  opacity: 1;
}

.menu ul li.current-menu-item > a {
  color: #D41217;
  border-bottom: 5px solid #D41217;
}

.menu ul li.current-menu-ancestor > a {
  color: #D41217;
  border-bottom: 5px solid #D41217;
}

.menu ul li a:hover {
  color: #D41217;
  border-bottom: 5px solid #D41217;
}


.menu ul li.lien-sud a{
  color:#1C74A5;
  border-bottom: 5px solid #1C74A5;
}

.menu ul li.lien-sud a:hover{
  border-bottom: 5px solid #1C74A5;
}

.menu ul li.current-menu-item a:hover, .menu ul li.current-menu-ancestor a:hover {
  color: #D41217;
  border-bottom: 5px solid #D41217;
}

/* Nav ------------------------------ */

#nav-trigger {
  display: none;
  text-align: center;
}

#nav-trigger div{
  width: 20px;
  height: 3px;
  background-color: #000;
  margin: auto;
  margin-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#nav-trigger span {
  cursor: pointer;
  color: #D41217;
  background: #fff;
  font-weight: 400;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 26px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999599999999999999;
}

#nav-trigger span.open {
  /*background: #000;*/
}

#nav-trigger span:after {
  display: inline-block;
  content: "";
}

nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

nav#nav-mobile ul.expanded {
  margin-bottom: 20px;
}

nav#nav-mobile li {
  display: block;
}

nav#nav-mobile a {
  display: block;
}

.content{
  padding:50px;
  z-index: 99999;
  position: relative;
}

.slider{
  /*min-height: 400px;*/
  width:100%;
}

.n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading, .n2-ss-item-content{
  text-shadow:0px 0px 8px rgba(0,0,0,0.5) !important;
}


img.aligncenter{
  display: block;
  margin:auto;
}

h3+p a img.aligncenter{
  margin-top:0;
}

img.alignright{
  float:right;
  margin-left:20px;
max-width: 50% !important;
margin-bottom: 70px;
}

img.alignleft::after{
  clear:both;
}

img.alignleft{
  float:left;
  margin-right:20px;
max-width: 50% !important;
}

.third{
  float:left;
  width:30.8%;
  margin:15px 1.9%;
  border-radius: 10px;
/*  padding:10px;*/
}

.third:first-of-type{
  margin-left: 0 !important;
}

.third:nth-of-type(3){
  margin-right: 0 !important;
  float: right;
}

.third h3{
  margin-top: 0;
}

.green{
  background:#9EAEA4;
  padding:10px;
}

.third img{
  display: block;
  margin:auto;
}

.third h2{
  display: block;
  text-align: center;
}

table{
  width: 100%;
}

table tr td{
  padding:10px;
  vertical-align: top;
  margin-bottom: 10px;
  background:#ededed;
  text-transform: uppercase;
  border:4px solid #fff;
}

.head_coltab{
  color:#D41217;
  font-weight: 400;
  font-size: 11px;
}

table tr td.txt_ferme{
  color:#aaa;
}

table tr td.hours-style{
  background:#dadada !important;
  font-weight: 400;
}

.mate{
  width:46%;
  float:left;
  margin:50px 2%;
  /*border-bottom: 1px solid #000;*/
}

.mate img{
  /*height:100px;*/
  width:100%;
}

.mate:nth-of-type(2n+1)::before {
  clear:both;
}

.mate h2{
  margin-top:10px;
}

.mate p{
  font-size:15px;
}

.boutons{
  text-align: center;
}

a.bouton{
  background:#000;
  color: #fff;
  font-size: 18px;
  /*display: inline-block;*/
  display: block;
  text-transform: uppercase;
  /*font-weight: bold;*/
  margin:auto;
  margin-top:25px;
  margin-bottom:25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
}

.sidebar a.bouton{
  width: 100%;
}

.boutons p.bouton{
  display: inline-block;
  margin-left:20px;
  margin-right:20px;
}

a.bouton:hover{
  background:#000;
}

a.bouton:hover{
  color:#fff;
}
/*
.main, .news{
  float:left;
  width:46%;
  margin: 50px 2%;
}*/

.footer{
  position: relative;
  bottom:0;
  width:100%;
  padding:10px 0;
  padding-top: 30px;
  margin-top: 80px;
  box-sizing:border-box;
  background:#D41217;
}

.footer h2{
  display: inline;
  border-bottom: 3px solid #000;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.footer h4{
  text-align: left;
  margin-bottom: 30px;
}

.footer h4::after{
  content: '';
  background: #fff;
  width:100%;
  height: 3px;
  display: block;
  position: relative;
  bottom: -15px;
  left: 0;
  transform: translateY(calc(100% - 3px));
}

.footer *{
  color: #fff;
}

.tel img{
  margin-right:5px;
  vertical-align: middle;
}

.footer p{
  font-size: 12px;
  text-align: center;
  color:#fff;
}

.footer p:first-of-type{
  margin-top: 20px;
}

.footer p a{
  color:#000;
}


.legal{
  float: right;
  text-align: right;
  margin-right: 20px;
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
}

.solution{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.solution h2{
  margin-top:0;
  color:#fff;
}

.solution h3{
  color:#fff;
  text-align: center;
  background:transparent;
}

.solution h3:before{
  display: none;
}

.solution table h3{
  margin:0;
  padding:0;
}

.blocs{
  position: relative;
  text-align: center;
  display: table;
}

.bloc {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin: auto;
  width: 20%;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  background: #eee;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: table-cell;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.bloc:hover{
  background: #ddd;
}

h4{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  font-size: 20px;
}

.bloc h4{
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #12151e;
  padding-bottom: 20px;
}

.bloc p{
  font-weight: bold;
  text-align: center;
  color:#000;
}

.smaller{
  font-size: 80%;
  font-weight: normal; 
}

.bloc .blocGauche img{
  margin-left: -400px;
  margin-right: 0;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}

.bloc .blocDroite img{
  margin-right: -400px;
  margin-left: 0;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}

.bloc.animated .blocGauche img,.bloc.animated .blocDroite img{
  margin-left: 0;
  margin-right: 0;
}

.bloc.animated{
  opacity:1;
}
div.form{
  max-width: 500px;
  margin:auto;
}

.archive .actu{
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  padding-bottom: 20px;
}

.archive .actu a.bouton{
  margin-top: 0;
}

.actus .actu{
  transition:opacity 0.2s ease;
  -webkit-transition:opacity 0.2s ease;
  -moz-transition:opacity 0.2s ease;
  -o-transition:opacity 0.2s ease;
  border-top:1px solid #000;
  padding-top: 20px;
}

.actus:hover .actu{
  opacity: 0.5;
}

.actus .actu:hover{
  opacity: 1;
}


.actu:nth-of-type(3n+1) {
  clear:both;
}

.actu h2{
  font-size: 30px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
}

.actu img.wp-post-image{
  max-width: 100%;
  display: block;
  margin:auto;
  margin-bottom: 20px;
}

a.article-precedent{
  display: block;
  float:left;
  width:40%;
  text-align: center;
  margin-top:50px;
}

a.article-suivant{
  display: block;
  float:right;
  width:40%;
  text-align: center;
  margin-top:50px;
}

p.date{
  color: #000;
  font-size: 14px;
}

.contact iframe{
  width: 100% !important;
  min-height: 400px;
}

fieldset{
  max-width:100%;
}

input{
  background:#eee;
  border:0;
  border-bottom:1px solid #000;
  margin-bottom:10px;
  clear:both;
  float:left;
  width:100%;
  text-transform:none;
  padding:7px;
  box-sizing:border-box;
}

label{
  font-size:16px;
  color:#333;
  clear:both;
  display:block;
  text-align:left;
  padding-top:15px;
}

select{
  background:#eee;
  border:1px solid #000;
  margin-bottom:10px;
  width:100%;
  padding:7px;
}

textarea{
  background:#eee;
  border:0;
  border-bottom:1px solid #000;
  margin-bottom:10px;
  clear:both;
  float:left;
  width:100%;
  text-transform:none;
  padding:7px;
  box-sizing:border-box;
}

input[type="submit"]{
  background-color:#000;
  color:#fff;
  padding:7px;
  cursor:pointer;
  float:right;
  width:100%;
  text-align:center;
  border:0;
}

.schema-accompagnement{
  margin-top: 40px;
}

.schema-accompagnement .yop {
  font-family: 'bree', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
  width: 120px;
  height: 120px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
  z-index: 1;
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -moz-box-shadow:0px 0px 15px rgba(200,200,200,1);
  -webkit-box-shadow:0px 0px 15px rgba(200,200,200,1);
  box-shadow:0px 0px 15px rgba(200,200,200,1);
}
.schema-accompagnement .yop:hover, .schema-accompagnement .is-checked .yop {
  background-color: #000;
}
.schema-accompagnement .yop:hover *, .schema-accompagnement .is-checked .yop *{
  color: #fff;
}

.yop p{
  font-size: 19px;
}

.schema-accompagnement .third{
  float: left;
  width: 33.3%;
  margin: 0;
}

.schema-accompagnement .quarter{
  float: left;
  width: 25%;
  margin: 0;
}

.element-item{
  width: 100%;
  position: relative;
}


.nav {
  width: 100%;
  height: auto !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  margin-right: 20px;
}
/*.nav:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 100%;
  border-bottom: 1px solid orange;
  transition: all 0.5s;
  transition-delay: 0.5s;
}*/
.nav.active:after {
  top: 0;
}

.licontent{
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  line-height: 14px;
  padding-left: 6px;
  padding-right: 6px;
}


.licontent p{
  color: #fff;
  margin-bottom: 0;
}

.licontent strong{
  color: #000;
}

.licontent img{
  margin-top: 5px;
}

.icon-menu {
  display: inline-block;
  border-top: 3px solid #141444;
  border-bottom: 3px solid #141444;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
}
.icon-menu:before {
  content: "";
  display: inline-block;
  border-bottom: 3px solid #141444;
  width: 100%;
  -webkit-transition: all 0.3s;
}
.icon-menu:hover {
  border-color: #00003A;
}
.icon-menu:hover:before {
  border-color: #00003A;
}

.content .item {
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 1.3s;
  position: absolute;
}
.content .item.active {
  opacity: 1;
  position: static;
}
.content .item h1 {
  font-size: 25px;
  margin-bottom: 0.3em;
}


.pum-content:focus-visible{
  outline: 0px solid transparent;
}


.nav-links{
  text-align: center;
}

.nav-links a{
  padding:5px;
  background:#000;
  color:#fff;
}






/* SELECTION */

*::selection {
  background:#D41217;
  color:#fff;
}

*::-moz-selection {
  background:#D41217;
  color:#fff;
}

*::-webkit-selection {
  background:#D41217;
  color:#fff;
}


@media handheld, only screen and (max-width: 1400px) {

}

@media handheld, only screen and (max-width: 1300px) {
  .social{
    top: 10px;
  }

}

@media handheld, only screen and (max-width: 1200px) {

  .fixed-info{
    right:70px;
  }

  .tel{
    border-bottom-right-radius: 15px;
  }

  .content{
    padding-top: 0;
  }
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  nav#nav-mobile ul li ul{
    display: block;
  }
  .menu {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
  }
  .menu ul {
    position: relative;
    border-top: 0;
  }
  .menu ul li {
    width: 100%;
    position: relative;
    margin-left: 0;
    padding:0;
    text-align: left;
  }
  .menu ul li a {
    text-align: left;
    background: #fff;
    color: #000;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
  }
  .menu ul li a:hover {
    background: #fff;
    color: #9EAEA4;
  }
  .menu ul li.current-menu-item a{
    background: #eee;
    color: #fff;
  }

  .menu ul li ul li{
    text-align: left;
    float: none;
  }

  .menu ul li ul li a{
    padding-left: 20px;
  }

  .menu ul li ul{
    display: block;
    position: relative;
    opacity: 1;
  }

  .menu ul:hover li a{
    opacity: 1;
  }

  .menu ul li ul:hover li a{
    opacity: 1;
  }

  .menu ul li.current-menu-item>a{
    color: #000;
  }

  .social{
    top: auto;
    bottom: 0;
  }

  .n2_clear{
    margin-top: 100px;
  }

  .menu ul li a{
    padding: 0 10px;
  }

  .footer{
    text-align: center;
  }  

  .footer .logo{
    margin-bottom: 20px;
  }
}

@media handheld, only screen and (max-width: 1120px) {
  .wrapper {
    width: 96%;
  }

  .content{
    padding: 25px;
  }

  .archive .actu{
    width: 48%;
  }

  .actu:nth-of-type(2n+1) {
    clear:both;
  }

  .actu:nth-of-type(3n+1) {
    clear:none;
  }

}

@media handheld, only screen and (max-width: 900px) {
  .wrapper{
    width:100%;
    margin: 0%;
  }

.content li{
  width:90%;
  margin:auto;
}

  .sidebar{
    width: 100%;
  }

  .main{
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 800px) {
  .menu ul li a{
    padding: 0 5px;
  }

  .footer *{
    text-align: center !important;
  }

  .footer h4{
    margin-top: 30px;
  }

  .footer .logo{
    margin-bottom: 0;
  }
}


@media handheld, only screen and (max-width: 740px) {

  blockquote{
    width: 100%;
  }


}

@media handheld, only screen and (max-width: 700px) {
    img.alignright{
      float: none;
      margin: auto;
      display: block;
      max-width: 100% !important;
    }

    h3{
      margin-top: 20px;
    }

    h3:before{
      margin-left: -20px;
    }

  .bloc {
    display: inline-block;
    width: 45%;
  }

  .archive .actu{
    clear:both;
    width: 98%;
  }

  .actu:nth-of-type(3n+1) {
    clear:both;
  }


  .third{
    width:100%;
    margin:15px 0;
  }

}

@media handheld, only screen and (max-width: 620px) {
  .yop{
    width: 96px !important;
    height: 96px !important;
  }

  .yop p{
    font-size: 13px;
  }

  .soy{
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media handheld, only screen and (max-width: 590px) {
  h1{
    font-size: 18px;
  }

  .header .logo-zone h2, .header .logo-zone p{
    font-size: 11px;
  }


  .social{
    bottom: 0;
  }

  .radial-nav{
    max-width: 80%;
  }

  .half{
    width:100%;
    margin:15px 0;
  }
}

@media handheld, only screen and (max-width: 390px) {
  h2 span{
    font-size: 20px;
  }

/*  .tel{
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
  }*/
}