.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 .hidden-fields-container {
display: none;
}
.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 [inert] {
opacity: 0.5;
}
.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 -492px;
min-height: 100%;
}
.push{
height:492px;
}
header .row {
margin: 0 !important;
}
#main_menu{
width: 100%;
float:none;
margin:0 auto;
display: block;
text-align: center;
}
#main_menu_container{
min-height: 100px;
background-color: #f1f2f2;
padding:0;
min-height: 38px;
}
#main_menu > li{ height: 100px;
position: relative;
display: inline-block;
float: none;
}
#main_menu > li > a{
display: block;
height: 100px; font-size:16px;
font-weight:700;
color:#666;
padding: 60px 15px 0  15px;
text-transform:uppercase;
text-decoration: none;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus,
#main_menu > li.selected > a,
#main_menu > li.show > a {
background-color:#fff;
color:#61605e;
}
#main_menu>li>.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
background-color: #999999;
padding: 10px 0;
min-width: 100%;
}
#main_menu>li>.dropdown-menu>li>a{
display: block;
color: #FFF;
font-size: 16px;
font-weight: 500;
padding: 10px 25px;
text-decoration: none;
text-transform: uppercase;
}
li:hover>.dropdown-item {
background-color: #fff;
}
.dropdown-item {
padding:0;
}
.dropdown-submenu {
position: relative
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: 0;
margin-left: -10px;
border-radius: 0;
background: #ccc;
width: 100%;
}
.dropdown-submenu>.dropdown-menu>li>a {
display: block;
padding: 5px 15px;
color: #333;
font-weight: 500;
text-decoration: none;
} .dropdown-submenu.pull-left {
float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.grey-bg {
background-color: #f1f2f2;
width: 100%;
height: 100px;
}
.square-5 {
padding-top: 41.666666666666%;
}
.square-2 {
padding-top: 16.6666666666666%;
}
.bg-home-welcome {
background: url(//www.xtpro.fr/wp-content/themes/custom_arthesis/images/home-welcome.jpg) no-repeat center center ;
background-size: cover;
}
.bg-light-grey {
background-color: #f1f2f2;
}
.bg-dark-grey {
background-color: #51504e;
}
.bg-sky-blue {
background-color: #2ab0e6;
}
.bg-dark-purple {
background-color: #482e51;
}
.bg-light-purple {
background-color: #693a7b;
}
.bg-light-grey span {
font-size: 18px;
}
.bg-dark-grey p,
.bg-dark-grey .particuliers {
position: absolute;
width: 100%;
padding: 20px;
left: 50%;
top: 50%;
color: #fff;
font-weight: bold;
font-size: 18px;
margin: 0;
transform: translate(-50%, -50%);
}
.bg-sky-blue li {
color: #fff;
font-weight: normal;
font-size: 20px;
padding: 10px 0;
margin: 0;
}
.bg-dark-purple p {
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
}
.bg-light-purple p {
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
}
.center-items {
display: flex;
justify-content: center;
align-items: center;
}
#temoignages .temoignage {
padding: 50px 0;
}
#temoignages .temoignage:nth-child(even) {
background-color: #2ab0e6;
}
#temoignages .temoignage:nth-child(even) h2,
#temoignages .temoignage:nth-child(even) h5,
#temoignages .temoignage:nth-child(even) p,
#temoignages .temoignage:nth-child(even) label,
#temoignages .temoignage:nth-child(even) input[type=file],
#temoignages .temoignage:nth-child(even) .wpcf7-response-output {
color: #fff;
}
#temoignages .temoignage:nth-child(odd) h2,
#temoignages .temoignage:nth-child(odd) h5,
#temoignages .temoignage:nth-child(odd) p,
#temoignages .temoignage:nth-child(odd) label,
#temoignages .temoignage input[type=email] {
color: #51504e;
}
#temoignages .temoignage input[type=submit] {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
#temoignages .temoignage:nth-child(even) input[type=email] {
padding: 5px 10px;
border: 2px solid #fff;
}
#temoignages .temoignage:nth-child(odd) input[type=email] {
padding: 5px 10px;
border: 2px solid #2ab0e6;
}
#temoignages .temoignage:nth-child(even) input[type=submit] {
border: 2px solid #fff;
background-color: #2ab0e6;
color: #fff;
font-weight: bold;
padding: 5px 15px;
}
#temoignages .temoignage:nth-child(odd) input[type=submit] {
border: 2px solid #2ab0e6;
background-color: #fff;
color: #2ab0e6;
font-weight: bold;
padding: 5px 15px;
}
#temoignages .temoignage:nth-child(even) input[type=submit]:hover {
cursor: pointer;
background-color: #fff;
color: #2ab0e6;
}
#temoignages .temoignage:nth-child(odd) input[type=submit]:hover {
cursor: pointer;
background-color: #2ab0e6;
color: #fff;
}
#temoignages .temoignage .circle {
position: relative !important;
width: 100%;
padding-top: 100%;
border-radius: 100%;
}
#temoignages .temoignage .logo img {
padding-top: inherit;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#temoignages .temoignage:nth-child(even) .circle {
background-color: #fff;
}
#temoignages .temoignage:nth-child(odd) .circle {
background-color: #51504e;
}
#confiance {
margin-top: 50px;
}
#confiance > p {
text-align: center;
background-color: #51504e;
font-size: 24px;
padding: 8px 0;
color: #fff;
}
.contact p {
margin: 0 !important;
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact textarea {
background-color: #51504e;
color: #fff;
font-size: 18px;
width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
padding: 10px 15px;
margin-bottom: 5px;
}
.contact input[type=submit] {
background-color: #2ab0e6;
color: #fff;
font-size: 18px;
width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
text-shadow: none;
padding: 10px 15px;
margin-bottom: 5px;
}
.contact textarea {
resize: none;
}
#bandeau {
position: relative;
}
#title {
left: 20%;
background-color: #2aafe7;
color: #fff;
width: 16.66666666%;
height: 100%;
position: absolute;
top: 0;
}
#title h1 {
color: #fff;
font-size: 24px;
text-align: center;
width: 100%;
padding: 0 15px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
#main_container{
margin-top:60px;
}
.title {
margin: 15px 0;
color: #26558d;
}
#page-content{
margin: 30px 0;
color:#666;
}
#page-content h2 {
margin: 30px 0 25px 0;
}
#page-content p {
color: #51504e;
font-weight: 500;
margin-bottom: 8px;
line-height: 1.2;
}
.alignright{
float:right;
margin:0 0 10px 20px;
}
.alignleft{
float:left;
margin:0 20px 10px 0;
}
#footer-top {
background-image: url(//www.xtpro.fr/wp-content/themes/custom_arthesis/images/bg-maps.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0;
line-height: 1.2;
min-height: 420px;
border-top: 2px solid #482e51;
border-bottom: 2px solid #482e51;
}
#footer-bottom .powered:hover {
color: #97bf0d;
}
footer p{
margin:0;
color: #51504e;
}
footer a{
color: #51504e;
}
footer a:hover,
footer a:focus{
color:#fff;
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
#main_menu > li > a{
font-size:12px;
}
}
@media screen and (max-width: 992px) {
header > .container-fluid {
padding:0;
}
#main_menu {
margin: 15px 0;
}
#main_menu > li{
width: 100%;
text-align: left;
height: inherit !important;
}
#main_menu > li > a{
height: inherit !important;
line-height:38px;
font-size:16px;
font-weight:700;
color:#666;
padding:0 15px !important;
text-transform:uppercase;
text-decoration: none;
display: block;
}
.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 {
right: 10px;
}
#bandeau {
position: initial;
}
#title {
position: relative;
width: 100%;
height: 52px;
left: 0;
}
#title h1 {
margin: 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;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}