body {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  background: #000000;
  font-family: 'Heebo', Arial, Helvetica, sans-serif;
}
body, a{
  color: #333333;
}
a{
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:hover{
  text-decoration: none;
  color: #CC3333;
}
a.inverse{
  color: #CC3333;
}
a.inverse:hover{
  color: #23282d;
}
body, div, p, ul, li, dl, dt, dd{
  margin: 0;
  padding: 0;
}
ul{
  list-style-type: none;
}
input:focus, textarea:focus, select:focus{
  outline: none;
}
button:focus{
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}
h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
h6 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.clear {
  clear: both;
}

.bold{
  font-weight: bold;
}


@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
  .container {
      max-width: 100%;
  }
  }
@media (min-width: 1200px){
  .container {
      max-width: 1240px;
  }
  }
/****************************/

.grecaptcha-badge{
  display: none;
}

section.page_inconnue{
  padding-top: 150px;
  padding-bottom: 150px; 
}
.c_animated{
  float: right;
  display: none;
  height: 25px;
  padding: 10px 0;
}
.animated-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #ffffff;
}
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

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

.main_c{
  background: #ffffff;
}
header{
  background-color: #000000;
}
header section.logo{
  padding: 30px 0 40px 0;
}
header section.logo img{
  width: 100%;
}
header section.logo .adress-top{
  float: right;
  color: #ffffff;
  padding: 10px 30px 0 0;

}
header section.logo .adress-top i {
  padding-right: 10px;
  color: #CC3333;
}

header section.logo .telephone-top{
  float: right;
  color: #ffffff;
  padding: 10px 0 0 0;
}
header section.logo .telephone-top a{
  color: #ffffff;
}
header section.logo .telephone-top a:hover{
  color: #CC3333;
}
header section.logo .telephone-top i {
  padding-right: 10px;
  color: #CC3333;
}
header section.logo .telephone-top{
	  color: #ffffff;
    display: inline-block;
    vertical-align: middle;
   
}
header section.logo .telephone-top .wizz:hover{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;

    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
    transform: translateX(-1px) rotate(-1deg);
  }
}


header section.menu_new{
  height: 55px;
  line-height: 55px;
}
header section.menu_new ul{
  width: 100%;
  position: static;
}
header section.menu_new ul li{
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-right: 35px;
}
header section.menu_new ul li:last-child{
  margin-right: 0;
}
header section.menu_new ul li a{
  color: #ffffff;
  display: block;
  position: relative;
}
header section.menu_new ul li a:hover{
  color: #CC3333;
}
header section.menu_new ul li a.activ:before, header section.menu_new ul li a:hover:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #CC3333;
  bottom: 0px;
  left: 0;
}



@media (max-width: 576px){
  
  header section.menu_new ul{
    position: relative;
  }
  header section.menu_new{
    height: auto;
    line-height: auto;
    display: none;
    padding: 0 0 30px 0;
  }
  header section.menu_new ul li{
    display: inline;
    margin-right: 0;
  }
  header section.menu_new ul li a.activ:before, header section.menu_new ul li a:hover:before{
    content: none;
  }
  .c_animated{
    display: block;
  }
  header section.menu_list{
    display: block;
  }
  header section.menu_list li{
    line-height: none;
  }
  header section.menu_list a{
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }

  footer .explication .widgettitle:before {
    width: 100% !important;
  }

}

@media (max-width: 900px){
  header section.logo .adress-top {
    display: none;
  }
  header section.logo .telephone-top {
    display: none;
  }
}




footer {
  background-color: #000000;
}
footer, footer a {
  color: #bebebe;
}
footer a.inverse:hover{
  color: #CC3333;
}
footer > .container > .row {
  padding: 60px 0 40px 0;
}
footer .widgettitle {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #ffffff;
}
footer .widgettitle:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background: #CC3333;
  left: 0;
  bottom: 0px;
}


footer .container .explication{
  padding: 30px 0 20px 0;
}
footer .container .explication i.fa{
  font-size: 18px;
  color: #CC3333;
  width: 25px;
}
footer .explication .widgettitle:before {
  width: 91%;
}


footer ul{
  padding: 0 0 40px 0;
}
footer ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  clear: both;
  padding: 5px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
footer ul li i{
  width: 25px;
  color: #CC3333;
  
}
footer ul li i.fa{
  font-size: 18px;
}
footer .copyright {
  padding: 20px 0 20px 0;
  border-top: 1px solid #34393d;
}




