@charset "UTF-8";
/*
  Created by Stephane Arribart.
  For Influa
  Date: 04/05/2023
  Time: 12:30

  --- styles ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  

*/
/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 12/03/2020
  Time: 10:28

  --- _vars ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'

 */
/*COMMUNS*/
body {
  line-height: 1.2;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

h1, h2, .hn {
  font-size: 30px;
  font-family: Roboto;
  font-weight: 700;
  color: #927454;
  text-transform: uppercase;
}

textarea {
  outline-offset: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
}

/*OUTILS*/
.SumoSelect {
  width: 100% !important;
  cursor: pointer;
}
.SumoSelect > .CaptionCont {
  border-radius: 0 !important;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: inherit;
}
.SumoSelect > .CaptionCont > span, .SumoSelect > .CaptionCont > label {
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li label {
  font-weight: 300;
}

.SelectBox {
  padding: 2px 10px !important;
}

.bg_gris {
  background-color: #ececec;
}

.banhori {
  max-width: 100%;
}

.bouton {
  cursor: pointer;
}

/*Super placeholder*/
.mega_field {
  position: relative;
  color: #333;
}

.isfloating .floating-label {
  top: 2px;
  bottom: 10px;
  left: 4px;
  font-size: 11px;
  opacity: 1;
}

.inputText {
  padding: 15px 10px 5px;
  font-size: 14px;
  width: 200px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
  transition: 0.2s ease all;
}

.not_there {
  display: none !important;
}

/*Breadcrumb et réseaux*/
#bread_soc {
  padding: 15px 30px;
  display: table;
  width: 100%;
}
#bread_soc > div {
  display: table-cell;
}
#bread_soc .bread {
  text-transform: uppercase;
  font-size: 11px;
}

.bread a {
  color: #927454;
}

#bread_soc .soc {
  width: 200px;
  padding-right: 30px;
}

/*Communs Modales*/
.open_modale {
  cursor: pointer;
}

.bgf {
  background: no-repeat center center;
  background-size: cover;
  background-position: center center;
  box-shadow: 3px 3px 1px 1px #927454;
}

.pala {
  visibility: hidden;
  z-index: -200;
}

.modale {
  background: white;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1060px;
  max-height: 80%;
  z-index: 987654;
  overflow-y: auto;
}
.modale > div {
  position: relative;
}
.modale .fermer {
  position: absolute;
  top: 5px;
  right: 14px;
  display: block;
  font-size: 30px;
  color: white;
  z-index: 9;
  cursor: pointer;
}
.modale .fermer:hover {
  color: white;
}

.close-modale {
  cursor: pointer;
  font-size: 36px;
}

#dark {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(105, 32, 52, 0.5);
  display: block;
  z-index: 123456;
}

/*Navigation par onglets*/
.classeur {
  max-width: 100%;
  display: block !important;
}
.classeur select {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 20px 5px 10px;
  z-index: 10;
}
.classeur .select {
  display: none;
  background-color: white;
  position: relative;
  height: 30px;
}
.classeur .select::after {
  display: block;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 5;
}
.classeur .titre_onglet {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.onglets {
  display: table;
  width: 100%;
  text-align: left;
}
.onglets a {
  vertical-align: middle;
  display: table-cell;
  padding: 15px;
  border-right: 1px solid #ececec;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.onglet a:last-child {
  border-right: 0;
}

.feuille {
  display: none;
}
.feuille.active {
  display: block;
}

.contenu_onglets {
  padding: 23px 15px 15px;
}

/*Communs des modules insérés par shortcodes*/
.shrtc {
  width: 100%;
  margin: 30px auto;
  display: table;
}

.bandeau_images .bgf {
  height: 240px;
}

.pseudopicf {
  padding: 0;
}

.pseudopicg {
  padding-left: 0;
}

.pseudopicd {
  padding-right: 0;
}

/*Bandeau contact*/
.bancontact {
  display: table;
}
.bancontact > div {
  padding: 0;
}
.bancontact .bgf {
  background-image: url(../img/ban_contact.png);
  height: 86px;
}
.bancontact .devis {
  text-align: center;
  padding: 15px;
  height: 150px;
}

.tarif {
  font-size: 25px;
}

.bancontact .ou {
  text-align: center;
  padding: 34px 0;
  color: #535758;
}
.bancontact .contact {
  text-align: left;
}
.bancontact .bouton {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 8px 12px;
  border: 1px solid #ed352f;
  color: white;
  background-color: #ed352f;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  margin-top: 40px;
  font-weight: 600;
}
.bancontact .bouton:hover {
  background-color: #FFF;
  color: #ed352f;
}

/*Formulaires en interstitielle*/
.wpcf7-validation-errors {
  font-size: 11px;
  display: table;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 11px !important;
}

#side_contacts {
  position: fixed;
  top: 200px;
  width: 45px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 555;
  height: 91px;
  transition: 0.2s;
  overflow: hidden;
}
#side_contacts.active {
  height: 400px;
  width: 270px;
  overflow-x: hidden !important;
}
#side_contacts:hover {
  width: 270px;
}
#side_contacts .in {
  position: relative;
  height: 100%;
  width: 100%;
}
#side_contacts .in > div {
  position: absolute;
  right: -226px;
  transition: 0.2s;
}
#side_contacts .in > div:hover {
  right: 0;
}
#side_contacts .in > div .form {
  height: 0;
  overflow: hidden;
}
#side_contacts .into {
  padding: 20px;
}

/*Adaptations pour Safari*/
@media not all and (min-resolution: 0.001dpcm) {
  #side_contacts .in > div {
    right: -394px;
  }
  #side_contacts .in > div:hover {
    right: -180px;
  }
}
/*Adaptations pour Firefox*/
@-moz-document url-prefix() {
  #side_contacts .in > div {
    right: -368px;
  }
}
#side_devis {
  top: 0;
}

#side_contact {
  top: 46px;
}

#side_contacts .top {
  display: table;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
#side_contacts .top > div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
#side_contacts .top .icone {
  color: white;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px;
  font-size: 22px;
}
#side_contacts .top .titre {
  padding-left: 15px;
  background-color: #ececec;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 5px;
}

#side_contact:hover .top .icone {
  background-color: #ececec;
}
#side_contact.open .top .icone {
  background-color: #ed352f;
}

#side_contacts img {
  max-height: 100%;
  width: auto;
}

#side_contact .top .titre {
  color: #ed352f;
  font-family: Baumans;
}

#side_contacts .top .ico_close {
  color: black;
  width: 45px;
  text-align: center;
  padding-top: 5px;
  background-color: #ececec;
}
#side_contacts .in > div.open {
  right: 0;
  background-color: #434345;
  color: white;
  z-index: 5;
  width: 100%;
}
#side_contacts .open .top .titre {
  color: white;
}

