.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;
}html{
height:100%;
}
body{
font-family: 'Open Sans', sans-serif;
color:#333;
font-size:16px;
height:100%;
}
img {
image-rendering: -webkit-optimize-contrast;
}
#wrapper {
height: auto !important;
margin: 0 auto -510px;
min-height: 100%;
}
.push{
height:510px;
}
header {
background-color: #8f7e71;
}
#main_menu{
width: 100%;
float:none;
margin:0 auto;
display: block;
text-align: center;
}
#main_menu_container{
padding:0;
background-color: transparent;
min-height: 38px;
}
#main_menu > li{ position: relative;
display: inline-block;
float: none;
}
#main_menu > li > a{
line-height:13px;
font-size:15px;
font-weight:700;
color:#fff;
padding:0 16px;
text-transform:uppercase;
text-decoration: none;
display: block;
}
#main_menu > li:not(:first-child):not(:last-child) > a {
border-right: solid 2px #fff;
}
#main_menu > li:nth-child(2) > a {
border-left: solid 2px #fff;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus,
#main_menu > li.selected > a,
#main_menu > li.show > a {
background-color:transparent;
color:#8ec549;
}
#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;
}
.border {
border-top: solid 3px #666;
width: 100%;
margin-bottom: 5px;
}
i.fa-plus:before {
padding: 3px 5px;
margin: 0 5px;
border-radius: 10px;
}
#main_container{
margin-top:60px;
}
.title {
margin: 15px 0;
color: #26558d;
}
#page-content{
margin: 15px 0;
color:#666;
}
#page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6,
.bloc-page h1, .bloc-page h2, .bloc-page h3, .bloc-page h4, .bloc-page h5, .bloc-page h6 {
margin: 30px 0 25px 0;
font-size: 24px;
font-weight: bold;
color: #8f7e71;
text-align: justify;
}
#page-content h1 {
font-size: 28px;
text-transform: uppercase;
}
#page-content h5, #page-content h6 {
font-size: 20px;
}
#page-content p, #blocs p {
color: #000;
font-weight: 500;
margin-bottom: 8px;
text-align: justify;
}
#blocs {
padding: 30px;
margin-bottom: 30px;
background-color: #f0f0f1;
}
#blocs h2 {
font-weight: bold;
font-size: 20px;
color: #8f7e71;
}
#blocs a {
text-decoration: none;
}
#blocs a:hover h2 {
text-decoration: underline;
}
.bloc-page {
padding: 30px;
}
.grey {
background-color: #f0f0f1;
}
li {
color: #333;
}
.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;
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel]{
width: 100%;
height: 45px;
padding: 12px 20px;
box-sizing: border-box;
border: 3px solid #8f7e71;
background-color: #fff;
color: #333;
font-size: 12px;
font-weight: bold;
}
.contact textarea {
width: 100%;
height: 120px;
padding: 12px 20px;
box-sizing: border-box;
border:3px solid #8f7e71;
background-color: #fff;
color: #333;
resize: none;
font-size: 12px;
font-weight: bold;
}
.contact input[type=submit] {
width: 100%;
padding: 12px 20px;
margin: 0 auto;
display: block;
box-sizing: border-box;
border: none;
background-color: #8f7e71;
color: white;
cursor: pointer;
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact input[type=submit], .contact textarea  {
margin-top: 10px;
}
footer {
color: #fff;
padding: 20px 0;
height: 510px;
background-image: url(//www.celine-misslin.fr/wp-content/themes/custom_arthesis/images/bandeau-footer.jpg);
background-position: center;
background-repeat: no-repeat;
}
footer p{
margin:0; }
footer a{
color:#fff;
text-decoration:underline;
}
footer a:hover,
footer a:focus{
color:#fff;
}
#footer-logo {
margin: 20px 0;
}
#footer-logo img {
max-height: 60px;
}
footer .footer-title {
font-weight: 500;
font-size: 16px;
}
#footer-slogan {
margin: 20px 0 15px 0;
}
#footer-mentions-plan {
margin-top: 15px;
}
.adr{
padding-top: 320px;
}
.footer-end {
padding-top: 50px;
}
.facebook img {
max-height: 30px;
}
.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{ }
.grecaptcha-badge{
bottom:50px !important;
}
@media screen and (max-width: 1400px) {
#slider-obj {
height: 100px;
}
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1200px) {
#wrapper {
margin: 0 auto -510px;
}
.push{
height:510px;
}
#main_menu > li > a{
font-size:12px;
}
.cap1 {
position: relative;
width: 125px;
height: 50px;
margin-bottom: 15px;
}
.cap1 a {
font-size: 22px;
}
.cap2 .savoir-plus {
font-size: 12px;
}
#slider_actus {
margin-top: 10px;
}
footer{
height:510px;
}
footer div{
margin-top: 10px;
text-align: center;
}
footer .text-right {
text-align: center !important;
}
footer img{
max-width:80%;
margin-top:5px;
}
.adr{
padding-top: 230px;
}
.footer-end {
padding-top: 20px;
}
}
@media screen and (max-width: 992px) {
header > .container-fluid {
padding:0;
}
#main_menu_container {
margin:0;
min-height: 50px;
}
#main_menu {
margin: 15px 0;
}
#main_menu > li{
width: 100%;
text-align: left;
}
#main_menu > li > a{
line-height:38px;
font-size:16px;
font-weight:700;
color:#fff;
padding:0 15px;
text-transform:uppercase;
text-decoration: none;
display: block;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus{
background-color:transparent;
color:#8ec549;
}
#main_menu > li:not(:first-child):not(:last-child) > a {
border-right: none;
}
#main_menu > li:nth-child(2) > a {
border-left: none;
}
.dropdown-submenu:hover>a:after {
border-top-color: #fff
}
.navbar-toggler-right {
top: 5px;
right: 10px;
}
}
@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) {
}