/*
Theme Name: ADK Syndic
Description: Thème sur mesure pour le site de ADK Syndic
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: 'apparat-light', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #182945;
  margin: 0 auto;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
.outliner {
  display: none;
}
strong,
b {
  font-family: 'apparat', sans-serif;
  font-weight: 600;
}
ol {
  list-style: decimal;
}
ol li::marker {
  content: none;
}
em {
  font-style: italic;
}
p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #182945;
  transition: all 0.5s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
  width: 73.125rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.big-content {
  width: 90%;
  margin: 0 auto;
  min-width: 15.625rem;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wcol1 {
  width: 4.375rem;
}
.wcol2 {
  width: 10.625rem;
}
.wcol2b {
  width: 12.5rem;
}
.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;
}
.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: 4.6875rem;
  text-transform: uppercase;
  color: #e6e6e6;
  font-family: 'apparat', sans-serif;
  font-weight: 600;
}
.m-title,
.page-divers h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #95a9cd;
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
.m-title strong,
.page-divers h2 strong {
  color: #182945;
}
.s-title,
.page-divers h3,
.single-actu h2 {
  font-size: 1.625rem;
  text-transform: uppercase;
  font-family: 'apparat', sans-serif;
  font-weight: 600;
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
.xs-title,
.single-actu h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0.7em;
  line-height: 1.5em;
}
.xxs-title,
.page-divers h4,
.single-actu h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.7em;
  font-family: 'apparat', sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}
.page-divers h1,
.page-divers h2,
.page-divers h3,
.page-divers h4 {
  margin-bottom: 0.5em;
}
.page-divers h3 {
  margin-top: 1rem;
}
.page-divers ul,
.page-divers ol {
  margin-bottom: 1rem;
}
.page-divers li {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  font-weight: 400;
  margin-left: 1rem;
}
.page-divers li:last-of-type {
  margin-bottom: 0;
}
.page-divers ul li {
  list-style-type: disc;
}
.page-divers ol li {
  list-style-type: decimal;
}
.page-divers table {
  margin-bottom: 2rem;
}
.page-divers table td {
  line-height: 1.3em;
  font-size: 14px;
}
.page-404 .cta-button {
  margin-top: 1rem;
}
.cta-button {
  color: #ffffff;
  font-family: 'apparat-light', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3.5rem 1rem 1rem;
  text-align: center;
  font-family: 'apparat', sans-serif;
  font-size: 0.875rem;
  background-color: #182945;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.cta-button:after {
  content: '';
  display: inline-block;
  background-color: #c6a003;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 276px 78px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border-radius: 50px;
  transition: all 0.3s;
}
.cta-button:hover {
  background-color: #95a9cd;
}
.cta-button:hover:after {
  transform: rotate(45deg);
  background-color: #95a9cd;
}
.cta-button.bg-yellow {
  background-color: #c6a003;
}
.cta-button.bg-yellow:hover {
  background-color: #182945;
}
.cta-button.bg-yellow:after {
  background-color: #182945;
}
.cta-button.bg-blue {
  background-color: #95a9cd;
}
.cta-button.bg-blue:hover {
  background-color: #182945;
}
.cta-button.bg-blue:after {
  background-color: #182945;
}
.cta-button.bg-white {
  background-color: #ffffff;
  color: #182945;
}
.cta-button.bg-white:hover {
  background-color: #c6a003;
  color: #ffffff;
}
.cta-button.bg-white:after {
  background-color: #c6a003;
}
.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.875rem;
}
.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-L {
  padding: 8rem 0;
}
.padding-M {
  padding: 4rem 0;
}
.padding-S {
  padding: 2rem 0;
}
.padding-top-L {
  padding-top: 8rem;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.home .mainheader {
  justify-content: flex-end;
}
.home header .logo {
  display: none;
}
.fil-ariane {
  background-color: #e6e6e6;
  padding: 1rem 2rem;
  line-height: 1.45em;
}
.fil-ariane .back {
  text-decoration: none;
  position: relative;
  padding-left: 2.3rem;
}
.fil-ariane .back:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat -38px -36px;
  background-size: 276px 78px;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.5s;
}
.fil-ariane .back:after {
  content: ' ｜ ';
}
.fil-ariane .back:hover:before {
  left: -0.5rem;
}
.box {
  padding: 2.5rem;
  background-color: #182945;
  color: #ffffff;
  border-radius: 35px;
}
.equipe .equipe-categorie .s-title {
  margin-top: 5rem;
}
.equipe .equipe-categorie .xs-title {
  font-size: 22px;
  margin-top: 3rem;
  font-family: 'apparat', sans-serif;
}
.equipe .bloc2 {
  border-bottom: 1px solid #182945;
}
.equipe-selection-l {
  column-gap: 5rem;
  row-gap: 3rem;
  margin-top: 2rem;
}
.equipe-selection-m {
  column-gap: 4rem;
  row-gap: 2rem;
  margin-top: 2rem;
}
.membre-equipe img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.membre-equipe .email,
.membre-equipe .tel {
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
}
.membre-equipe .email:hover,
.membre-equipe .tel:hover {
  color: #95a9cd;
}
.membre-equipe h3,
.membre-equipe h4 {
  font-family: 'apparat', sans-serif;
  font-weight: 500;
}
.membre-equipe h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.2em;
}
.membre-equipe h4 {
  line-height: 1.3em;
  font-size: 15px;
  color: #95a9cd;
}
header {
  z-index: 1;
  position: relative;
}
header .top {
  background-color: #182945;
  padding: 0.5rem;
}
header .top p {
  font-size: 13px;
}
header .top p,
header .top a {
  color: #ffffff;
}
header .top a {
  text-decoration: none;
}
header .top a:hover {
  color: #95a9cd;
}
header .mainheader {
  padding: 1rem 2rem;
}
header .bloc2 {
  box-shadow: 0 0 10px #00000014;
  background: #ffffff;
  border-radius: 30px;
  padding: 0.3rem 0.4rem 0.3rem 3rem;
}
header .bloc2 .menu {
  display: flex;
  column-gap: 1rem;
}
header .bloc2 .menu a {
  font-size: 12px;
  display: block;
  padding: 0.5rem 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
header .bloc2 .menu a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c6a003;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
header .bloc2 .menu a:hover {
  color: #c6a003;
}
header .bloc2 .menu a:hover:after {
  opacity: 1;
}
header .bloc2 .menu .current-menu-item a {
  font-family: 'apparat', sans-serif;
  font-weight: 500;
}
header .bloc2 .menu .current-menu-item a:after {
  opacity: 1;
}
header .bloc2 .buttons {
  column-gap: 0.5rem;
  margin-left: 1rem;
}
header .bloc2 .buttons .btn1,
header .bloc2 .buttons .btn2,
header .bloc2 .buttons .btn3 {
  line-height: 1.3em;
  font-size: 11px;
}
header .bloc2 .buttons .btn1 {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
header .bloc2 .buttons .btn1:after {
  background-color: transparent;
  background-position: -38px 0;
  right: initial;
  left: 0.7rem;
}
header .bloc2 .buttons .btn1:hover:after {
  transform: scale(1.2);
}
header .bloc2 .buttons .btn2,
header .bloc2 .buttons .btn3 {
  padding: 0.5rem 1rem 0.5rem;
}
header .bloc2 .buttons .btn2:after,
header .bloc2 .buttons .btn3:after {
  content: none;
}
header .bloc2 .buttons .btn3 {
  position: relative;
}
header .bloc2 .buttons .btn3 span {
  opacity: 0;
  padding: 0.5rem 1rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #182945;
  border-radius: 50px;
  transition: opacity 0.5s;
}
header .bloc2 .buttons .btn3:hover span {
  opacity: 1;
}
header .menu-button {
  display: none;
}
.banner {
  padding: 6rem 0 7rem;
  background-size: cover;
  background-position: right bottom;
  margin-top: -5.6rem;
  position: relative;
}
.banner h1 {
  font-size: 22px;
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
}
.banner h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 1rem 0;
}
.banner .logo {
  height: auto;
}
.banner .logo2 {
  display: none;
}
.banner .social {
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  row-gap: 1rem;
}
.banner .social li a {
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 276px 78px;
  width: 42px;
  height: 42px;
  display: block;
  transition: all 0.5s;
}
.banner .social li a:hover {
  transform: scale(0.8);
}
.banner .social .fb {
  margin-bottom: 0.5rem;
}
.banner .social .fb a {
  background-position: -176px 0;
}
.banner .social .lin a {
  background-position: -226px 0;
}
.page-accueil .intro {
  position: relative;
  overflow: hidden;
  border-radius: 55px 0 0 0;
  box-shadow: -4px -8px 8px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  margin-top: -3rem;
}
.page-accueil .intro img {
  position: absolute;
  width: 43%;
  max-width: 43.5rem;
  height: auto;
  top: 1.5rem;
  left: 60%;
}
.page-accueil .intro .cta-button {
  margin-top: 1.5rem;
}
.page-accueil .intro .bloc1 .xs-title {
  color: #182945;
}
.page-accueil .intro .bloc2 {
  margin-top: 3rem;
}
.page-accueil .intro .bloc2 .l-title {
  width: 17rem;
  display: inline-block;
}
.page-accueil .intro .bloc2 ul {
  width: 20rem;
}
.page-accueil .intro .bloc2 ul li {
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.3em;
}
.page-accueil .intro .bloc2 ul li:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat 0 -36px;
  background-size: 276px 78px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.valeurs {
  position: relative;
}
.valeurs .m-title {
  padding: 4rem 0;
  background-image: url('imgs/ADK.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.valeurs .m-title strong {
  display: block;
}
.valeurs ul {
  gap: 1.875rem;
}
.valeurs li a {
  display: block;
  background-color: #182945;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  padding: 1.9rem 1.5rem 1rem;
  transition: all 0.5s;
}
.valeurs li a:hover {
  background-color: #95a9cd;
}
.valeurs .bloc1 {
  position: relative;
  margin-top: 4rem;
}
.valeurs .bloc1 .cta-button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.valeurs .photo {
  height: 470px;
  border-radius: 30px 0 0 30px;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 68%;
  bottom: 0;
  width: 32%;
  max-width: 34rem;
}
.actualites .content {
  position: relative;
}
.actualites .bloc1 ul {
  margin: 3rem 0 1rem;
}
.actualites .bloc1 a {
  text-decoration: none;
}
.actualites .bloc1 a:hover .date {
  color: #c6a003;
}
.actualites .bloc1 a:hover .date:after {
  transform: translateY(-50%) scale(1.5);
}
.actualites .bloc1 .date {
  border-right: 1px solid #182945;
  margin-right: 0.5rem;
  padding-right: 3rem;
  transition: all 0.5s;
  position: relative;
}
.actualites .bloc1 .date:after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #c6a003;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5rem;
  transition: all 0.5s;
}
.actualites .bloc1 .day-month {
  font-size: 24px;
  display: block;
}
.actualites .bloc1 .year {
  font-size: 25px;
  display: block;
}
.actualites .illu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('imgs/adk-illu.svg');
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.metier-syndic {
  position: relative;
  overflow: hidden;
}
.metier-syndic img {
  width: 65%;
  height: auto;
  position: absolute;
  top: 0;
  right: 38%;
  max-width: 60rem;
  z-index: -1;
}
.metier-syndic .content {
  align-items: center;
  height: 27rem;
}
.metier-syndic .bloc1 {
  position: relative;
}
.metier-syndic .bloc1:before {
  content: '';
  height: 2px;
  width: 120px;
  background-color: #c6a003;
  position: absolute;
  bottom: 5.8rem;
  left: -8.5rem;
  z-index: 1;
}
.metier-syndic .bloc1 .m-title {
  margin-bottom: 0;
}
.metier-syndic .swiper-container {
  margin-top: 0.3rem;
  height: 55px;
  margin-bottom: 1rem;
}
.metier-syndic .swiper-container h3 {
  margin-bottom: 0;
}
.conclusion p {
  font-family: 'apparat', sans-serif;
  font-size: 1.125rem;
}
.conclusion .txt {
  margin: 0 auto 2rem;
}
.avis {
  margin-bottom: 6rem;
}
.page-content {
  position: relative;
}
.page-actualites ul {
  margin-top: 4rem;
}
.page-actualites ul li a {
  text-decoration: none;
  transition: all 0.5s;
}
.page-actualites ul li a:hover h3 {
  color: #c6a003;
}
.page-actualites ul li a:hover .date:after {
  left: 85%;
}
.page-actualites ul li .date {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #182945;
  margin-bottom: 1rem;
}
.page-actualites ul li .date:after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #c6a003;
  border-radius: 15px;
  position: absolute;
  top: 2.45rem;
  left: 2rem;
  transition: all 0.5s;
}
.single-actu .m-title {
  line-height: 1.2em;
}
.single-actu .date {
  color: #95a9cd;
  font-family: 'apparat', sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.single-actu ol,
.single-actu ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-actu li {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.single-actu ul li {
  padding-left: 2rem;
  position: relative;
}
.single-actu ul li:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #c6a003;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
.single-actu ol li {
  margin-left: 2rem;
  list-style-type: decimal;
}
.single-actu .wp-block-button__link {
  background-color: #182945;
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
.single-actu .wp-block-button__link:hover {
  background-color: #95a9cd;
}
.single-actu .wp-block-quote {
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.single-actu .actu-content a {
  font-family: 'apparat', sans-serif;
}
.single-actu .actu-content h2 {
  margin-top: 2.5rem;
}
.single-actu .actu-content h3,
.single-actu .actu-content h4 {
  margin-top: 1rem;
}
.single-actu .cta-button {
  float: right;
  margin-top: 2rem;
}
.page-metier .page-content {
  padding-top: 7rem;
}
.page-metier .intro {
  margin-bottom: 3rem;
}
.page-metier .intro .m-title {
  margin-bottom: 5rem;
}
.page-metier .buttons {
  gap: 2rem;
}
.page-metier .buttons .cta-button:after {
  transform: rotate(90deg);
}
.page-metier .buttons .cta-button:hover:after {
  transform: rotate(135deg);
}
.page-metier .pilier {
  padding-top: 6rem;
}
.page-metier .pilier .box {
  padding: 2rem;
}
.page-metier .pilier .box p {
  font-family: 'apparat', sans-serif;
}
.page-metier .pilier .txt ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-metier .pilier .txt ul li {
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.3em;
}
.page-metier .pilier .txt ul li:before {
  content: '';
  display: inline-block;
  background: url(imgs/sprite.svg) no-repeat 0 -36px;
  background-size: 276px 78px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.page-metier .pilier1 {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
}
.page-metier .pilier1 .image {
  width: 49%;
  height: 24rem;
  border-radius: 35px 0 0 35px;
  position: absolute;
  left: 51%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 51rem;
}
.page-metier .pilier2 .box {
  margin: 1rem auto 0;
}
.page-metier .pilier3 .image {
  margin-top: 1rem;
  height: 24rem;
  border-radius: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-metier .ressources-videos .xxs-title {
  margin-top: 0.5rem;
  text-transform: none;
  font-size: 1rem;
}
.page-metier .ressources-videos .slick-prev,
.page-metier .ressources-videos .slick-next {
  background: url('imgs/sprite.svg') no-repeat -38px -36px;
  background-size: 276px 78px;
  width: 30px;
  height: 30px;
  top: 5.2rem;
  transform: none;
}
.page-metier .ressources-videos .slick-prev:before,
.page-metier .ressources-videos .slick-next:before {
  content: none;
}
.page-metier .ressources-videos .slick-prev {
  transform: rotate(90deg);
  left: -45px;
}
.page-metier .ressources-videos .slick-next {
  transform: rotate(-90deg);
}
.page-metier .ressources-videos li {
  width: 11rem;
}
.page-metier .ressources-videos li a {
  display: inline-block;
  position: relative;
}
.page-metier .ressources-videos li a:before {
  content: '';
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-position: -78px -46px;
  background-size: 276px 78px;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.page-metier .ressources-videos img {
  width: 100%;
  height: auto;
}
.page-metier .documents ul {
  gap: 1.85rem;
}
.page-metier .documents li img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  margin-bottom: 1rem;
}
.page-metier .documents li p {
  font-size: 14px;
  line-height: 1.3em;
}
.page-metier .documents li .xxs-title {
  margin-bottom: 0.2rem;
}
.page-metier .documents li a:hover img {
  transform: scale(1.1);
}
.page-valeurs .page-content {
  padding-top: 4rem;
  overflow: hidden;
}
.page-valeurs .page-content .image {
  height: 420px;
  position: absolute;
  left: 50%;
  top: 4rem;
  max-width: 52rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px 0 0 35px;
}
.page-valeurs .bloc1 {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-valeurs .bloc2 .liste-valeurs {
  margin-top: 3rem;
  row-gap: 4rem;
}
.page-valeurs .bloc2 .une-valeur {
  padding-left: 2rem;
  border-left: 1px solid #182945;
  position: relative;
}
.page-valeurs .bloc2 .une-valeur:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #c6a003;
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  border-radius: 15px;
}
.page-valeurs .bloc2 .une-valeur ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-valeurs .bloc2 .une-valeur li {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  font-weight: 400;
  padding-left: 2rem;
  position: relative;
}
.page-valeurs .bloc2 .une-valeur li:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 16px;
  background-color: #c6a003;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
.page-valeurs .bloc2 .une-valeur li:last-of-type {
  margin-bottom: 0;
}
.page-valeurs .bloc2 .box h2 {
  font-size: 40px;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.1em;
}
.page-valeurs .bloc2 .box h2 strong {
  font-family: 'apparat', sans-serif;
  font-weight: 500;
}
.page-valeurs .bloc3 {
  padding: 4rem 0;
  background-image: url('imgs/ADK.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.page-valeurs .bloc3 .flex {
  gap: 1.875rem;
}
.page-apropos .page-content {
  padding-top: 7rem;
}
.page-apropos .intro .content {
  position: relative;
}
.page-apropos .intro .content:before {
  content: '';
  display: inline-block;
  background-image: url('imgs/adk-syndic.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 420px;
  height: 998px;
  position: absolute;
  right: 0;
  top: -5.5rem;
}
.page-apropos .intro .image {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 35px 35px 0;
  margin-top: 3rem;
  max-width: 63rem;
  float: right;
  margin-right: 40%;
}
.page-apropos .intro .cta-button {
  margin-top: 1rem;
}
.page-apropos .equipe .bloc1 .m-title strong {
  display: block;
}
.page-apropos .equipe .bloc1 .txt p {
  max-width: 29.375rem;
}
.page-apropos .equipe .bloc1 ul {
  margin-top: 1rem;
}
.page-apropos .equipe .bloc1 ul li {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding-left: 3rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.3em;
  letter-spacing: 5px;
}
.page-apropos .equipe .bloc1 ul li:before {
  content: '';
  display: inline-block;
  background: url('imgs/sprite.svg') no-repeat 0 -36px;
  background-size: 276px 78px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -0.4rem;
  left: 0;
}
.page-apropos .equipe .bloc2 .txt {
  margin: 2rem auto;
}
.page-apropos .faq {
  background-color: #182945;
  color: #ffffff;
}
.page-apropos .faq .bloc1 {
  margin: 3rem 0 4.5rem;
}
.page-apropos .faq li {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
}
.page-apropos .faq li h4 {
  font-family: 'apparat', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  padding-right: 3rem;
  position: relative;
  line-height: 1.3em;
  transition: all 0.5s;
}
.page-apropos .faq li h4:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 276px 78px;
  background-position: -38px -36px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}
.page-apropos .faq li h4:hover {
  color: #95a9cd;
}
.page-apropos .faq li h4:hover:after {
  top: 0.8rem;
}
.page-apropos .faq li .reponse {
  padding-top: 0.5rem;
  display: none;
}
.page-apropos .faq li .reponse p {
  font-size: 15px;
}
.page-apropos .faq li h4.active:after {
  transform: rotate(180deg);
}
.page-apropos .faq .bloc2 {
  column-gap: 1.875rem;
  margin-bottom: -5.4rem;
}
.page-contact .page-content {
  overflow: hidden;
  padding-top: 4rem;
}
.page-contact .bloc1 {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-contact .bloc1 span {
  padding: 0.3rem 0;
}
.page-contact ul {
  margin-top: 1rem;
}
.page-contact .fb,
.page-contact .lin {
  display: inline-block;
  background-image: url('imgs/sprite.svg');
  background-repeat: no-repeat;
  background-size: 276px 78px;
  width: 42px;
  height: 42px;
  transition: all 0.5s;
}
.page-contact .fb:hover,
.page-contact .lin:hover {
  transform: scale(0.8);
}
.page-contact .fb a,
.page-contact .lin a {
  display: block;
  height: 100%;
}
.page-contact .fb {
  background-position: -78px 0;
}
.page-contact .lin {
  background-position: -126px 0;
}
.page-contact .image {
  height: 420px;
  position: absolute;
  left: 50%;
  max-width: 52rem;
  top: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px 0 0 35px;
}
.page-contact .bloc2 {
  margin: 5rem auto;
}
.page-contact .bloc2 .m-title br {
  display: none;
}
.page-contact .bloc2 .m-title strong {
  display: block;
}
.page-contact .bloc3 {
  margin-bottom: 6rem;
}
.page-contact .bloc3 .m-title strong {
  display: block;
}
.page-contact .bloc3 .adresse {
  font-family: 'apparat', sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}
.page-contact .bloc3 .adresse em {
  font-family: 'apparat-light', sans-serif;
}
.page-contact .bloc3 .tel {
  color: #c6a003;
  font-family: 'apparat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-decoration: none;
  display: block;
}
.page-contact .bloc3 .horaires {
  position: relative;
  margin-top: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #182945;
}
.page-contact .bloc3 .horaires p {
  font-family: 'apparat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.page-contact .bloc3 .horaires p em {
  font-family: 'apparat-light', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
}
.page-contact .bloc3 .horaires:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #c6a003;
  border-radius: 15px;
  position: absolute;
  top: 0.4rem;
  left: -0.48rem;
}
.page-contact .bloc3 .urgences {
  margin-top: 1rem;
  border-radius: 20px;
  background-color: #182945;
  padding: 1.5rem;
  color: #ffffff;
}
.page-contact .bloc3 .urgences p {
  font-size: 14px;
}
.page-contact .bloc3 .urgences p:first-of-type {
  margin-bottom: 0.3rem;
}
.page-contact .bloc3 .urgences a {
  color: #c6a003;
  text-decoration: none;
}
.page-contact .bloc3 .urgences a:hover {
  color: #95a9cd;
}
.page-contact #acces {
  height: 30rem;
}
.page-contact #acces h5 {
  font-size: 1rem;
  color: #95a9cd;
  font-family: 'apparat', sans-serif;
}
.page-contact #acces p {
  margin-bottom: 0;
  font-size: 14px;
}
.page-contact #acces a {
  font-family: 'apparat', sans-serif;
}
.page-contact #acces a:hover {
  color: #95a9cd;
}
.single-copropriete .bloc1 img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.single-copropriete .bloc1 .xxs-title {
  margin-bottom: 0.2em;
}
.single-copropriete .bloc1 .adresse {
  margin-bottom: 1rem;
  font-family: 'apparat', sans-serif;
  line-height: 1.3em;
}
.single-copropriete .bloc1 .annee-cons {
  margin-bottom: 1rem;
  font-family: 'apparat', sans-serif;
}
.single-copropriete .bloc1 .bce {
  font-family: 'apparat', sans-serif;
}
.single-copropriete .bloc1 .details {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #182945;
  position: relative;
  line-height: 1.25em;
}
.single-copropriete .bloc1 .details p {
  margin-bottom: 0.7rem;
}
.single-copropriete .bloc1 .details:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #c6a003;
  border-radius: 15px;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
}
.single-copropriete .bloc1 .details ul {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.single-copropriete .bloc1 .details ul li {
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 0.3rem;
  font-weight: 400;
  padding-left: 1.5rem;
  position: relative;
}
.single-copropriete .bloc1 .details ul li:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 12px;
  background-color: #c6a003;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
.single-copropriete .copro-equipe ul {
  margin-top: 2rem;
}
.single-copropriete .copro-equipe .equipe-selection {
  column-gap: 5rem;
  row-gap: 3rem;
}
.page-recherche .page-content {
  padding-top: 7rem;
}
.page-recherche .intro {
  margin: 0 auto;
}
.page-recherche .search-filter-label {
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
}
.page-recherche .search-filter-input-text {
  border-radius: 50px;
}
.page-recherche .search-filter-icon__svg,
.page-recherche .search-filter-icon--destructive .search-filter-icon__svg {
  fill: #95a9cd;
  color: #95a9cd;
}
.page-recherche .search-filter-input-text__input {
  padding: 0.8rem 0.5rem;
}
.page-recherche .formulaires {
  column-gap: 4rem;
}
.page-recherche .resultats {
  margin-top: 5rem;
}
.page-recherche .resultats li {
  transition: all 0.5s;
}
.page-recherche .resultats li:hover {
  transform: translateY(-1rem);
}
.page-recherche .resultats li .wp-post-image {
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.page-recherche .resultats li a {
  text-decoration: none;
}
.page-recherche .resultats li .s-title {
  margin-bottom: 0.2rem;
}
.page-recherche .resultats li .adresse {
  font-family: 'apparat';
  color: #95a9cd;
  line-height: 1.4em;
}
.page-recherche .search-filter-query-posts {
  margin: 2rem 0;
}
.single-membre .bloc1 img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.single-membre .bloc1 .tel,
.single-membre .bloc1 .email {
  display: block;
  padding: 0.5rem 0;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'apparat', sans-serif;
}
.single-membre .bloc1 .tel:hover,
.single-membre .bloc1 .email:hover {
  color: #95a9cd;
}
footer {
  background-color: #182945;
  color: #ffffff;
  padding: 3rem 0 0.5rem;
}
footer a {
  color: #ffffff;
}
footer .col1 span {
  font-size: 12px;
  display: block;
  margin-top: 1rem;
}
footer .col2 {
  font-size: 14px;
}
footer .col2 h2 {
  font-family: 'apparat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
footer .col2 .adresse {
  line-height: 1.25em;
  margin-bottom: 1.5rem;
}
footer .col2 .adresse em {
  display: block;
}
footer .col2 .tel,
footer .col2 .email {
  font-family: 'apparat', sans-serif;
  display: block;
  padding: 0.2rem 0;
  text-decoration: none;
}
footer .col2 .tel:hover,
footer .col2 .email:hover {
  color: #95a9cd;
}
footer .col2 .urgences {
  margin-top: 1.5rem;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'apparat', sans-serif;
  line-height: 1.4em;
  padding-left: 1rem;
  border-left: 1px solid #c6a003;
}
footer .col2 .urgences a {
  color: #c6a003;
  text-decoration: none;
}
footer .col2 .urgences a:hover {
  color: #95a9cd;
}
footer .col3 {
  margin-top: -0.5rem;
}
footer .col3 .menu a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'apparat', sans-serif;
  font-size: 14px;
}
footer .col3 .menu a:hover {
  color: #95a9cd;
}
footer .col4 .buttons {
  row-gap: 1rem;
}
footer .col4 .buttons .cta-button {
  width: 48.5%;
  line-height: 1.2em;
  font-size: 12px;
  padding: 0.6rem 1.2rem 0.5rem;
  text-align: left;
}
footer .col4 .buttons .cta-button:after {
  top: 0.6rem;
}
footer .col4 .buttons .btn5 {
  width: 100%;
}
footer .copyright {
  margin-top: 3rem;
}
footer .copyright p {
  font-size: 12px;
  color: #e6e6e6;
}
footer .copyright p a {
  text-decoration: none;
  color: #e6e6e6;
}
footer .copyright p a:hover {
  text-decoration: underline;
}
/*GRAND ECRAN*/
@media screen and (min-width: 1680px) {
  .valeurs .photo {
    border-radius: 30px;
  }
  .metier-syndic img {
    right: 42%;
  }
  .page-metier .pilier1 .image,
  .page-valeurs .page-content .image,
  .page-contact .image,
  .page-apropos .intro .image {
    border-radius: 35px;
  }
}
@media screen and (max-width: 1350px) {
  /*1124 : 12x79x16*/
  .wcol1 {
    width: 4.94rem;
  }
  .wcol2 {
    width: 10.875rem;
  }
  .wcol3 {
    width: 16.81rem;
  }
  .wcol4 {
    width: 22.75rem;
  }
  .wcol5 {
    width: 28.69rem;
  }
  .wcol6 {
    width: 34.625rem;
  }
  .wcol7 {
    width: 40.56rem;
  }
  .wcol8 {
    width: 46.5rem;
  }
  .wcol9 {
    width: 52.44rem;
  }
  .wcol10 {
    width: 58.375rem;
  }
  .content {
    width: 70.25rem;
  }
  .flex-start,
  .valeurs ul {
    gap: 1rem;
  }
  .banner h1 {
    font-size: 21px;
  }
  .page-metier .ressources-videos .slick-next {
    right: -32px;
  }
}
@media screen and (min-width: 1250px) {
  header .menu-menu-principal-container {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  /*908 : 12x61x16*/
  .wcol1 {
    width: 3.8125rem;
  }
  .wcol2 {
    width: 8.625rem;
  }
  .wcol2b {
    width: 9.625rem;
  }
  .wcol3 {
    width: 13.4375rem;
  }
  .wcol4 {
    width: 18.25rem;
  }
  .wcol5 {
    width: 23.0625rem;
  }
  .wcol6 {
    width: 27.875rem;
  }
  .wcol7 {
    width: 32.6875rem;
  }
  .wcol8 {
    width: 37.5rem;
  }
  .wcol9 {
    width: 42.3125rem;
  }
  .wcol10 {
    width: 47.125rem;
  }
  .content {
    width: 56.75rem;
  }
  /*75px -> 65px*/
  .l-title,
  .page-divers h1 {
    font-size: 65px;
  }
  /*40px -> 32px*/
  .m-title,
  .page-divers h2,
  .page-valeurs .bloc2 .box h2,
  .page-contact .bloc3 .tel {
    font-size: 32px;
  }
  /*26px -> 24px*/
  .s-title,
  .page-divers h3,
  .single-actu h2 {
    font-size: 24px;
  }
  /*25px -> 23px*/
  .actualites .bloc1 .year {
    font-size: 23px;
  }
  /*24px -> 22px*/
  .actualites .bloc1 .day-month {
    font-size: 22px;
  }
  /*20px -> 18px*/
  .banner h2 {
    font-size: 18px;
  }
  /*18px -> 16px*/
  .xs-title,
  .single-actu h3,
  .page-apropos .faq li h4,
  .conclusion p,
  .xxs-title,
  .page-divers h4,
  .single-actu h4,
  .page-contact .bloc3 .horaires > p,
  .membre-equipe h3 {
    font-size: 1rem;
  }
  /*16px -> 15px*/
  body,
  p,
  .fil-ariane {
    font-size: 15px;
  }
  /*15px -> 14px*/
  .membre-equipe h4 {
    font-size: 14px;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .mainheader {
    position: relative;
    padding: 1rem;
  }
  header .logo {
    position: absolute;
    top: 1.2rem;
    left: 2rem;
    z-index: 1;
    width: 3.5rem;
    overflow: hidden;
    height: 3rem;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .bloc2 {
    width: 100%;
    position: relative;
    padding: 0.3rem 4.4rem 0.3rem 0.4rem;
    justify-content: flex-end;
  }
  header .bloc2 .buttons {
    margin-left: 0;
  }
  header .bloc2 .menu {
    gap: 0rem;
    flex-direction: column;
    align-items: flex-end;
    padding: 8rem 2rem 2rem;
  }
  header .bloc2 .menu a {
    color: #ffffff;
    font-size: 22px;
    padding: 1.5rem 0;
  }
  header .bloc2 .menu .current-menu-item:after {
    bottom: 0.3rem;
  }
  header .menu-menu-principal-container {
    display: none;
    position: fixed;
    width: 20rem;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #182945;
    z-index: 2;
    overflow: scroll;
    padding-bottom: 3rem;
  }
  header .menu-menu-principal-container::-webkit-scrollbar {
    display: none;
  }
  header .menu-menu-principal-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .menu-button {
    display: flex;
    flex-direction: column;
    width: 40px;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 3;
    cursor: pointer;
  }
  header .menu-button span {
    background: #182945;
    border-radius: 10px;
    height: 3px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  header .menu-button span:nth-of-type(1) {
    width: 65%;
  }
  header .menu-button span:nth-of-type(2) {
    width: 100%;
  }
  header .menu-button span:nth-of-type(3) {
    width: 80%;
  }
  header .menu-button.active span {
    background-color: #ffffff;
  }
  header .menu-button.active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(5px, 0px);
    width: 50%;
  }
  header .menu-button.active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  header .menu-button.active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 60%;
    transform: translate(16px, -8px) rotatez(45deg);
  }
  .home header .bloc2 {
    width: auto;
  }
  .banner {
    padding: 10rem 0 6rem;
    background-position: center bottom;
  }
  .banner .social {
    left: 0.6rem;
    bottom: 4rem;
  }
  .banner .bloc1 {
    width: 27.875rem;
  }
  .banner .logo {
    margin: 1rem 0;
  }
  .banner h1 {
    font-size: 20px;
  }
  .padding-L {
    padding: 6rem 0;
  }
  h1.l-title {
    margin-top: 2rem;
  }
  .page-accueil .intro .bloc2 {
    width: 42.3125rem;
  }
  .valeurs li a {
    padding: 1.2rem 1.2rem 0.3rem;
  }
  .page-metier .ressources-videos li {
    width: 13.5rem;
  }
  .page-metier .ressources-videos li iframe {
    width: 13.4375rem;
  }
  .page-apropos .intro .bloc1 {
    width: 37.5rem;
  }
  .page-apropos .intro .content:before {
    top: 0;
    width: 300px;
    height: 740px;
  }
  .page-apropos .intro .image {
    height: 380px;
  }
  .page-apropos .equipe .bloc2 .wcol6 {
    width: 37.5rem;
  }
  .page-valeurs .page-content .image {
    height: 350px;
    top: 8rem;
  }
  .page-contact .image {
    height: 350px;
    top: 8rem;
  }
  .page-contact .bloc3 .wcol5 {
    width: 27.875rem;
  }
  .page-contact #acces {
    height: 25rem;
  }
  .page-recherche .formulaires {
    column-gap: 2rem;
  }
  .single-copro .copro-equipe .equipe-selection {
    column-gap: 3rem;
  }
  .single-actu,
  .single-membre,
  .single-copro {
    padding-top: 8rem;
  }
  footer .col2 {
    width: 18.25rem;
  }
  footer .col3 li {
    margin-bottom: 0.4rem;
  }
  footer .col4 {
    width: 13.4375rem;
  }
  footer .col4 .buttons .cta-button {
    width: 100%;
  }
}
@media screen and (max-width: 1014px) {
  /*692 : 12x43x16*/
  .wcol1 {
    width: 2.6875rem;
  }
  .wcol2 {
    width: 6.375rem;
  }
  .wcol3 {
    width: 10.0625rem;
  }
  .wcol4 {
    width: 13.75rem;
  }
  .wcol5 {
    width: 17.4375rem;
  }
  .wcol6 {
    width: 21.125rem;
  }
  .wcol7 {
    width: 24.8125rem;
  }
  .wcol8 {
    width: 28.5rem;
  }
  .wcol9 {
    width: 32.1875rem;
  }
  .wcol10 {
    width: 35.875rem;
  }
  .content {
    width: 43.25rem;
  }
  .box {
    border-radius: 25px;
    padding: 1.5rem;
  }
  .wcol2b {
    width: 11rem;
  }
  .tablet-noflex {
    flex-direction: column;
  }
  .tablet-noflex-reverse {
    flex-direction: column-reverse;
  }
  .padding-L {
    padding: 4rem 0;
  }
  main.padding-L {
    padding: 7rem 0 4rem;
  }
  .padding-M {
    padding: 3rem 0;
  }
  .conclusion .wcol7 {
    width: 28.5rem;
  }
  .banner {
    margin-top: -3.4rem;
    padding: 10.5rem 0 5rem;
  }
  .banner .social {
    bottom: 5rem;
    left: initial;
    right: 0.6rem;
  }
  .banner .logo {
    width: 12rem;
  }
  .banner h1 {
    margin-top: -0.5rem;
    font-size: 18px;
  }
  .banner h2 {
    font-size: 15px;
    margin: 0.5rem 0;
  }
  .banner .bloc1 {
    width: 21.125rem;
  }
  .page-accueil .intro .txt {
    width: 24.8125rem;
  }
  .page-accueil .intro img {
    width: 48%;
    left: 55%;
  }
  .valeurs .bloc1 {
    width: 100%;
  }
  .valeurs .bloc1 .logo {
    width: 12rem;
  }
  .valeurs .bloc1 li {
    width: 21.125rem;
  }
  .valeurs .photo {
    height: 400px;
    position: initial;
    width: 43.25rem;
    margin: 2rem auto;
    max-width: none;
    border-radius: 30px;
  }
  .metier-syndic .content {
    height: 18rem;
  }
  .page-actualites li {
    width: 21.125rem;
  }
  .single-actu {
    padding-bottom: 4rem;
  }
  .single-actu .actu-header,
  .single-actu .actu-content {
    width: 100%;
  }
  .single-actu .date {
    margin-bottom: 0.5rem;
  }
  .page-metier .intro {
    margin-bottom: 0;
  }
  .page-metier .intro .buttons {
    margin-top: 1rem;
    align-items: center;
    gap: 1rem;
  }
  .page-metier .intro .buttons .cta-button {
    max-width: 22rem;
    width: 100%;
    text-align: left;
  }
  .page-metier .intro .m-title {
    margin-bottom: 3rem;
  }
  .page-metier .pilier {
    padding-top: 5rem;
  }
  .page-metier .pilier .wcol6 {
    width: 100%;
  }
  .page-metier .pilier1 .image {
    height: 400px;
    position: initial;
    width: 43.25rem;
    margin: 2rem auto;
    max-width: none;
    border-radius: 30px;
  }
  .page-metier .pilier2 .box {
    text-align: left;
  }
  .page-metier .pilier3 .image {
    height: 20rem;
  }
  .page-metier .ressources-videos .s-title {
    line-height: 1.3em;
    max-width: 29rem;
    width: 100%;
    margin: 0 auto;
  }
  .page-apropos .intro .bloc1 {
    width: 28.5rem;
  }
  .page-apropos .intro .content:before {
    width: 214px;
    height: 520px;
  }
  .page-apropos .intro .image {
    float: none;
    max-width: none;
    width: 96%;
    margin-right: 4%;
  }
  .page-apropos .equipe .bloc1 .wcol6 {
    width: 100%;
  }
  .page-apropos .equipe .equipe-categorie .flex {
    column-gap: 2.5rem;
  }
  .page-valeurs .bloc2 .xs-title {
    width: 100%;
  }
  .page-valeurs .bloc2 .liste-valeurs {
    margin-top: 2rem;
    row-gap: 2rem;
  }
  .page-valeurs .bloc2 .liste-valeurs li {
    width: 100%;
  }
  .page-valeurs .bloc2 .box br {
    display: none;
  }
  .page-valeurs .liste-valeurs .s-title br {
    display: none;
  }
  .page-valeurs .bloc3 {
    background-size: 100% auto;
  }
  .page-contact .bloc2 {
    margin: 4rem auto;
    width: 100%;
    max-width: 27rem;
  }
  .page-contact .bloc3 {
    margin-bottom: 4rem;
  }
  .page-recherche .intro {
    width: 100%;
  }
  .page-recherche .resultats {
    margin-top: 3rem;
  }
  .page-recherche .resultats ul > li {
    width: 13.75rem;
  }
  footer .flex {
    flex-wrap: wrap;
  }
  footer .col1,
  footer .col2,
  footer .col3 {
    width: 13.75rem;
  }
  footer .col4 {
    width: 100%;
    margin-top: 2rem;
  }
  footer .col4 .buttons .cta-button {
    width: 13.75rem;
  }
  footer .col4 .buttons .cta-button.btn4,
  footer .col4 .buttons .cta-button.btn5 {
    width: 21.125rem;
  }
  footer .copyright {
    margin-top: 2rem;
  }
  footer .copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .content {
    width: 90%;
  }
  .smartphone-noflex {
    flex-direction: column;
  }
  .smartphone-noflex-reverse {
    flex-direction: column-reverse;
  }
  .padding-L {
    padding: 2.5rem 0;
  }
  .padding-M {
    padding: 2rem 0;
  }
  /*65px -> 56px*/
  .l-title,
  .page-divers h1 {
    font-size: 56px;
  }
  /*32px -> 30px */
  .m-title,
  .page-divers h2,
  .page-valeurs .bloc2 .box h2,
  .page-contact .bloc3 .tel,
  .single-actu .date {
    font-size: 30px;
  }
  /*24px -> 20px*/
  .s-title,
  .page-divers h3,
  .single-actu h2 {
    font-size: 20px;
    line-height: 1.3em;
  }
  /*18px -> 16px*/
  .page-apropos .equipe .bloc1 ul li {
    font-size: 1rem;
  }
  /*16px -> 15px*/
  .xs-title,
  .single-actu h3,
  .page-apropos .faq li h4,
  .conclusion p,
  .xxs-title,
  .page-divers h4,
  .single-actu h4,
  .page-contact .bloc3 .horaires > p {
    font-size: 15px;
  }
  .conclusion .wcol7 {
    width: 100%;
  }
  .conclusion .cta-button {
    width: 100%;
  }
  .cta-button {
    padding: 1rem;
  }
  main.padding-L {
    padding: 8rem 0 4rem;
  }
  .wcol2b {
    width: 45%;
  }
  .fil-ariane {
    padding: 0.7rem 1.5rem;
  }
  .fil-ariane > strong,
  .fil-ariane .back:after {
    display: none;
  }
  .single-actu,
  .single-membre,
  .single-copro {
    padding-top: 8.5rem;
  }
  header .bloc2 {
    height: 3.35rem;
  }
  header .bloc2 .buttons {
    display: none;
    row-gap: 1rem;
    padding: 0 5%;
  }
  header .bloc2 .buttons .btn1,
  header .bloc2 .buttons .btn2,
  header .bloc2 .buttons .btn3 {
    font-size: 1rem;
  }
  header .bloc2 .buttons .btn1 {
    background-color: #ffffff;
    color: #182945;
    padding: 0.5rem 1rem 0.5rem;
  }
  header .bloc2 .buttons .btn1:hover {
    background-color: #95a9cd;
    color: #ffffff;
  }
  header .bloc2 .buttons .btn1:after {
    background-position: -126px -46px;
    left: 1.5rem;
    top: 0.9rem;
  }
  header .bloc2 .buttons .btn2:hover {
    background-color: #ffffff;
    color: #c6a003;
  }
  header .bloc2 .buttons .btn3 span {
    color: #95a9cd;
    background-color: #ffffff;
  }
  .banner {
    margin-top: 0;
    padding: 3rem 0 5rem;
    background-position: 47%;
  }
  .banner .bloc1 {
    width: 18rem;
  }
  .banner .bloc1 .cta-button {
    width: 100%;
    text-align: left;
  }
  .banner .logo {
    width: 10rem;
  }
  .banner .logo1 {
    display: none;
  }
  .banner .logo2 {
    display: inline;
  }
  .page-accueil .intro {
    border-radius: 40px 0 0 0;
  }
  .page-accueil .intro .bloc1 {
    width: 100%;
  }
  .page-accueil .intro .txt {
    width: 100%;
  }
  .page-accueil .intro img {
    position: initial;
    width: 100%;
    margin-top: 2rem;
  }
  .page-accueil .intro .bloc2 {
    width: 100%;
  }
  .page-accueil .intro .bloc2 ul {
    width: 100%;
    margin-top: 1rem;
  }
  .page-accueil .intro .bloc2 .l-title {
    width: 100%;
  }
  .page-accueil .intro .cta-button {
    width: 100%;
  }
  .valeurs .m-title {
    background-size: contain;
    padding: 2rem 0;
  }
  .valeurs .bloc1 li {
    width: 100%;
  }
  .valeurs .bloc1 li h4 br {
    display: none;
  }
  .valeurs .bloc1 .cta-button {
    position: initial;
    width: 100%;
    margin-top: 1rem;
  }
  .valeurs .photo {
    width: 90%;
    height: 300px;
  }
  .actualites .bloc1 {
    width: 100%;
  }
  .actualites .bloc1 ul {
    margin: 1rem 0;
  }
  .actualites .illu {
    display: none;
  }
  .actualites .cta-button {
    width: 100%;
  }
  .actualites .bloc1 .date {
    padding-right: 1.5rem;
  }
  .metier-syndic {
    padding: 1rem 0 2rem;
  }
  .metier-syndic .bloc1 {
    width: 100%;
  }
  .metier-syndic .bloc1 .m-title {
    padding-left: 3.5rem;
  }
  .metier-syndic .bloc1:before {
    left: 0;
    bottom: initial;
    top: 1rem;
    width: 3rem;
  }
  .metier-syndic .cta-button {
    width: 100%;
  }
  .metier-syndic .content {
    height: auto;
  }
  .metier-syndic img {
    position: initial;
    width: 90%;
    margin: 1rem auto;
    max-width: none;
    display: block;
  }
  .metier-syndic .swiper-container {
    margin-bottom: 0;
  }
  .avis {
    margin-bottom: 4rem;
  }
  .page-actualites ul {
    margin-top: 3rem;
    row-gap: 2rem;
  }
  .page-actualites li {
    width: 100%;
  }
  .page-metier .pilier1 .image {
    width: 90%;
    height: 300px;
  }
  .page-metier .ressources-videos li {
    width: 48%;
  }
  .page-metier .documents li {
    width: 30%;
  }
  .page-apropos .intro .bloc1 {
    width: 100%;
  }
  .page-apropos .intro .content:before {
    display: none;
  }
  .page-apropos .intro .cta-button {
    width: 100%;
  }
  .page-apropos .intro .image {
    height: 300px;
  }
  .page-apropos .equipe .bloc1 ul li {
    letter-spacing: 4px;
  }
  .page-apropos .equipe .bloc2 .wcol6 {
    width: 100%;
  }
  .page-apropos .equipe .bloc2 .txt {
    margin: 1rem auto;
  }
  .page-apropos .equipe .equipe-categorie li {
    max-width: 176px;
  }
  .page-apropos .equipe .equipe-categorie .flex {
    column-gap: 7%;
  }
  .page-apropos .faq .wcol10 {
    width: 100%;
  }
  .page-apropos .faq .bloc1 {
    margin: 2rem 0 2.5rem;
  }
  .page-apropos .faq .bloc1 li {
    width: 100%;
  }
  .page-apropos .faq .bloc1 li:after {
    top: -0.3rem;
  }
  .page-apropos .faq .bloc2 {
    margin-bottom: -3.4rem;
    column-gap: 0;
    row-gap: 1.5rem;
  }
  .page-actualites ul li .date:after {
    top: 1.8rem;
  }
  .single-membre .bloc1 .wcol4,
  .single-membre .bloc1 .wcol6 {
    width: 100%;
  }
  .single-membre .bloc1 .wcol4 {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto 1.5rem;
  }
  .single-membre .bloc1 .wcol6 {
    text-align: center;
  }
  .page-valeurs .page-content {
    padding-top: 7rem;
  }
  .page-valeurs .page-content .image {
    position: initial;
    width: 105%;
    height: 300px;
  }
  .page-valeurs .bloc1 {
    height: auto;
    width: 100%;
  }
  .page-valeurs .bloc3 {
    background-size: contain;
    padding: 2rem 0;
  }
  .page-valeurs .bloc3 .cta-button {
    padding: 1rem 2.8rem 1rem 1rem;
  }
  .page-valeurs .bloc3 .flex {
    gap: 1rem;
  }
  .page-contact .page-content {
    padding-top: 7rem;
  }
  .page-contact .page-content .image {
    position: initial;
    width: 105%;
    height: 300px;
  }
  .page-contact .bloc1 {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-contact .bloc2 .cta-button {
    width: 15rem;
    text-align: left;
  }
  .page-contact .bloc3 .flex {
    row-gap: 2rem;
  }
  .page-contact .bloc3 .wcol5 {
    width: 100%;
  }
  .page-contact #acces {
    height: 22rem;
  }
  .page-recherche .resultats ul {
    gap: 3%;
  }
  .page-recherche .resultats ul > li {
    width: 30%;
    margin-bottom: 1rem;
  }
  .page-recherche .resultats ul > li .s-title {
    font-size: 18px;
  }
  .page-recherche .resultats ul > li p {
    font-size: 14px;
  }
  .single-actu .cta-button {
    width: 100%;
    float: none;
  }
  .single-copro .bloc1 .wcol4,
  .single-copro .bloc1 .wcol7 {
    width: 100%;
  }
  .single-copro .bloc1 img {
    width: auto;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  footer {
    padding: 2.5rem 0 0.5rem;
  }
  footer .col1 {
    width: 40%;
  }
  footer .col2 {
    width: 60%;
  }
  footer .col2 .adresse {
    margin-bottom: 1rem;
  }
  footer .col2 .urgences {
    margin-bottom: 1rem;
  }
  footer .col3 {
    display: none;
  }
  footer .col4 {
    margin-top: 1rem;
  }
  footer .col4 .buttons .cta-button {
    width: 48%;
  }
  footer .col4 .buttons .cta-button.btn4 {
    width: 48%;
  }
  footer .col4 .buttons .cta-button.btn5 {
    width: 100%;
    text-align: center;
  }
  footer .copyright p {
    font-size: 11px;
  }
}
@media screen and (max-width: 580px) {
  header .top p {
    font-size: 12px;
  }
  header .bloc2 .menu {
    padding: 7rem 2rem 2rem;
  }
  header .bloc2 .menu a {
    font-size: 20px;
    padding: 1.3rem 0;
  }
  .smartphone-s-noflex {
    flex-direction: column;
  }
  .cta-button,
  header .bloc2 .buttons .btn1,
  header .bloc2 .buttons .btn2,
  header .bloc2 .buttons .btn3 {
    font-size: 13.5px;
  }
  .l-title,
  .page-divers h1 {
    font-size: 50px;
  }
  .m-title,
  .page-divers h2,
  .page-valeurs .bloc2 .box h2,
  .page-contact .bloc3 .tel,
  .single-actu .date {
    font-size: 27px;
  }
  .wcol2b {
    width: 100%;
    max-width: 12rem;
  }
  .banner {
    padding: 5rem 0 5rem;
    background-position: 52%;
  }
  .banner .bloc1 {
    width: 100%;
  }
  .banner .social {
    right: 0.8rem;
    bottom: initial;
    top: 10rem;
  }
  .banner .logo {
    width: 8rem;
  }
  .banner h1,
  .banner h2 {
    color: #ffffff;
    text-shadow: 0 0 9px #182945b0;
  }
  .banner h2 {
    font-family: 'apparat', sans-serif;
  }
  header .menu-menu-principal-container {
    width: 100%;
  }
  .metier-syndic .bloc1 .m-title {
    padding-left: 3rem;
  }
  .metier-syndic .bloc1:before {
    width: 2.2rem;
  }
  .page-apropos .intro .cta-button {
    text-align: left;
  }
  .page-valeurs .bloc3 {
    background: transparent;
  }
  .page-actualites ul li .date:after {
    top: 2.2rem;
  }
  .page-metier .documents .flex {
    align-content: center;
  }
  .page-metier .documents li {
    width: 100%;
  }
  .page-metier .documents li p {
    font-size: 13px;
  }
  .page-contact .bloc2 .m-title br {
    display: block;
  }
  .page-recherche .l-title {
    font-size: 44px;
    text-align: center;
  }
  .page-recherche .formulaires {
    row-gap: 2rem;
  }
  .page-recherche .formulaires .wcol4 {
    width: 100%;
  }
  .page-recherche .formulaires .search-filter-label {
    justify-content: center;
  }
  .page-recherche .resultats ul > li {
    width: 48%;
  }
  footer .col1 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .col1 .logo {
    width: 5rem;
    height: auto;
  }
  footer .col2 {
    width: 100%;
  }
  footer .col4 .buttons .cta-button {
    width: 100%;
    text-align: center;
    padding: 0.6rem 2.5rem;
  }
  footer .col4 .buttons .cta-button.btn4 {
    width: 100%;
  }
}