#side_contact.open .top .titre {
  background-color: #ed352f;
}

#side_contacts .in > div.open .form {
  height: 100%;
}
#side_contacts strong {
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}
#side_contacts p {
  margin: 5px auto;
}
#side_contacts .SumoSelect {
  width: 100%;
}

#side_devis .SumoSelect > .optWrapper > .options {
  border: 0;
}
#side_devis .SumoSelect > .optWrapper > .options li.opt {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  padding: 5px 6px 0;
}
#side_devis .SumoSelect > .CaptionCont > span, #side_devis .SumoSelect > .CaptionCont > label {
  padding-top: 5px;
  display: inline-block;
}
#side_devis .dropdown_metiers {
  margin-bottom: 15px;
}

.fake_check {
  margin: 10px 0;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.fake_check span {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;
  font-size: 8px;
  padding: 3px 2px 1px;
  margin-right: 10px;
  color: transparent;
  text-align: center;
  width: 16px;
  height: 16px;
}

.fakeinput {
  display: none;
}

.SumoSelect {
  border: 0 !important;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: white !important;
  font-style: normal !important;
}
.SumoSelect > .optWrapper {
  border-color: #ed352f !important;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
  border-color: #ed352f !important;
}
.SumoSelect > .optWrapper > .options li.opt {
  border-color: #ed352f !important;
}

#side_contacts .SumoSelect, #side_contacts input, #side_contacts textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  margin-bottom: 15px;
  outline-offset: 0;
  outline: 0;
}

#formu_serv input, #formu_serv textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  margin-bottom: 15px;
  outline-offset: 0;
  outline: 0;
}

#side_contacts .SumoSelec {
  background-color: #434345;
}
#side_contacts .SumoSelect > .optWrapper, #side_contacts .SumoSelect > .CaptionCont {
  background-color: #434345;
}
#side_contacts textarea {
  background-color: #434345;
}
#side_contacts .CaptionCont {
  margin: 0;
  padding: 8px !important;
  border-color: #ed352f;
}
#side_contacts textarea {
  padding: 10px;
}

#formu_serv textarea {
  padding: 10px;
}

#side_contact input, #side_contact textarea {
  border-color: #ed352f;
}

#formu_serv input, #formu_serv textarea {
  border-color: #e8b000;
  background: #FFF;
}

#side_contacts input[type=submit] {
  padding: 10px 0;
  text-align: center;
}

#formu_serv input[type=submit] {
  padding: 10px 0;
  text-align: center;
  background-color: #ed352f;
  border: 1px solid #ed352f;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

.serv1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3em;
}

.serv2 {
  font-size: 12px;
  color: #FFF;
  text-align: center;
  display: block;
}

.sep {
  margin-bottom: 10px;
}

#formu_serv {
  background: #e8b000;
  padding: 15px;
}
#formu_serv input[type=submit]:hover {
  background-color: #FFF;
  border: 1px solid #ed352f;
  color: #ed352f;
}

#side_contacts input[type=submit]:hover {
  background-color: #FFF;
  border: 1px solid #ed352f;
  color: #ed352f;
}

/*HEADER*/
#navbar {
  font-size: 18px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

#top_menu {
  padding: 10px 0 0;
}
#top_menu .navbar-header .logo {
  position: relative;
  margin-bottom: 10px;
}
#top_menu .navbar-header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_menu .navbar-header .logo img {
  max-width: 155px;
}

#top_toolbar ul {
  display: table;
  position: relative;
  float: right;
  padding: 0;
}

#top_tagline {
  width: 100%;
}
#top_tagline ul {
  display: table;
  position: relative;
  float: left;
  padding: 40px;
  margin-bottom: 0;
  list-style: none;
}

#top_toolbar li {
  display: table-cell;
  position: relative;
  height: 117px;
  vertical-align: middle;
  font-size: 15px;
  max-width: 250px;
  padding-left: 15px;
}
#top_toolbar li img {
  float: left;
  margin-right: 10px;
}
#top_toolbar span, #top_toolbar .flat {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  font-size: 16px;
}
#top_toolbar span {
  padding-top: 5px;
}
#top_toolbar span em {
  font-weight: 300;
  text-transform: none;
  text-shadow: none;
  font-style: normal;
}
#top_toolbar p {
  display: block;
  width: 250px;
  margin-bottom: 0;
  font-size: 15px;
}
#top_toolbar a, #top_toolbar .open_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: white;
}
#top_toolbar .cli {
  position: absolute;
  right: 0;
  top: 5px;
  background-color: #ed352f;
  color: white;
  border: 1px solid #ed352f;
  text-align: center;
  height: 52px;
  line-height: 52px;
  margin-bottom: 0;
  transition: 0.5s;
  width: 175px;
  overflow: hidden;
}
#top_toolbar .incli {
  position: relative;
}
#top_toolbar .cli p {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 173px;
}
#top_toolbar .cli i {
  margin-left: 10px;
}

.cli_more {
  position: absolute;
  top: 0;
  left: 175px;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.5s;
  height: 52px;
  margin-bottom: 0;
  color: white;
  background-color: #ed352f;
}

.cli.open .cli_more {
  left: 52px;
}

#top_toolbar .cli.open {
  width: 100%;
  float: right;
}

#menu-outils-clients {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  float: none !important;
}
#menu-outils-clients li {
  position: relative;
  width: 208px;
  text-align: center;
  border-right: 1px solid white;
  transition: 0.2s;
}
#menu-outils-clients li:last-child {
  border-right: 0;
}
#menu-outils-clients a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  padding-right: 15px;
  transition: 0.2s;
}

.cli.open #menu-outils-clients li::after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: -1px;
  right: 15px;
  transition: 0.2s;
}

#menu-outils-clients li:hover {
  background-color: white;
}
#menu-outils-clients li:hover a {
  color: #ed352f;
}

.cli.open #menu-outils-clients li:hover::after {
  color: #ed352f;
}

b {
  font-weight: 300;
}

.cli.open .incli > p {
  width: 52px !important;
  background-color: white;
  color: #ed352f;
  border-right: 1px solid #ed352f;
}
.cli.open .incli > p > b {
  display: none;
}
.cli.open .incli > p > i {
  margin-left: 0 !important;
}

