.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: 'Maven Pro', sans-serif;
color:#333;
font-size:16px;
height:100%;
}
img {
image-rendering: -webkit-optimize-contrast;
}
#wrapper {
height: auto !important;
margin: 0 auto -164px;
min-height: 100%;
}
.push{
height:164px;
}
header {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
}
#nav-margin {
margin-top: 165px;
}
#top-header {
background: url(//www.acpmr.com/wp-content/themes/custom_arthesis/images/top-header.jpg) center;
min-height: 127px;
display: flex;
justify-content: center;
align-items: center;
}
#logo-slogan img {
padding: 25px 0 0 15px;
vertical-align: baseline;
}
#logo-slogan p {
font-size: 24px;
margin: 10px 0 0 15px;
}
#main_menu{
width: 100%;
float:none;
margin:0 auto;
display: block;
text-align: center;
}
#main_menu_container{ margin: 0 !important;
padding:0;
background-color: #282828;
min-height: 30px;
}
#main_menu > li{ position: relative;
display: inline-block;
float: none;
}
#main_menu > li > a{
line-height:32px;
font-size:14px;
font-weight:700;
color:#fff;
margin:0 10px;
padding: 0 5px;
text-transform:uppercase;
text-decoration: none;
display: block;
border-bottom: transparent 5px solid;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus,
#main_menu > li.selected > a,
#main_menu > li.show > a {
border-bottom: #eb9314 5px solid;
}
#main_menu>li>.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
background-color: #eb9314;
padding: 10px 0;
min-width: 200%;
}
#main_menu>li>.dropdown-menu>li>a{
display: block;
color: #FFF;
font-size: 16px;
font-weight: 500;
padding: 5px 0 5px 30px;
text-decoration: none;
text-transform: uppercase;
} .dropdown-menu>li {
position: relative;
}
.dropdown-menu>li>a:hover:before,
.dropdown-menu>li>a:focus:before,
.dropdown-menu>li.selected>a:before,
.dropdown-menu>li.show>a:before {
content: '';
display: block;
position: absolute;
left: 10px;
top: 13px;
width: 0;
height:0;
border: 5px solid #fff;
border-radius: 5px;
}
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;
}
#img-home {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
#bienvenue {
background: url(//www.acpmr.com/wp-content/themes/custom_arthesis/images/cadre-home.png) center;
min-width: 486px;
min-height: 243px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
#bienvenue p {
margin: 0;
font-size: 40px;
color: #282828;
}
#bienvenue p:first-child {
font-weight: bold;
text-transform: uppercase;
}
#main_container{
margin-top:60px;
}
#page-content{
margin: 30px 0;
color:#282828;
}
#page-content h2 {
margin: 30px 0 25px 0;
}
#page-content h3 {
font-weight: bold;
}
#page-content p {
color: #282828;
margin-bottom: 8px;
text-align: justify;
}
#page-content h1 {
color: #282828;
}
#title {
padding: 50px 0;
background-color: #de560e;
}
#title h1 {
color: #fff;
font-size: 36px;
font-weight: bold;
text-transform: uppercase;
margin: 0;
}
.carousel-item img{
max-height:800px;
max-width:100%;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
#produits {
background: url(//www.acpmr.com/wp-content/themes/custom_arthesis/images/bg-produits.jpg);
position: relative;
overflow-y: hidden;
}
#produits .ombre {
-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
}
.produit-card {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
transition: top ease 0.5s;
overflow: hidden;
}
a:hover .produit-card {
top:-100%;
overflow: hidden;
}
#produits div > div > div:nth-child(1) .produit-card {
background-color: #ad3034;
}
#produits div > div > div:nth-child(2) .produit-card {
background-color: #e9a146;
}
#produits div > div > div:nth-child(3) .produit-card {
background-color: #f7cf25;
}
.produit-card p {
color: #fff;
font-size: 36px;
font-weight: bold;
padding: 0 15px;
text-transform: uppercase;
line-height: 1.1;
min-height: 78px;
display: flex;
justify-content: center;
align-items: flex-end;
}
#produits a { }
#produits a:hover {
text-decoration: none;
}
.produit {
padding: 30px 0;
}
.produit p {
font-size: 18px;
text-align: justify;
line-height: 1.2;
}
.produit .puce {
color: #de560e;
font-size: 22px;
font-weight: bold;
}
.bg-produit {
background-color: #e9e9e9;
}
.title-produit {
color: #de560e;
font-size: 36px;
font-weight: bold;
margin-bottom: 30px;
}
#maps {
background: url(//www.acpmr.com/wp-content/themes/custom_arthesis/images/bg-maps.jpg) center no-repeat;
background-size: cover;
min-height: 539px;
display: flex;
justify-content: center;
align-items: center;
padding: 30px 0;
}
#maps p {
color: #fff;
font-size: 18px;
}
#maps h3 {
color: #fff;
font-size: 36px;
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact textarea {
background-color: #282828;
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: #ef5b2f;
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]:hover {
cursor: pointer;
}
.contact textarea {
resize: none;
}
.contact ::placeholder, .contact :-ms-input-placeholder , .contact ::-ms-input-placeholder, .contact ::-webkit-input-placeholder  {
color: #686873;
opacity: 1;
}
.contact br {
display: none;
}
.contact .wpcf7-response-output {
margin-top: 0;
color: #fff;
}
.contact.black .wpcf7-response-output {
color: #282828;
}
.alignright{
float:right;
margin:0 0 10px 20px;
}
.alignleft{
float:left;
margin:0 20px 10px 0;
}
#footer-top{
background-color:#282828;
padding-top:10px;
}
#footer-top span{
color:#fff;
font-size:12px;
}
#footer-top a{
display: block;
color:#fff;
font-weight: bold;
padding: 10px 0;
text-decoration:none;
}
#footer-top a:hover,
#footer-top a:focus{
color:#97bf0d;
}
#footer-bottom {
background: url(//www.acpmr.com/wp-content/themes/custom_arthesis/images/bg-footer.jpg) center;
min-height: 120px;
}
.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{ }
@media screen and (min-width: 1200px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
header > .container-fluid {
padding: 0;
}
#nav-margin {
margin-top: 185px;
}
#main_menu_container{
padding:10px 0;
}
#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;
margin: 0;
text-transform: uppercase;
text-decoration: none;
display: block;
}
#main_menu > li > a:hover,
#main_menu > li > a:focus {
}
#main_menu>li>.dropdown-menu {
min-width: 100%;
}
.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;
}
.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");
}
#produits div > div > div:nth-child(1) .produit-card {
background-color: rgba(0, 0, 0, 0.5);
}
#produits div > div > div:nth-child(2) .produit-card {
background-color: rgba(0, 0, 0, 0.5);
}
#produits div > div > div:nth-child(3) .produit-card {
background-color: rgba(0, 0, 0, 0.5);
}
a:hover .produit-card {
top:0;
}
.produit-card p {
font-size: 24px;
transition: transform .2s;
}
a:hover .produit-card p {
transform: scale(1.1);
}
}
@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;
}
#bienvenue {
min-width: 250px;
min-height: 125px;
background-size: 250px 125px;
}
#bienvenue p {
font-size: 24px;
}
#produits {
background: #e9a146;
}
#produits .ombre {
box-shadow: none;
}
#produits img {
max-width: 80% !important;
}
.produit-card {
left: 10%;
width: 80%;
}
#title {
padding: 25px 0;
}
#title h1 {
font-size: 24px;
}
.title-produit {
font-size: 24px;
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 768px) {
.produit img {
width: 60% !important;
padding: 0 !important;
}
}
@media screen and (max-width: 450px) {
#produits img {
max-width: 100% !important;
}
.produit-card {
left: 0;
width: 100%;
}
.produit img {
width: 100% !important;
}
}
@media screen and (max-width: 350px) {
#bienvenue {
min-width: 180px;
min-height: 90px;
background-size: 180px 90px;
}
#bienvenue p {
font-size: 16px;
}
}