.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
html{
height:100%;
}
body{
font-family: 'Maven Pro', sans-serif;
color:#333;
font-size:16px;
height:100%;
}
img {
image-rendering: -webkit-optimize-contrast;
}
#wrapper {
height: auto !important;
margin: 0 auto -180px;
min-height: 100%;
}
.push{
height:180px;
}
#header-logo img {
margin: 10px 5px 20px 0;
}
#header-logo .tel img {
margin-right: 15px;
}
#header-logo .tel p {
font-size: 22px;
font-weight: bold;
}
#header-logo .tel div {
padding: 0;
}
#main_menu_container{
padding:0;
min-height: 55px;
background-color: #333;
}
#main_menu{
width: 100%;
float:none;
margin:0 auto;
display: block;
text-align: center;
min-height: 55px;
}
#main_menu > li{
width: 12.5%;
position: relative;
display: inline-block;
float: none;
min-height: 55px;
}
#main_menu > li > a{
position: absolute;
text-align: center;
width: 100%;
top: 50%;left:50%;
transform: translate(-50%,-50%);
font-size:20px;
font-weight:500;
color:#fff;
text-decoration: none;
display: block;
}
#main_menu > li:first-child > a {
height: 55px;
padding: 5px;
}
#main_menu > li:not(:first-child) > a {
height: 55px;
padding: 10px;
}
#main_menu > li:hover > a > .square,
#main_menu > li:focus > a > .square,
#main_menu > li.selected > a > .square {
border-color: #f29400;
}
#main_menu > li > a > .square{
display: block;
margin: 0 auto;
border: 5px solid #fff;
width: 0px;
}
#main_menu > li:first-child:hover > a,
#main_menu > li:first-child:focus > a,
#main_menu > li:first-child.selected > a {
color: #f29400;
}
#main_menu > li:first-child > a > .square {
display: none;
}
.carousel-item img {
max-height: 448px;
max-width: 100%;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
#main_container{
margin-top:60px;
}
.title {
margin: 15px 0;
color: #26558d;
}
#page-content-accueil{
margin: 30px auto;
color:#666;
text-align: justify;
}
#page-content{
margin: 30px auto;
color:#666;
}
#page-content .title-accueil, #page-content-accueil .title-accueil{
font-size: 26px;
font-style: italic;
margin-bottom: 30px;
}
#page-content h2, #page-content-accueil h2 {
margin: 30px 0 25px 0;
}
#page-content p, #page-content-accueil p {
color: #333;
font-weight: 500;
margin-bottom: 8px;
line-height: 1.2;
}
#page-content-accueil .pose p {
margin: 10px 0;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #f29400;
}
.contact input[type=text], .contact input[type=email] {
width: 100%;
height: 48px;
margin-top: 20px;
padding: 12px 20px;
box-sizing: border-box;
border: 3px solid #f29400;
background-color: #fff;
color: #333;
font-size: 12px;
font-weight: bold;
}
.contact textarea {
width: 100%;
height: 120px;
margin-top: 20px;
padding: 12px 20px;
box-sizing: border-box;
border:3px solid #f29400;
background-color: #fff;
color: #333;
resize: none;
font-size: 12px;
font-weight: bold;
}
.contact input[type=submit] {;
width: 30%;
padding: 12px 20px;
margin: 0 auto;
margin-top: 20px;
display: block;
box-sizing: border-box;
border: none;
background-color: #333;
color: white;
cursor: pointer;
}
#clients {
padding: 0;
}
#clients > div:first-child {
background-color: #666;
height: 45px;
}
#clients > div:first-child h2 {
color: #fff;
font-size: 24px;
position: absolute;
text-align: center;
width: 100%;
top: 50%;left:50%;
transform: translate(-50%,-50%);
margin: 0;
}
.alignright{
float:right;
margin:0 0 10px 20px;
}
.alignleft{
float:left;
margin:0 20px 10px 0;
}
h2#ref_clients{
margin-top:60px;
margin-bottom:0;
font-weight:bold;
}
#page_content {
margin: 15px 0;
}
.blocs-res {
margin: 10px 0;
}
.blocs-res .text-res h2 {
margin-bottom: 20px;
}
.blocs-res .text-res {
margin: 10px 0;
padding: 10px 0;
}
.blocs-res .img-res {
padding: 10px 0;
}
.desc-res p {
padding: 5px;
margin: 0;
background: #333;
color: #fff;
font-size: 20px;
}
footer{
background-color:#333;
color:#fff;
padding:15px 0 15px 0;
height:180px;
}
footer .tel {
margin-bottom: 50px;
}
footer .tel div {
padding: 0;
}
footer .tel img {
margin-top: 10px;
margin-right: 15px;
}
footer .tel p {
font-size: 22px;
font-weight: 500;
}
footer p{
margin:0;
font-size:13px;
}
footer a{
font-weight: 500;
color:#fff;
text-decoration:none;
}
footer .powered a {
font-weight: 300;
}
footer a:hover,
footer a:focus {
color:#f29400;
text-decoration:none;
}
footer .powered a:hover,
footer .powered a:focus {
color:#97bf0d;
}
footer .powered img {
margin-bottom: 6px;
}
.pagination{
}
.pagination > li > a,
.pagination > li > span{ }
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover{
background-color:#333;
border-color:#333;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover{ } #clients *{
min-height: 0;
min-width: 0;
}
#clients .slider .slide {
height: 130px !important;
padding: 10px;
}
.slick-slide {
margin: 0 18px;
}
.slick-slide img {
width: 130px;
}
#clients .slider {
margin: 10px 0;
}
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
#clients .slide img
{
position: relative;
text-align: center;
width: 100%;
top: 50%;left:50%;
transform: translate(-50%,-50%);
margin: 0;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
@media screen and (max-width: 1400px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.row {
margin: 0;
}
#wrapper {
margin: 0 auto -175px;
}
.push{
height:175px;
}
header > .container-fluid {
padding:0;
}
#header-logo {
padding-top: 15px;
}
#main_menu_container {
margin: 10px 0;
}
#main_menu {
margin: 15px 0;
}
#main_menu > li{
width: 100%;
text-align: left;
}
#main_menu > li > a{
padding:0 15px;
text-decoration: none;
display: block;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus{
background-color:#444;
color:#fff;
}
.dropdown-submenu>.dropdown-menu {
margin: 0;
}
.dropdown-submenu>.dropdown-menu>li>a {
margin: 0;
padding: 10px 20px;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 10px 10px 0 10px;
border-top-color: #ccc;
margin-top: 2px;
margin-right: -5px;
}
.dropdown-submenu:hover>a:after {
border-top-color: #fff
}
.navbar-toggler-right {
top: 7px;
right: 10px;
}
.custom-toggler.navbar-toggler {
border-color: #fff;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#carousel {
padding:0;
}
footer{
height:175px;
}
footer .text-right, footer .text-left {
text-align: center !important;
}
footer div{
text-align: center;
}
footer .tel {
margin-bottom: 15px;
}
footer a {
margin: 20px 0;
}
}
@media screen and (min-width: 992px) {
.dropdown-submenu>a:after {
display: block;
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 10px 0 10px 10px;
border-left-color: #ccc;
margin-top: 2px;
margin-right: -5px;
}
.dropdown-submenu:hover>a:after {
border-color:transparent;
border-left-color: #fff
}
}
@media screen and (max-width: 768px) { .navbar-toggle{
border:1px solid #333;
}
.icon-bar{
background-color:#333;
}
.date-actu p {
font-size: 22px;
}
.titre-lieu-actu-center p {
font-size: 22px;
}
.titre-lieu-actu-center {
position: absolute;
width: 100%;
margin-left: 15px;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}