#main_menu {
  background-color: #927454;
  color: white;
  position: relative;
  float: none;
  height: 45px;
  line-height: 45px;
}
#main_menu > div {
  padding: 0;
}
#main_menu .navbar-nav {
  margin: auto;
  height: 45px;
}
#main_menu .level1 {
  font-size: 14px;
  padding: 0px;
  height: 33px;
  position: inherit;
  cursor: pointer;
  margin-right: 16px;
  text-transform: uppercase;
}
#main_menu .level1:hover {
  border-bottom: 3px solid #FFF;
}
#main_menu .level1 > a {
  padding: 0;
  color: white;
  text-decoration: none;
}
#main_menu .level1 > a:hover, #main_menu .level1 > a:focus {
  background-color: transparent;
}
#main_menu .level1:first-child {
  padding-left: 0;
}
#main_menu .level1:last-child {
  border-right: 0;
}
#main_menu .submenu {
  text-transform: none;
  position: absolute;
  left: 0;
  list-style: none;
  top: 45px;
  width: 100%;
  z-index: 666;
  padding: 0;
  display: none;
  height: 230px;
  line-height: 1.2;
  overflow: hidden;
  border-bottom: 2px solid #ececec;
  cursor: auto;
  color: #333;
  background-color: #FFF;
}
#main_menu .submenu > div {
  padding: 25px 15px;
}
#main_menu .submenu li {
  padding: 0;
}
#main_menu .submenu .intro {
  padding: 0px 0px 0px 15px;
}
#main_menu .submenu .intro img {
  margin: 0 10px 0 0;
  max-width: none;
}
#main_menu .submenu .intro p {
  padding: 10px 0 0;
  border-top: 1px solid white;
  font-size: 16px;
  margin-top: 5px;
}
#main_menu .submenu .liste_col {
  padding: 25px 15px 0;
  font-weight: 600;
}
#main_menu .submenu .level2 {
  padding: 5px 5px 15px;
  font-size: 15px;
  position: relative;
  max-height: 225px;
  overflow: hidden;
}
#main_menu .submenu .level2::before {
  content: ">";
  color: #333;
}
#main_menu .submenu a {
  color: #333;
  background-color: #FFF;
}
#main_menu .tarifs .level2:first-child {
  background-image: url(../img/bg_menu_tarif1.png);
}
#main_menu .tarifs .level2:nth-child(2) {
  background-image: url(../img/bg_menu_tarif2.png);
}
#main_menu .tarifs .level2:last-child {
  background-image: url(../img/bg_menu_tarif3.png);
}
#main_menu .tarifs .level2:before {
  display: none;
}
#main_menu .tarifs .level2 .titre {
  text-transform: uppercase;
  font-size: 22px;
  height: 110px;
}
#main_menu .tarifs .level2 .titre img {
  height: 22px;
  margin: 0 10px 8px 0;
}
#main_menu .tarifs .level2 .lien {
  text-transform: uppercase;
  padding: 10px 0 5px;
  border: 1px solid white;
  width: 175px;
  text-align: center;
  transition: 0.2s;
}
#main_menu .tarifs .level2:hover .lien {
  background: white;
}
#main_menu .tarifs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_menu .active .submenu {
  display: block;
}

@media (max-width: 767px) {
  #main_menu .level1:first-child {
    padding: 0 15px;
  }

  #top_tagline ul {
    padding: 4px;
  }
}
.mobile_only {
  display: none !important;
}

#secondary_nav {
  float: right;
  margin: 0;
  font-size: 14px;
  padding: 0;
  list-style: none;
}
#secondary_nav li {
  display: inline-block;
  padding: 0 3px;
}
#secondary_nav a {
  color: white;
}
#secondary_nav a:focus, #secondary_nav a:hover {
  color: white;
}
#secondary_nav ul {
  padding: 0;
}
#secondary_nav .sep {
  width: 1px;
  padding: 0;
  margin: 0 3px;
  height: 12px;
  background-color: white;
}
#secondary_nav .search span {
  cursor: pointer;
}

#main_menu .search {
  position: relative;
}

#search_bar {
  position: absolute;
  top: 0;
  right: 26px;
  width: 0;
  height: 45px;
  line-height: 1;
  padding: 10px 0;
  text-align: right;
  background-color: #e4ac23;
  overflow: hidden;
  transition: 0.2s;
}
#search_bar.active {
  width: 234px;
}

#form_search {
  width: 234px;
  color: #ececec;
}

#search_bar.active {
  display: block;
}

#searchform input[type=submit] {
  font-family: FontAwesome;
}

#search_bar input {
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ececec;
  background-color: transparent;
  height: 22px;
  width: 200px;
}

input:focus {
  outline: 0;
}

#search_bar input[type=submit] {
  border: 1px solid #ececec;
  background-color: #434345;
  color: #ececec;
  padding: 3px;
  width: 22px;
}
#search_bar input[type=submit]:hover {
  color: #434345;
  background-color: #ececec;
}

/*FOOTER*/
footer {
  padding: 0 !important;
  background-color: #927454;
  color: white;
}

#logo_footer img {
  margin-bottom: 15px;
}

footer .pad {
  padding-top: 55px;
}
footer .titre {
  font-size: 17px;
  text-transform: uppercase;
}
footer ul.menu {
  margin-top: 10px;
  padding: 0;
  font-size: 15px;
  list-style: none;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: none;
}

#top_footer {
  margin-bottom: 20px;
}
#top_footer span {
  font-size: 27px;
  font-style: italic;
  margin-left: 35px;
}

footer .SumoSelect > .CaptionCont > span {
  height: 34px;
  line-height: 34px;
}
footer input {
  width: 100% !important;
  margin-bottom: 3px;
}
footer form {
  margin-top: 10px;
}
footer form .left {
  padding-left: 0;
}
footer form .left > div {
  margin-bottom: 5px;
}
footer form .right {
  padding: 0;
}
footer input, footer .SumoSelect, footer textarea {
  border: 1px solid white;
}
footer .SumoSelect > .optWrapper > .options li.opt, footer .SumoSelect > .optWrapper > .options > li.opt:first-child {
  border: 1px solid white !important;
}
footer textarea {
  padding: 10px;
  width: 100%;
  height: 145px;
  border: white 1px solid;
  color: #333;
}
footer input[type=submit] {
  -webkit-appearance: none;
  height: 40px;
  color: #ed352f;
  background-color: white;
  border: 1px solid white;
  transition: 0.2s;
}
footer input[type=submit]:hover {
  background-color: white;
  color: #ed352f;
}

#copyright {
  text-align: center;
  font-size: 12px;
  padding: 15px;
  background-color: #535758;
}
#copyright .lien {
  margin-left: 15px;
}

/*SIDEBARS*/
.copainGs .titre {
  color: white;
  padding: 20px;
  font-size: 22px;
}

#side_services .titre {
  font-family: Roboto;
  font-weight: 700;
  background-color: #927454;
  text-transform: uppercase;
  font-size: 15px;
}

