/*
Theme Name: Ferronnerie Dufroidmont
Description: Thème sur mesure pour le site de la Ferronnerie Dufroidmont
Version: 1.0

http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x70x30*/
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'semplicitapro', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #232429;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
body.menuActive {
  overflow: hidden;
}
.ancre {
  position: relative;
  top: -6rem;
}
.overflow-hide {
  overflow: hidden;
}
.grecaptcha-badge {
  visibility: hidden;
}
.outliner {
  display: none;
}
.show-smartphone,
.show-tablet {
  display: none;
}
strong,
b {
  font-weight: bold;
}
ol {
  list-style: decimal;
}
ol li::marker {
  content: none;
}
em {
  font-style: italic;
}
p {
  font-size: 0.9375rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-weight: 500;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #232429;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
  width: 73.125rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol1 {
  width: 4.375rem;
}
.wcol2 {
  width: 10.625rem;
}
.wcol3 {
  width: 16.875rem;
}
.wcol4 {
  width: 23.125rem;
}
.wcol5 {
  width: 29.375rem;
}
.wcol6 {
  width: 35.625rem;
}
.wcol7 {
  width: 41.875rem;
}
.wcol8 {
  width: 48.125rem;
}
.wcol9 {
  width: 54.375rem;
}
.wcol10 {
  width: 60.625rem;
}
.wcol12 {
  width: 73.125rem;
}
.pc19 {
  width: 19%;
}
.pc20 {
  width: 20%;
}
.pc24 {
  width: 24%;
}
.pc25 {
  width: 25%;
}
.pc30 {
  width: 30%;
}
.pc32 {
  width: 32%;
}
.pc35 {
  width: 35%;
}
.pc48 {
  width: 48%;
}
.pc50 {
  width: 50%;
}
.pc40 {
  width: 40%;
}
.pc60 {
  width: 60%;
}
.pc70 {
  width: 70%;
}
.pc80 {
  width: 80%;
}
.pc100 {
  width: 100%;
}
.l-title,
.page-divers h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  font-weight: bold;
  line-height: 1.45em;
}
main > .l-title {
  font-size: 25px;
}
.m-title,
.page-divers h2,
.une-actu h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.s-title,
.page-divers h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}
.cta-button {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem;
  font-family: 'semplicitapro', sans-serif;
  font-size: 1rem;
  display: block;
  width: 17rem;
  border-radius: 50px;
  border: 2px solid #232429;
  transition: all 0.5s;
  position: relative;
}
.cta-button:after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.cta-button:hover {
  background-color: #232429;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-start {
  justify-content: flex-start;
  gap: 1.87rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.flex-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-items-end {
  align-items: flex-end;
}
.align-flex-start {
  align-items: flex-start;
}
.padding-t-XL {
  padding-top: 10rem;
}
.padding-t-XL {
  padding-top: 10rem;
}
.padding-L {
  padding: 6rem 0;
}
.padding-M {
  padding: 4rem 0;
}
.padding-S {
  padding: 2rem 0;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.page-attente {
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-attente .logo {
  width: 80%;
  max-width: 31.25rem;
  height: auto;
}
.page-attente .l-title {
  text-align: center;
  width: 80%;
  line-height: 1.3em;
}
.page-attente .conges {
  background-color: #53a2d9;
  padding: 2rem;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  width: 80%;
  max-width: 34rem;
  text-align: center;
  line-height: 1.35em;
  margin: 1rem 0;
}
.page-attente .adresse,
.page-attente .tel {
  font-size: 18px;
  color: white;
  line-height: 1.35em;
}
.page-attente .tel {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1rem;
}
.page-attente .tel:hover {
  color: #53a2d9;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem 0;
  z-index: 2;
  background-color: #232429;
}
header .main-menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 1rem;
  text-transform: uppercase;
}
header .main-menu a:hover {
  color: #53a2d9;
}
header .menu-button {
  display: none;
}
header .cta-button {
  border: 1px solid #53a2d9;
  width: 10rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  margin-left: 1rem;
  position: relative;
}
header .cta-button:hover {
  background-color: #53a2d9;
}
header .cta-button:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -0.2rem;
  left: 0.2rem;
  height: 38px;
  width: 38px;
  background: url('imgs/sprite.svg') no-repeat -92px -50px;
  background-size: 240px 100px;
}
.page-template-page-accueil header {
  background-color: transparent;
}
.page-template-page-accueil header.active {
  background-color: #232429;
}
.page-template-default footer {
  margin-top: 3rem;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 780px;
  position: relative;
}
.banner .cta-button {
  position: relative;
  margin: 2rem auto 0;
  border: 1px solid #53a2d9;
}
.banner .cta-button:after {
  background: url('imgs/sprite.svg') no-repeat -138px 0;
  background-size: 240px 100px;
}
.banner .cta-button:hover {
  background-color: #53a2d9;
}
.banner .cta-button:hover:after {
  background-position: -184px 0;
}
.banner .illu {
  position: absolute;
  bottom: 12rem;
  left: 60%;
}
.banner .illu img {
  transform: rotate(20deg);
}
.banner .social {
  position: absolute;
  right: 2.5rem;
  bottom: 14rem;
}
.banner .social li {
  margin-bottom: 0.8rem;
}
.banner .social .fb {
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -46px -50px;
  background-size: 240px 100px;
  width: 38px;
  height: 38px;
}
.banner .social .in {
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat 0 -50px;
  background-size: 240px 100px;
  width: 38px;
  height: 38px;
}
.banner .social a {
  position: relative;
}
.banner .social a:after {
  content: '';
  position: absolute;
  top: 1.2rem;
  right: -2.4rem;
  width: 30px;
  height: 2px;
  background-color: #53a2d9;
  transition: all 0.5s;
}
.banner .social a:hover:after {
  right: 3rem;
}
.slogan {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ffffff;
}
.intro {
  margin-top: -10rem;
  position: relative;
}
.intro .liste-ferronnerie {
  gap: 2rem;
  color: #ffffff;
}
.intro .liste-ferronnerie > li {
  padding: 2rem 1.5rem;
  background-color: #232429;
}
.intro .liste-ferronnerie > li h2:after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #53a2d9;
  display: block;
  margin: 1.3rem auto;
}
.intro .liste-ferronnerie > li h3 {
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
}
.intro h1 {
  color: #53a2d9;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.3rem;
}
.intro .bloc2 {
  margin: 0 auto;
}
.intro .bloc2 p {
  font-size: 20px;
}
.clients .bloc1 {
  background-color: #53a2d9;
  color: #ffffff;
  padding: 4rem 7rem 4rem 5rem;
}
.clients .bloc1 .l-title:after {
  content: '';
  display: block;
  height: 2px;
  width: 65px;
  margin: 1.5rem 0;
  background-color: #232429;
}
.clients .bloc1 .cta-button {
  margin-top: 1rem;
}
.clients .bloc1 .cta-button:after {
  background: url('imgs/sprite.svg') no-repeat -184px 0;
  background-size: 240px 100px;
}
.clients .bloc1 .cta-button:hover:after {
  background-position: -184px 0;
}
.clients .bloc2 {
  background-size: cover;
  background-position: center;
}
.matieres .bloc1 {
  background-size: cover;
  background-position: center;
}
.matieres .bloc2 {
  padding: 4rem 5rem 4rem 7rem;
  background-color: #232429;
  color: #ffffff;
}
.metaux {
  background-image: url('imgs/sigle-gris.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 95%;
}
.metaux .l-title strong {
  color: #53a2d9;
}
.metaux ul {
  margin: 2rem 0;
}
.metaux li {
  margin-bottom: 0.5rem;
}
.metaux .box {
  background-color: #53a2d9;
  padding: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4em;
}
.realisations {
  position: relative;
}
.realisations:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #232429;
  z-index: -1;
  height: 320px;
  width: 100%;
  top: 0;
  left: 0;
}
.realisations .content {
  position: relative;
}
.realisations h2.m-title {
  color: #ffffff;
}
.realisations h2.m-title strong {
  color: #53a2d9;
}
.realisations .liste-enfants-ferronnerie {
  width: 86%;
  margin: 3rem auto;
  column-gap: 3rem;
  row-gap: 1.87rem;
}
.realisations .liste-enfants-ferronnerie a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.realisations .liste-enfants-ferronnerie a:hover {
  color: #53a2d9;
}
.realisations .illu {
  position: absolute;
  left: -1rem;
  top: -3rem;
}
.realisations .illu img {
  transform: rotate(-22deg);
}
.realisations .cta-button {
  color: #232429;
  margin: 0 auto;
}
.realisations .cta-button:after {
  background: url('imgs/sprite.svg') no-repeat -138px 0;
  background-size: 240px 100px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center top;
}
.realisations .cta-button:hover {
  color: #ffffff;
}
.realisations .realisations-liste {
  row-gap: 3rem;
}
.realisations .realisations-liste li img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  transition: all 0.5s;
  filter: grayscale(100%);
}
.realisations .realisations-liste li a {
  text-decoration: none;
}
.realisations .realisations-liste li .s-title a {
  color: #53a2d9;
  padding: 0.3rem;
  display: block;
}
.realisations .realisations-liste li .s-title a:hover {
  color: #232429;
}
.realisations .realisations-liste li:hover img {
  filter: grayscale(0%);
}
.realisations .realisations-liste li:hover .s-title {
  color: #232429;
}
.une-realisation img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 2rem auto;
}
.une-realisation .desc {
  margin: 0 auto;
  max-width: 80%;
}
.une-realisation .cta-button {
  margin: 0 auto;
  background-color: #53a2d9;
  border: 1px solid #53a2d9;
}
.une-realisation .cta-button:hover {
  color: #ffffff;
  background-color: #232429;
  border: 1px solid #232429;
}
.contact {
  background-color: #232429;
  color: #ffffff;
  background-image: url('imgs/sigle.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 95%;
  padding: 4rem 0 8rem;
}
.contact .l-title strong {
  color: #53a2d9;
}
.contact form {
  position: relative;
  margin-top: 3rem;
}
.contact form .sujet-demande ul {
  display: flex;
  gap: 2rem;
}
.contact form nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.87rem;
}
.contact form .nf-form-fields-required {
  font-style: italic;
  text-align: right;
  margin-bottom: 2rem;
  font-size: 14px;
}
.contact form input {
  border: 2px solid #53a2d9;
  padding: 0.5rem;
  font-size: 1rem;
  background-color: transparent;
  color: #ffffff;
  font-family: 'semplicitapro', sans-serif;
  font-weight: 500;
}
.contact form textarea {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #53a2d9;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: 'semplicitapro', sans-serif;
  font-weight: 500;
}
.contact form .submit-container {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact form input[type="submit"] {
  color: #ffffff;
  font-family: 'semplicitapro', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 50px;
  background-color: #53a2d9;
  border: 0;
  padding: 0.5rem 2rem;
  width: 16.875rem;
  transition: all 0.5s;
  cursor: pointer;
}
.contact form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #53a2d9;
}
.contact form .rgpd {
  margin-top: 1.5rem;
  font-style: italic;
}
.contact form .rgpd p {
  font-size: 14px;
}
.contact2 {
  margin-top: -4rem;
}
.contact2 .bloc1 img {
  width: 100%;
  height: auto;
}
.contact2 .bloc2 {
  position: relative;
}
.contact2 .bloc2 .s-title {
  line-height: 1.4em;
}
.contact2 .bloc2 .s-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #53a2d9;
}
.contact2 .bloc2 .social {
  position: absolute;
  right: 0;
  top: 2.5rem;
  display: inline-block;
  background-color: #ffffff;
}
.contact2 .bloc2 .social li {
  margin-bottom: 0.8rem;
  display: inline-block;
}
.contact2 .bloc2 .social .fb {
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -46px 0;
  background-size: 240px 100px;
  width: 38px;
  height: 38px;
  transition: all 0.5s;
}
.contact2 .bloc2 .social .fb:hover {
  transform: scale(0.8);
}
.contact2 .bloc2 .social .in {
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat 0 0;
  background-size: 240px 100px;
  width: 38px;
  height: 38px;
  transition: all 0.5s;
}
.contact2 .bloc2 .social .in:hover {
  transform: scale(0.8);
}
.contact2 .bloc2 .adresse {
  line-height: 1.4em;
}
.contact2 .bloc2 .tel {
  color: #53a2d9;
  text-decoration: none;
  font-size: 22px;
  margin: 1.5rem 0;
  display: block;
  font-weight: bold;
}
.contact2 .bloc2 .tel:hover {
  color: #232429;
}
.contact2 .bloc2 .horaires .s-title {
  padding-bottom: 0;
  margin-bottom: 0.3rem;
  border-bottom: 0;
}
.contact2 .bloc2 .horaires p {
  margin-bottom: 0;
}
.contact2 .bloc2 > span {
  display: block;
  margin-top: 1rem;
}
.contact2 .bloc2 em {
  font-size: 13px;
  font-style: normal;
}
.page-template-page-realisations h1.l-title {
  color: #53a2d9;
}
.page-template-page-realisations .realisations .illu {
  left: -3rem;
  top: -3.5rem;
}
.page-template-page-realisations .realisations .liste-enfants-ferronnerie {
  width: 67%;
  margin: 1rem auto 3rem;
}
.page-template-page-realisations .realisations .liste-enfants-ferronnerie a {
  font-size: 1rem;
}
.page-template-page-accueil footer {
  margin-top: 4rem;
}
.une-taxonomie .realisations .cta-button {
  color: #ffffff;
  border: 2px solid #53a2d9;
  width: 19rem;
  text-align: right;
  margin: 0rem 0 2rem;
}
.une-taxonomie .realisations .cta-button:after {
  transform: rotate(90deg) translateY(-50%);
  right: initial;
  left: 1rem;
}
.une-taxonomie .realisations .cta-button:hover {
  background-color: #53a2d9;
}
.une-taxonomie .realisations .cta-button:hover:after {
  background-position: -138px 0;
}
.une-taxonomie .realisations:before {
  height: 250px;
}
footer {
  padding: 1rem 2rem;
}
footer .copyright {
  font-size: 12px;
}
footer .copyright a {
  text-decoration: none;
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  /*12x57x28*/
  .wcol1 {
    width: 3.5625rem;
  }
  .wcol2 {
    width: 8.875rem;
  }
  .wcol3 {
    width: 14.1875rem;
  }
  .wcol4 {
    width: 19.5rem;
  }
  .wcol5 {
    width: 24.8125rem;
  }
  .wcol6 {
    width: 30.125rem;
  }
  .wcol7 {
    width: 35.4375rem;
  }
  .wcol8 {
    width: 40.75rem;
  }
  .wcol9 {
    width: 46.0625rem;
  }
  .wcol10 {
    width: 51.375rem;
  }
  .content {
    width: 62rem;
  }
  .flex-start {
    gap: 1.75rem;
  }
  .banner .illu {
    bottom: 11rem;
    left: 70%;
  }
  .intro .bloc2 {
    width: 40.75rem;
  }
  .clients .bloc1 {
    padding: 4rem;
  }
  .matieres .bloc2 {
    padding: 4rem;
  }
  .contact form nf-fields-wrap {
    column-gap: 1.75rem;
  }
  .contact .wcol9 {
    width: 62rem;
  }
  .contact .wcol6 {
    width: 40.75rem;
  }
  .contact .wcol3 {
    width: 19.5rem;
  }
}
@media screen and (max-width: 1130px) {
  /*--12x38x24--*/
  .wcol2 {
    width: 6.25rem;
  }
  .wcol3 {
    width: 10.125rem;
  }
  .wcol4 {
    width: 14rem;
  }
  .wcol6 {
    width: 21.75rem;
  }
  .wcol7 {
    width: 25.625rem;
  }
  .wcol5 {
    width: 17.875rem;
  }
  .wcol8 {
    width: 29.5rem;
  }
  .wcol9 {
    width: 33.375rem;
  }
  .content {
    width: 45rem;
  }
  .tablet-noflex {
    flex-direction: column;
  }
  .tablet-noflex-reverse {
    flex-direction: column-reverse;
  }
  /*25px -> 20px*/
  .slogan,
  main > .l-title {
    font-size: 20px;
  }
  /*22px -> 20px*/
  .contact2 .bloc2 .tel {
    font-size: 20px;
  }
  /*20px -> 18px*/
  .l-title,
  .page-divers h1,
  .intro h1,
  .intro .bloc2 p {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .m-title,
  .page-divers h2,
  .une-actu h2 {
    font-size: 16px;
  }
  /*16px/15px -> 14px*/
  .cta-button,
  p,
  .s-title,
  .page-divers h3,
  .metaux .box,
  .contact2 .bloc2 .adresse,
  .contact2 .bloc2 .horaires p,
  .realisations .liste-enfants-ferronnerie a {
    font-size: 14px;
  }
  /*14px -> 13px*/
  .intro .liste-ferronnerie > li h3 {
    font-size: 13px;
  }
  .flex-start {
    gap: 1.5rem;
  }
  header {
    padding: 0rem 4.3rem 0 1rem;
  }
  header .main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #53a2d9;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  header .main-menu ul {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-height: 95%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .main-menu ul li {
    width: 100%;
    text-align: center;
  }
  header .main-menu ul a {
    font-size: 28px;
    display: block;
    padding: 1.5rem 0;
    color: #ffffff;
  }
  header .main-menu ul a:hover {
    color: #232429;
  }
  header .cta-button {
    width: 9rem;
  }
  header .menu-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    background: url('imgs/sprite.svg') no-repeat -138px -50px;
    background-size: 240px 100px;
    width: 38px;
    height: 38px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s;
  }
  header .menu-button.active {
    background-position: -184px -50px;
  }
  .banner {
    height: 680px;
  }
  .banner .illu {
    bottom: 11rem;
    left: 69%;
  }
  .banner .illu img {
    width: 140px;
    height: auto;
  }
  .banner .logo {
    width: 25rem;
    height: auto;
  }
  .intro .bloc1 .liste-ferronnerie > li {
    width: 21.75rem;
  }
  .clients .bloc1,
  .matieres .bloc2 {
    padding: 3rem;
  }
  .realisations .liste-enfants-ferronnerie {
    gap: 2rem;
  }
  .realisations .realisations-liste {
    row-gap: 2rem;
  }
  .metaux {
    background-size: 60% auto;
    background-position: top right;
  }
  .metaux .box {
    width: 100%;
  }
  .contact form nf-fields-wrap {
    column-gap: 1.5rem;
  }
  .contact {
    padding: 4rem 0;
    background-size: 60% auto;
    background-position: top right;
  }
  .contact .wcol3 {
    width: 21.75rem;
  }
  .contact .wcol6,
  .contact .wcol9 {
    width: 45rem;
  }
  .contact2 {
    margin-top: 3rem;
  }
  .contact2 .flex {
    align-items: flex-start;
  }
  .contact2 .bloc2 .tel {
    margin: 0.7rem 0;
  }
  .page-template-page-realisations .realisations .illu img {
    width: 160px;
    height: auto;
  }
  .page-template-page-realisations .realisations .liste-enfants-ferronnerie {
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
  .une-taxonomie .realisations:before {
    height: 200px;
  }
  .une-taxonomie .realisations .cta-button {
    width: 17rem;
  }
  footer .copyright {
    text-align: center;
    font-size: 11px;
  }
}
@media screen and (max-width: 810px) {
  .content {
    width: 90%;
  }
  .tablet-s-noflex {
    flex-direction: column;
  }
  .tablet-s-noflex-reverse {
    flex-direction: column-reverse;
  }
  /*width:100%*/
  .intro .bloc2,
  .clients .bloc1,
  .clients .bloc2,
  .matieres .bloc1,
  .matieres .bloc2,
  .contact .wcol6,
  .contact .wcol9,
  .contact .wcol3,
  .contact2 .bloc1,
  .contact2 .bloc2 {
    width: 100%;
  }
  header .logo {
    width: 9rem;
    height: auto;
  }
  header .menu-button {
    top: 1.2rem;
  }
  .banner {
    height: 500px;
  }
  .banner .logo {
    width: 20rem;
  }
  .banner .social {
    top: 7rem;
    transform-origin: top right;
    transform: scale(0.8);
    right: 2rem;
  }
  .banner .slogan {
    max-width: 21rem;
  }
  .banner .illu {
    bottom: 5rem;
    left: 74%;
  }
  .banner .illu img {
    width: 130px;
  }
  /*20px -> 18px*/
  .slogan {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .l-title,
  .page-divers h1,
  .intro h1,
  .intro .bloc2 p {
    font-size: 16px;
  }
  /*16px -> 15px*/
  .m-title,
  .page-divers h2,
  .une-actu h2,
  .contact form label {
    font-size: 15px;
  }
  .realisations .liste-enfants-ferronnerie a {
    font-size: 13px;
  }
  .flex-start {
    gap: 4%;
  }
  .cta-button {
    width: 15.5rem;
  }
  .intro {
    margin-top: -5rem;
  }
  .intro .bloc1 .liste-ferronnerie > li {
    width: 48%;
  }
  .clients .bloc2,
  .matieres .bloc1 {
    height: 20rem;
  }
  .metaux li {
    width: 48%;
    margin-bottom: 2rem;
  }
  .realisations .liste-enfants-ferronnerie {
    gap: 1rem;
    margin: 2rem auto;
  }
  .realisations .realisations-liste > li {
    width: 48%;
  }
  .contact form nf-fields-wrap,
  .contact form .sujet-demande ul {
    flex-direction: column;
  }
  .contact form .sujet-demande ul {
    gap: 1rem;
  }
  .contact form .submit-container {
    width: 100%;
    position: initial;
  }
  .contact form input[type="submit"] {
    width: 100%;
  }
  .contact2 .bloc1 {
    margin-bottom: 2rem;
  }
  .page-template-page-realisations .realisations .illu img {
    width: 140px;
    height: auto;
  }
  .page-template-page-realisations .realisations .illu {
    left: -1rem;
  }
  .page-template-page-realisations .realisations .liste-enfants-ferronnerie {
    width: 23rem;
  }
  .page-template-page-realisations .realisations .liste-enfants-ferronnerie a {
    font-size: 14px;
  }
}
@media screen and (max-width: 620px) {
  .smartphone-noflex {
    flex-direction: column;
  }
  .padding-M {
    padding: 3rem 0;
  }
  .banner .illu {
    left: initial;
    right: 1rem;
  }
  .banner .illu img {
    width: 110px;
  }
  .cta-button {
    width: 100%;
  }
  .banner .cta-button {
    width: 14rem;
  }
  .realisations .illu {
    top: -2.5rem;
  }
  .realisations .illu img {
    width: 95px;
    height: auto;
  }
  .clients .bloc1,
  .matieres .bloc2 {
    padding: 2rem 5%;
  }
  .metaux ul {
    margin: 1.5rem 0 0;
  }
  .metaux li {
    width: 100%;
  }
  .metaux li p {
    margin-bottom: 0.5rem;
  }
  .page-template-page-realisations .illu {
    position: initial;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .page-template-page-realisations .realisations:before {
    height: 460px;
  }
  .page-template-page-realisations .realisations .liste-enfants-ferronnerie {
    width: 100%;
  }
  .page-template-page-realisations .realisations .liste-enfants-ferronnerie a {
    font-size: 13px;
  }
  .une-realisation img {
    max-width: 100%;
  }
  .une-realisation .desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 505px) {
  .smartphone-s-noflex {
    flex-direction: column;
  }
  .intro .bloc1 .liste-ferronnerie > li,
  .realisations .realisations-liste > li {
    width: 100%;
  }
  .padding-t-XL {
    padding-top: 7rem;
  }
  .padding-M {
    padding: 2rem 0;
  }
  .padding-L {
    padding: 4rem 0;
  }
  header .logo {
    width: 8rem;
  }
  header .cta-button {
    width: 8.6rem;
    font-size: 13px;
  }
  header .menu-button {
    top: 0.85rem;
  }
  .banner {
    height: auto;
    padding: 5rem 0 1.5rem;
  }
  .banner .logo {
    width: 16rem;
  }
  .banner .social {
    top: 5rem;
    transform-origin: top right;
    transform: scale(0.7);
    right: 1.7rem;
  }
  .banner .illu {
    position: initial;
    display: block;
    margin: 1rem auto 0;
  }
  .banner .cta-button {
    margin: 1rem auto 0;
  }
  .slogan {
    font-size: 16px;
  }
  .intro {
    margin-top: 2rem;
  }
  .realisations:before {
    height: 430px;
  }
  .realisations .illu {
    position: initial;
    margin: 0 auto 1rem;
    display: block;
    text-align: center;
  }
  .clients .bloc2,
  .matieres .bloc1 {
    height: 17rem;
  }
  .metaux,
  .contact {
    background-size: 80% auto;
  }
  .contact form .nf-form-fields-required {
    text-align: center;
  }
  .une-taxonomie .realisations:before {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  header .cta-button {
    display: none;
  }
  .banner .social {
    top: initial;
    bottom: 0rem;
  }
}