.copainGs ul {
  list-style: none;
  padding: 0;
  /*max-height: 270px;*/
  overflow: auto;
  font-size: 13px;
}
.copainGs li {
  background-color: white;
  padding: 15px;
  height: 50px;
  display: table;
  width: 100%;
  border: 1px solid #535758;
  border-top: 0;
  position: relative;
  transition: 0.2s;
  font-size: 16px;
}
.copainGs li span:before {
  color: #333;
  content: ">";
  transition: 0.2s;
  margin-right: 10px;
}
.copainGs p {
  display: table-cell;
  vertical-align: middle;
}
.copainGs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copainGs li:hover, .copainGs li.current {
  background-color: #e8b000;
  color: white;
}
.copainGs li:hover span:before, .copainGs li.current span:before {
  color: white;
}

#side_metiers {
  margin: 30px 0;
  background-color: #ed352f;
  color: white;
  padding: 30px 20px 30px 40px;
  position: relative;
}
#side_metiers em {
  font-style: normal;
  display: block;
  font-size: 30px;
  text-transform: uppercase;
}
#side_metiers strong {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
}
#side_metiers i.select {
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}

#bar_services .SumoSelect {
  margin-top: 0;
  font-size: 16px;
  width: 100%;
  padding: 15px 5px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
#bar_services .SumoSelect > .CaptionCont {
  background-color: transparent;
  border: 0;
}
#bar_services .SumoSelect > .optWrapper {
  border-radius: 0;
  top: 25px;
  border: 0;
  border-bottom: 1px solid white;
}

#side_metiers .SumoSelect > .optWrapper {
  background-color: #f7ab2a;
}

#side_agence {
  margin: 30px 0;
}
#side_agence .bas {
  background-color: white;
  color: #434345;
  padding: 0;
  position: relative;
  border: 1px solid #434345;
  border-top: 0;
  font-size: 16px;
}
#side_agence i.select {
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
#side_agence .SumoSelect > .CaptionCont {
  font-size: 16px;
}
#side_agence .SumoSelect > .optWrapper {
  background-color: white;
}
#side_agence .SumoSelect > .CaptionCont > span.placeholder {
  color: #434345;
  font-style: normal;
}

#side_services_drop {
  margin: 30px 0;
  background-color: #ed352f;
  color: white;
  padding: 30px 20px 30px 40px;
  position: relative;
}
#side_services_drop::after {
  left: 0;
  top: 25px;
  height: 45px;
  width: 35px;
  background-image: url(../img/face_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  content: "";
  display: block;
  position: absolute;
}
#side_services_drop em {
  font-style: normal;
  display: block;
  font-size: 19px;
  text-transform: uppercase;
}
#side_services_drop strong {
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
}
#side_services_drop i.select {
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
#side_services_drop .SumoSelect {
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  padding: 5px 0 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
#side_services_drop .SumoSelect > .optWrapper {
  background-color: #ed352f;
}

#side_category, #side_archive {
  border: 1px solid #13978d;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
}

#side_category .titre, #side_archive .titre {
  color: #13978d;
  margin-bottom: 15px;
  font-size: 18px;
}

#side_category .lienCat {
  margin-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
#side_category .lienCat:hover {
  background-color: #dddcdc;
}

#side_archive li:hover {
  background-color: #dddcdc;
}

#side_category .lienCat a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#side_articles {
  margin: 30px 0;
  display: inline-block;
}
#side_articles > .titre {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
#side_articles > .titre::after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 75px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #13978d;
}
#side_articles .single {
  display: table;
  font-size: 15px;
  position: relative;
  margin: 15px auto;
  width: 100%;
}
#side_articles .single .bgf {
  height: 59px;
}
#side_articles .single .pic {
  padding-left: 0;
}
#side_articles .single .text {
  padding: 5px 0 0;
}
#side_articles .single .titre {
  font-weight: bold;
  margin-bottom: 0;
}
#side_articles .lire {
  color: #13978d;
  margin-bottom: 0;
}
#side_articles .single:hover {
  background-color: #dddcdc;
}
#side_articles .single a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#side_tweets {
  display: inline-block;
  margin: 30px auto;
}

#side_archive li {
  list-style: none;
  padding: 5px 0 0;
}
#side_archive a {
  color: black;
  text-decoration: none;
}

/*HOME*/
/*Slider top*/
#home {
  font-size: 18px;
}

#top_accueil {
  padding: 0;
}

#slider_top_home .slide .bgf {
  height: 415px;
}
#slider_top_home .container {
  height: 100%;
  position: relative;
}
#slider_top_home .bloc {
  bottom: 73px;
  position: absolute;
  max-width: 600px;
  left: 85px;
  padding: 25px 25px;
}
#slider_top_home .bloc .titre {
  color: white;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
#slider_top_home .bouton {
  background-color: #ed352f;
  text-align: center;
  width: 265px;
  padding: 10px 16px 10px;
  color: white;
  font-size: 16px;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-top: 23px;
  border: 1px solid #ed352f;
}
#slider_top_home .bouton:hover {
  background-color: white;
  color: #ed352f;
  border: 1px solid #ed352f;
}

/*Menu déroulant*/
#dropdowns_menu {
  margin-top: -35px;
  padding: 0;
}
#dropdowns_menu .in {
  position: relative;
}
#dropdowns_menu .top {
  height: 70px;
  color: white;
  position: relative;
  padding: 13px;
  text-transform: uppercase;
  /* box-shadow: 3px 3px 1px 1px $marron; */
}
#dropdowns_menu .top > p {
  display: inline-block;
  padding: 12px;
}
#dropdowns_menu .top img {
  height: 45px;
  width: 45px;
}

.y {
  background-color: #e4b049 !important;
}

.y2 {
  background: #e4b049;
}

#dropdowns_menu .top .down {
  position: absolute;
  height: 70px;
  right: 0;
  top: 0;
  width: 60px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  transition: 0.2s;
  color: #efefef;
  background-color: #e4b049;
  border: 1px solid #e4b049;
}
#dropdowns_menu .down:hover, #dropdowns_menu .down.open {
  background-color: #e4b049;
  color: #927454;
}
#dropdowns_menu .liste {
  display: none;
  z-index: 800;
  position: absolute;
  top: 70px;
  width: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #927454;
}

.liste ul {
  margin-bottom: 0;
}

#dropdowns_menu .liste ul {
  padding-left: 0;
  list-style: none;
}
#dropdowns_menu .liste li {
  position: relative;
  padding: 15px 15px 10px;
  border-bottom: 1px solid #927454;
}
#dropdowns_menu .liste li:hover {
  background-color: #FFF;
  color: #927454;
}
#dropdowns_menu .liste li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#dropdowns_menu .open .liste {
  display: block;
}

/*Événements*/
#evts_form {
  padding-top: 45px;
}
#evts_form h2 {
  padding-bottom: 30px;
}

#evts {
  padding-top: 27px;
}
#evts .many {
  background-color: #434345;
  color: white;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#evts .many > div {
  display: table-cell;
  font-size: 17px;
}
#evts > .height2 {
  height: 160px;
  padding: 25px;
}
#evts > .height3 {
  height: 105px;
  padding: 10px;
}
#evts .height2 .date {
  width: 115px;
}
#evts .height3 .date {
  width: 95px;
  font-size: 15px;
}
#evts .height2 .date {
  padding: 15px;
}
#evts .height3 .date {
  padding: 8px;
}
#evts .many .date .indate {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  padding: 10px;
  line-height: 0.8;
}
#evts .many .date span {
  display: block;
  font-size: 25px;
  margin-top: 5px;
}
#evts .height3 .date span {
  font-size: 20px;
}
#evts .many .desc {
  vertical-align: top;
  padding-left: 15px;
}
#evts .many .desc p {
  margin: 0;
}
#evts .many .desc .titre {
  text-transform: uppercase;
  height: 20px;
}
#evts .many .desc .theme {
  height: 20px;
}
#evts .many .desc .lieux {
  font-size: 13px;
  margin-top: 15px;
  height: 35px;
  display: table;
  width: 100%;
}
#evts .height3 .desc .lieux {
  margin-top: 2px;
}
#evts .many .desc .lieux p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
#evts .many .desc .lieux .lieu {
  display: block;
  margin: 10px 15px 10px 0;
  display: table-cell;
  vertical-align: middle;
}
#evts .height3 .desc .lieux .bouton {
  height: 35px;
}
#evts .many .desc .lieux .time {
  margin: 0 5px;
}
#evts .one, #evts .noevt {
  height: 300px;
  position: relative;
  box-shadow: none;
}
#evts .one > div, #evts .noevt > div {
  position: absolute;
}
#evts .one .face img, #evts .noevt .face img {
  height: 30px;
}
#evts .one .txt, #evts .noevt .txt {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  left: 0;
  right: 0;
}
#evts .one .txt p {
  display: inline;
  margin-right: 5px;
}
#evts .one .txt .theme {
  font-size: 22px;
}
#evts .one .txt .time {
  display: inline-block;
  margin: 0 5px 5px 10px;
  height: 15px;
}
#evts .one .bouton {
  background-color: #ed352f;
  text-align: center;
  width: 150px;
  padding: 10px 0 10px;
  color: white;
  font-size: 16px;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #ed352f;
}
#evts .noevt .bouton {
  background-color: #ed352f;
  text-align: center;
  width: 150px;
  padding: 10px 0 10px;
  color: white;
  font-size: 16px;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #ed352f;
}
#evts .one .bouton:hover {
  color: #ed352f;
  background-color: white;
  border: 1px solid #ed352f;
}
#evts .noevt .bouton {
  display: block;
  text-decoration: none;
  margin-top: 15px;
}
#evts .noevt .bouton:hover {
  color: #ed352f;
  background-color: white;
  border: 1px solid #ed352f;
}
#evts .noevt .txt {
  font-size: 15px;
  line-height: 1.4;
}
#evts .noevt .txt strong {
  font-weight: 700;
}
#evts .noevt .txt em {
  color: #ed352f;
  font-style: normal;
}

@media (max-width: 425px) {
  #evts .one, #evts .noevt {
    height: 400px;
  }
}
.modale_evt .in {
  position: relative;
  display: table;
  width: 100%;
}

#form_infos a {
  display: block;
}

/*Sliders métiers et services*/
#home_sliders {
  margin: 30px auto;
}
#home_sliders h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

#home_metiers, #home_services, #home_actualite {
  position: relative;
}

#home_sliders .slide .bgf {
  height: 246px;
  position: relative;
}
#home_sliders .slide .bandeau {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  height: 75px;
  background: #ececec;
}
#home_sliders .slide .bandeautemoignage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  height: 75px;
}
#home_sliders .slide .bandeau > div, #home_sliders .slide .bandeautemoignage > div {
  display: table-cell;
  vertical-align: middle;
}
#home_sliders .slide .face {
  width: 75px;
  height: 75px;
}
#home_sliders .slide .face img {
  max-height: 50px;
  margin: auto;
}
#home_sliders .slide p {
  margin-bottom: 0;
}
#home_sliders .slide .texte {
  padding: 12px;
  font-size: 18px;
  color: #535758;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
#home_sliders .slide .face {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
#home_sliders .slide:hover .texte, #home_sliders .slide:hover .face {
  background-color: #e4b049;
  color: white;
}
#home_sliders .slide:hover .slideserv {
  background-color: #e4ac23;
}
#home_sliders .slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home_metiers {
  position: relative;
}

#home_sliders .navtr, #actu_home .navtr {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb8b9;
}

#home_sliders .slick-arrow, #actu_home .slick-arrow {
  position: absolute;
  font-family: avelisregular;
  top: 0px;
  padding: 1px;
  text-align: center;
  width: 27px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 35px;
  color: #927454;
}

#home_sliders .slick_l {
  right: 20px;
  top: 0;
  transform: rotate(180deg);
}
#home_sliders .slick_r {
  right: 0;
  top: -8px;
}
#home_sliders .slick-arrow:hover {
  color: #ed352f;
}

#home_ban {
  padding-top: 70px;
}

/*Bloc Agences*/
#home_bloc_agences {
  margin-top: 67px;
  height: 275px;
  color: white;
  position: relative;
  padding-top: 30px;
}
#home_bloc_agences img {
  height: 45px;
}
#home_bloc_agences .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  margin: auto;
  width: 120px;
  text-align: center;
  font-size: 18px;
}
#home_bloc_agences p {
  border-top: solid white 1px;
  border-bottom: solid white 1px;
  padding: 10px 0;
}
#home_bloc_agences span {
  font-size: 40px;
}
#home_bloc_agences strong {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
}

#in_numbers {
  padding: 0 30px;
}
#in_numbers > div > div {
  position: relative;
  font-size: 17px;
  text-align: center;
}
#in_numbers .number {
  color: #e4ac23;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: -10px;
  display: inline-block;
}
#in_numbers .pic img {
  margin-top: 30px;
}

.grif {
  text-align: center;
  padding-top: 30px;
}

#home_blog {
  padding: 30px 0;
}
#home_blog h2 {
  min-height: 44px;
}

#actu_home {
  position: relative;
  padding-right: 0;
}
#actu_home .slick_r {
  right: 15px;
}
#actu_home .slick_l {
  right: 45px;
}
#actu_home .slick-arrow {
  top: 10px;
}
#actu_home .actu {
  position: relative;
  margin-bottom: 30px;
  padding-left: 0;
}
#actu_home .actu .txt {
  background-color: white;
  padding: 15px;
  font-size: 16px;
}
#actu_home .bgf {
  height: 100px;
}
#actu_home .actu .titre {
  height: 75px;
  font-size: 16px;
  color: #18a096;
  text-transform: uppercase;
}
#actu_home .actu .date {
  padding: 15px 0;
  color: #717478;
  font-size: 14px;
}
#actu_home .actu .extr {
  height: 120px;
}
#actu_home .actu .more {
  font-size: 14px;
  color: #18a096;
}
#actu_home .actu a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#actu_home .actu:hover .txt {
  background-color: gainsboro;
}

#social_home {
  padding: 0;
}
#social_home > div {
  padding-left: 0;
}

#home_twitter iframe {
  background-color: white;
}

/*COMMUNS SERVICES/MÉTIERS/AGENCES*/
.page_asm .contenu em {
  font-weight: 300;
  font-size: 16px;
  font-style: normal;
  margin: 15px auto;
}
.page_asm .contenu strong {
  font-weight: 700;
}
.page_asm .contenu h3 {
  position: relative;
  padding-left: 40px;
  display: block;
}
.page_asm .contenu h3::before {
  background-size: contain;
  background-position: center left;
  width: 15px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 0;
  background-repeat: no-repeat;
  content: "";
}
.page_asm .contenu .onglet {
  position: relative;
}
.page_asm .contenu blockquote {
  border-left: 0;
  margin-left: 25px;
  font-size: 15px;
}
.page_asm .contenu ul {
  list-style: none;
}
.page_asm .contenu li {
  position: relative;
  margin-bottom: 5px;
}
.page_asm .contenu .onglet.active::after, .page_asm .contenu .onglet:hover::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  height: 8px;
  width: 22px;
  content: "";
}
.page_asm .encadre {
  padding: 15px;
}
.page_asm .encadre .in {
  padding: 15px;
  border: 1px solid;
}
.page_asm .contenu .classeur select, .page_asm .contenu .titre_onglet, .page_asm .contenu h2, .page_asm .contenu h3, .page_asm .contenu em, .page_asm .contenu strong, .page_asm .contenu .startquote {
  color: #927454;
}
.page_asm .contenu h1 {
  color: #e8b000;
}

/*.page_asm .encadre{*/
/**/
/*}*/
/*PAGES SERVICES*/
.serv {
  color: #e8b000 !important;
}

.evento {
  color: #e4b049 !important;
}

.page_asm h2 {
  font-size: 20px;
}
.page_asm .contenu .classeur select, .page_asm .encadre .in {
  border-color: #ed352f;
}
.page_asm .contenu .onglet {
  background-color: #bbb8b9;
}
.page_asm .contenu .onglet.active, .page_asm .contenu .onglet:hover {
  background-color: #ed352f;
}
.page_asm .contenu .onglet.active::after, .page_asm .contenu .onglet:hover::after {
  background-image: url(../img/small_tri_red.png);
}
.page_asm .contenu .image_bloc {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 218px;
}
.page_asm .contenu .image_bloc img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_asm .contenu li {
  font-style: italic;
  color: #684a2a;
  border-left: 4px solid #e8b000;
  margin: 30px auto;
  padding: 0 30px;
}
.page_asm .contenu li::before {
  margin-right: 5px;
  color: #e8b000;
  font-weight: 700;
}

#agence .contenu .content {
  clear: both;
}

#liste_agences .in_agence {
  height: 240px;
  color: white;
  position: relative;
  margin: 30px auto;
}
#liste_agences .bandeau {
  position: absolute;
  bottom: 20px;
  top: auto;
  height: 80px;
  width: 100%;
  display: table;
  font-size: 17px;
}
#liste_agences .face {
  background-color: rgba(83, 87, 88, 0.7);
  padding: 15px;
  text-align: center;
  display: table-cell;
  width: 80px;
}
#liste_agences .face img {
  height: 50px;
}
#liste_agences .bandeau .titre {
  display: table-cell;
  background-color: rgba(83, 87, 88, 0.7);
  vertical-align: middle;
  padding: 0 10px 0 25px;
}
#liste_agences .adresse {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(83, 87, 88, 0.7);
  padding: 10px 15px 5px;
  display: none;
}
#liste_agences .adresse .in img {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}
#liste_agences .adresse .in .titre {
  top: 110px;
  width: 170px;
  font-size: 17px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  text-align: center;
}
#liste_agences .in_agence:hover .bandeau {
  display: none;
}
#liste_agences .in_agence p {
  margin-bottom: 5px;
}
#liste_agences .in_agence:hover .adresse {
  display: block;
}
#liste_agences .in_agence .bouton {
  text-transform: uppercase;
  background-color: #ed352f;
  text-align: center;
  padding: 10px 10px 5px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
}
#liste_agences .in_agence a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*SINGLE AGENCE*/
#coordonnees_agence {
  display: table;
  width: 100%;
  margin: 30px 0;
}
#coordonnees_agence > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#coord_agence {
  padding: 15px 15px 15px 25px;
  border: 1px solid #f0ede5;
  border-left: 0;
}
#coord_agence strong {
  font-size: 20px;
  font-weight: 300;
}
#coord_agence em {
  color: #bbb8b9;
  margin-right: 5px;
}

/*ARCHIVES ARTICLES*/
#arch_articles #posts, #single_article .articles_lies .articles {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

#arch_articles #posts {
  column-span: all;
}
#arch_articles .post {
  column-span: all;
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
  position: relative;
}

#single_article .articles_lies .articles .post {
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
  position: relative;
}

#arch_articles .post:last-child, #single_article .articles_lies .articles .post:last-child {
  margin-bottom: 0;
}

#arch_articles .post .titre, #single_article .articles_lies .articles .titre {
  margin: 15px;
  color: #927454;
  font-size: 18px;
  position: relative;
  min-height: 42px;
}

#arch_articles .post .bot {
  font-size: 12px;
  color: #bbb8b9;
  padding-left: 10px;
  text-transform: uppercase;
}

#single_article .date, #single_article .articles_lies .articles .date {
  font-size: 12px;
  color: #bbb8b9;
  padding-left: 10px;
  text-transform: uppercase;
}

#arch_articles .post .bot .fa {
  margin-left: 5px;
}

#single_article .date .fa, #single_article .articles_lies .articles .date .fa {
  margin-left: 5px;
}

#arch_articles .post .bot span {
  margin: 5px;
}

#single_article .date span, #single_article .articles_lies .articles .date span {
  margin: 5px;
}

#arch_articles .post a, #single_article .articles_lies .articles .post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#arch_articles .post:hover {
  background-color: #efefef;
}

#single_article {
  padding-right: 0;
}
#single_article .articles_lies .articles .post:hover {
  background-color: #efefef;
}
#single_article .contenu {
  padding-right: 0;
}
#single_article .cat {
  color: #b0b0b0;
  text-transform: uppercase;
  font-weight: 400;
}
#single_article .alaune {
  height: 150px;
  margin: 30px 0;
}
#single_article h3 {
  font-weight: bold;
}
#single_article blockquote {
  position: relative;
  font-style: italic;
  color: #95959d;
}
#single_article .articles_lies > .titre {
  font-family: Baumans;
  color: #ed352f;
  font-size: 18px;
  margin: 15px 0;
}
#single_article #banhoriz {
  padding: 0;
}

/*SINGLE ARTICLE*/
/*404*/
#err404 {
  text-align: center;
  padding: 50px 15px;
}
#err404 img {
  margin: 50px 15px 75px;
}
#err404 .redir {
  font-size: 20px;
}
#err404 a {
  font-weight: 400;
}

/*MERCI*/
#merci {
  text-align: center;
  padding: 50px 15px;
}
#merci h1 {
  font-size: 25px;
  margin-bottom: 5px;
}
#merci .traite {
  font-size: 22px;
  margin-bottom: 50px;
}
#merci img {
  margin: 50px 15px 25px;
  max-width: 300px;
}
#merci .redir {
  font-size: 20px;
}
#merci a {
  font-weight: 400;
}

/*Colonnage compteur */
.colsamoi {
  display: table;
  width: 100%;
}

.col20, .col25, .col10, .col15 {
  display: table-cell;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col10 {
  width: 11%;
}

.col15 {
  width: 15%;
}

/*RESPONSIVE*/
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.container > .navbar-collapse, .container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  /*Communs*/
  #bread_soc > div {
    width: 100%;
    display: block;
  }

  .classeur .onglets {
    display: none;
  }
  .classeur .select {
    display: block;
  }

  .col20, .col25, .col10, .col15 {
    width: 100%;
  }

  /*Nav*/
  body {
    padding-top: 10px;
  }

  #navbar {
    min-height: 0;
    overflow: hidden;
  }
  #navbar .wrapper {
    margin: 5px 0;
  }

  #top_menu {
    position: relative;
    padding: 0;
    height: 45px;
  }

  .navbar-toggle {
    position: absolute;
    top: 22px;
    right: 15px;
    margin: 0;
    z-index: 80;
  }
  .navbar-toggle .icon-bar {
    background-color: #927454;
  }

  #top_toolbar {
    display: none;
  }

  #top_menu .navbar-header .logo img {
    max-width: 120px;
    padding: 0 0 0 15px;
  }

  #main_menu {
    padding: 0;
    height: auto;
    padding-bottom: 15px;
    border: 1px solid #927454;
  }
  #main_menu .navbar-nav {
    height: auto;
    padding-bottom: 15px;
    border: 1px solid #927454;
  }
  #main_menu .navbar-nav > li {
    padding: 0 15px;
  }
  #main_menu .level1 {
    height: auto;
    position: relative;
  }
  #main_menu .intro, #main_menu .active .submenu, #main_menu .level1.active:after {
    display: none;
  }
  #main_menu .open .submenu {
    display: block;
  }
  #main_menu .submenu {
    height: auto;
    position: relative;
    top: 0;
  }
  #main_menu .liste_col {
    padding: 0;
  }
  #main_menu .tarifs .level2 {
    padding: 5px 0;
    font-size: 15px;
    background-image: none !important;
  }
  #main_menu .outils {
    padding: 10px 15px 5px !important;
    background-color: #ed352f;
  }

  #menu-outils-clients-1 {
    list-style: none;
    padding: 0;
  }
  #menu-outils-clients-1 li {
    padding: 5px 0 5px 20px !important;
    font-size: 15px;
    position: relative;
  }
  #menu-outils-clients-1 li::before {
    display: inline-block;
    background-image: url(../img/list_face_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    height: 15px;
    width: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  #main_menu .tarifs .level2 .titre {
    font-size: 15px;
    height: auto;
    color: black;
  }
  #main_menu .tarifs .level2 .lien {
    display: none;
  }
  #main_menu .tarifs .level2 .titre img {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    content: url("../img/list_face_black.png");
  }

  .mobile_only {
    display: block !important;
    font-size: 14px;
    height: auto;
    text-transform: uppercase;
    position: relative;
  }
  .mobile_only > a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #evts .many .desc .lieux .lieu footer .hackedform .right {
    padding-left: 0;
  }

  footer .hackedform textarea {
    width: 100%;
  }

  #copyright span {
    display: block;
  }

  .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
  }

  #secondary_nav {
    display: none;
  }

  /*Boutons contacts*/
  #side_contacts {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    min-height: 40px;
    top: auto;
    z-index: 600;
    background-color: rgba(76, 76, 78, 0.5);
    height: 61px;
  }
  #side_contacts.active, #side_contacts:hover {
    width: 100%;
  }

  .side_pannel.open .top {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100% !important;
  }
  .side_pannel .ico_close {
    display: none !important;
  }
  .side_pannel.open .ico_close {
    display: table-cell !important;
  }

  #side_contacts .in > div.open {
    left: 0;
    right: 0;
    top: 0;
  }
  #side_contacts .in > div.open .form {
    padding-top: 30px;
  }
  #side_contacts .top {
    width: 135px;
    height: 30px;
  }
  #side_contacts .top .icone::before {
    display: none;
  }
  #side_contacts .in > div {
    width: 135px;
  }
  #side_contacts .in > div:hover {
    width: 135px;
  }

  #side_devis {
    left: 15px;
    top: 15px;
  }

  #side_contacts .top .icone {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  #side_devis .top .titre {
    background-color: #eb5b22;
    color: white;
  }

  #side_contact {
    right: 15px !important;
    top: 15px;
    left: auto;
  }
  #side_contact .top .titre {
    background-color: #f9bc3a;
    color: white;
  }

  #side_contacts.active .side_pannel {
    display: none;
  }
  #side_contacts.active .open {
    display: block;
  }

  .side_pannel.open {
    width: 100% !important;
  }

  .copainGs ul {
    max-height: none;
  }

  /*Footer*/
  footer input {
    border: 1px solid black;
  }

  /*Home*/
  #slider_top_home .bloc {
    bottom: 90px;
    left: 0;
    right: 0;
    margin: auto 10px;
  }
  #slider_top_home .bouton {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 75px;
  }

  #dropdowns_menu > div {
    margin-bottom: 10px;
  }

  #cerbarre h1, #cerbarre img {
    display: block;
    text-align: center;
    margin: 15px auto;
  }

  #evts .one .txt, #evts .noevt .txt {
    height: 100%;
  }
  #evts .one .bouton, #evts .noevt .bouton {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #evts .one .face, #evts .noevt .face, #evts .one .txt, #evts .noevt .txt {
    top: 15px;
  }
  #evts .one .txt {
    height: 260px;
  }
  #evts .one .txt .titre {
    font-size: 18px;
  }
  #evts .one .date, #evts .one .lieux {
    font-size: 15px;
  }
  #evts .many {
    position: relative;
    height: auto !important;
    padding-bottom: 45px;
  }
  #evts .many > div {
    display: block;
  }
  #evts .many .date {
    height: 85px;
    width: 85px;
    padding: 10px;
    float: left;
    margin: 0 15px 15px 0;
  }
  #evts .many .date .indate {
    height: 65px;
  }
  #evts .many .desc .titre, #evts .many .desc .theme {
    height: auto;
    font-size: 15px;
  }
  #evts .many .desc .lieux .bouton {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 25px;
    line-height: 25px;
  }
  #evts .many .desc .lieux .lieu {
    margin: 0 15px 0 0;
  }

  /*Modale evts*/
  .modale_evt .in {
    display: block;
  }
  .modale_evt .left {
    display: block;
    width: 100%;
  }
  .modale_evt .close-modale {
    color: white;
  }
  .modale_evt .left > div {
    height: auto;
  }
  .modale_evt .resum {
    padding: 10px;
  }
  .modale_evt .resum .logo {
    display: none;
  }
  .modale_evt .map_evt {
    height: 200px !important;
  }
  .modale_evt input {
    border: 1px solid black;
  }

  /*Fin Modale evts*/
  #form_infos {
    display: none;
  }

  #home_services, #home_actualite {
    margin-top: 30px;
  }

  #in_numbers .triangle::after, #in_numbers .bord::after {
    display: none;
  }
  #in_numbers > div {
    height: auto;
  }

  #actu_home {
    padding: 0;
  }
  #actu_home .actu {
    padding: 0;
  }

  #social_home > div {
    padding: 0;
    margin-bottom: 30px;
  }

  /*Pages en général*/
  .onglets {
    display: table-cell;
    width: 42px;
    vertical-align: top;
  }
  .onglets a {
    display: block;
    padding: 10px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    width: 42px !important;
  }

  .onglet.active::after, .onglet:hover::after {
    display: none;
  }

  .pseudopicg, .pseudopicd, .pseudopic {
    padding-left: 0;
    padding-right: 0;
    margin: 15px auto;
  }

  .page_asm .contenu strong {
    padding-left: 0;
  }
  .page_asm .contenu strong::before {
    display: none;
  }
  .page_asm .contenu blockquote {
    padding: 0 0 0 15px;
    border-left: 3px double black;
    margin-left: 0;
  }

  /*Agences*/
  #coordonnees_agence > div {
    width: 100%;
    display: block;
  }

  #map_agence {
    height: 200px;
  }

  #coord_agence {
    border-left: 1px solid #f0ede5;
  }

  /*Articles*/
  #arch_articles #posts {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #single_article {
    padding-right: 15px;
  }
  #single_article .articles_lies .articles {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #single_article .contenu {
    padding-right: 15px;
  }
  #single_article blockquote {
    border-left: 0;
  }

  #bar_services {
    margin-top: 30px;
  }

  /*Gouvernance*/
  #gouvernance .titre, #gouvernance .desc {
    height: auto;
    padding: 15px;
  }
  #gouvernance .titre > p {
    display: block;
  }
  #gouvernance .desc ul, #gouvernance .desc p {
    display: block;
  }
  #gouvernance .titre > p {
    display: block;
    padding: 0;
  }
  #gouvernance .desc p {
    display: block;
    padding: 0;
  }
  #gouvernance .desc ul {
    padding-left: 15px;
  }
  #gouvernance .membres {
    column-count: 1;
  }
  #gouvernance .titre::after {
    display: none;
  }
  #gouvernance #prez .le_mot {
    margin-top: 15px;
  }
  #gouvernance h2 {
    margin: 15px auto;
  }

  /*Partenaires*/
  #partenaires .partenaire {
    height: auto;
    margin-bottom: 0;
  }
  #partenaires .desc {
    max-height: none;
  }
  #partenaires .inlogo {
    height: auto;
    padding: 15px 0;
  }

  /*Recrutement*/
  #raisons_rec {
    margin-top: -120px;
  }
  #raisons_rec div {
    height: auto !important;
  }
  #raisons_rec .in::after {
    display: none;
  }

  #sponta_rec {
    padding-right: 15px;
  }
  #sponta_rec form {
    font-size: 14px;
  }
  #sponta_rec form > p {
    text-align: center;
  }
  #sponta_rec input[type=submit] {
    margin: auto;
    display: block;
    text-transform: none;
  }

  #detail_rec .bouton {
    margin: 15px auto;
  }
  #detail_rec .offre .in {
    height: 250px;
  }

  .formannonce input {
    border: solid 1px black;
  }

  #offres_rec .bottom {
    display: none;
  }

  /*QSN*/
  #qsn .identite-col {
    margin: 15px 0;
    padding: 0;
  }
  #qsn .identite-col::after {
    display: none;
  }
  #qsn .valeur {
    padding: 0 !important;
  }
  #qsn .valeur .in::after {
    display: none;
  }

  footer form .left, footer form .right {
    padding-right: 0;
    padding-left: 0;
  }

  #copyright {
    text-align: justify;
    padding-bottom: 50px;
  }
  #copyright .lien {
    display: block;
    margin: auto;
    text-align: center;
  }
}
/*Hack IOs : Anti Zoom si les formulaires ont une font size de moins de 16px.*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 14px !important;
  }
}
#presse .terms {
  display: none;
}

/*RAJOUT CSS*/
.event {
  padding: 50px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  background: #e4b049;
  color: #FFF;
}
.event.adh {
  padding: 34px 50px !important;
}

#numbers {
  background: #f7f7f7;
  padding: 30px;
}

.temoignagetxt {
  font-size: 14px;
  padding: 5px;
  margin-top: 12px;
}

#slider_temoignage {
  border-top: 1px solid #ececec;
  box-shadow: 3px 3px 1px 1px #927454;
  border-left: 1px solid #ececec;
}

.name {
  float: right;
}

.picto {
  font-size: 37px;
  color: #e4ac23;
}

#home_temoignage .slick-arrow {
  display: none !important;
}

.txtcounter {
  font-size: 15px;
  padding-top: 5px;
}

#searchform input::placeholder {
  color: #FFF;
}

.wpcf7-form textarea::placeholder {
  color: #333;
}

.sliderhome {
  color: #FFF;
}

@media (max-width: 425px) {
  .nomob {
    display: none;
  }
}
@media (max-width: 768px) {
  #top_toolbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
