/** FONCTIONS **/
/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #eceded;
}
.conteneur {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.overlay {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
  opacity: 0;
}
/** FORM **/
.gform_fields .gfield {
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
  padding: 0 10px;
}
.gform_fields .gfield .gfield_label {
  color: #9e9e9e;
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 16px;
  cursor: text;
  transition: 0.2s ease-out;
  font-weight: 300;
}
.gform_fields .gfield .ginput_container {
  margin-top: 0 !important;
}
.gform_fields .gfield .ginput_container input,
.gform_fields .gfield .ginput_container textarea,
.gform_fields .gfield .ginput_container select {
  background-color: #f5f5f5;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  width: 100%;
  font-size: 16px;
  margin: 0 0 20px 0;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.gform_fields .gfield .ginput_container input,
.gform_fields .gfield .ginput_container select {
  height: 46px;
  padding: 0 10px!important;
}
.gform_fields .gfield .ginput_container textarea {
  padding: 10px !important;
  height: 150px;
}
.gform_fields .gfield.active .gfield_label {
  color: #000000;
  font-size: 12px;
  transform: translate(-10px, -30px);
}
.gform_fields .gfield.active .ginput_container input,
.gform_fields .gfield.active .ginput_container textarea,
.gform_fields .gfield.active .ginput_container select {
  border-bottom: 1px solid #000000;
  box-shadow: 0 1px 0 0 #000000;
}
.gform_fields .gfield.active-out .gfield_label {
  color: #9e9e9e;
}
.gform_fields .gfield .gfield_radio {
  margin-top: 20px;
  margin-bottom: 30px;
}
.gform_fields .gfield .gfield_radio li {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.gform_fields .gfield .gfield_radio input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.gform_fields .gfield .gfield_radio input:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gform_fields .gfield .gfield_radio input:not(:checked) + label:before,
.gform_fields .gfield .gfield_radio input:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
.gform_fields .gfield .gfield_radio input:checked + label:before,
.gform_fields .gfield .gfield_radio input:checked + label:after {
  border: 2px solid #000000;
}
.gform_fields .gfield .gfield_radio input:checked + label:after {
  background-color: #000000;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.gform_fields .gfield .gfield_radio label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  color: #9e9e9e;
  line-height: 25px;
  font-size: 16px;
  transition: .28s ease;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gform_fields .gfield .gfield_radio label:after,
.gform_fields .gfield .gfield_radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border-radius: 50%;
}
.gform_fields .gfield .gfield_checkbox {
  margin-top: 20px;
  margin-bottom: 30px;
}
.gform_fields .gfield .gfield_checkbox li {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.gform_fields .gfield .gfield_checkbox input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
}
.gform_fields .gfield .gfield_checkbox input:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.gform_fields .gfield .gfield_checkbox input:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 4px;
  z-index: 0;
}
.gform_fields .gfield .gfield_checkbox input:checked + label:before {
  top: 6px;
  left: 1px;
  width: 6px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_fields .gfield .gfield_checkbox input:checked + label:after {
  top: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  background-color: #000000;
  z-index: 0;
}
.gform_fields .gfield .gfield_checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  color: #9e9e9e;
  line-height: 25px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gform_fields .gfield .gfield_checkbox label:after,
.gform_fields .gfield .gfield_checkbox label:before {
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
  box-sizing: border-box !important;
}
.gform_fields .gfield .gfield_checkbox label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.gform_fields .gfield .gfield_checkbox label:after {
  border-radius: 2px;
}
.gform_fields .gfield .ginput_container_fileupload input {
  padding: 10px !important;
  height: auto;
}
.gform_fields .label-top .gfield_label {
  left: 0;
  position: relative;
}
.gform_footer {
  padding: 0 10px !important;
}
.gform_footer input[type="submit"] {
  margin: 0;
  text-decoration: none;
  color: #fff;
  background-color: #000000;
  text-align: center;
  letter-spacing: .5px;
  transition: 0.2s ease-out;
  height: 54px;
  line-height: 54px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
  padding: 0 2rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.gform_footer input[type="submit"]:hover {
  outline: none;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  background-color: #1a1a1a;
}
.gform_footer input[type="submit"]:focus {
  background-color: #000000;
}
#main {
  padding-top: 52px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Raleway', sans-serif;
  color: #000;
}
a {
  text-decoration: none;
}
.ref_offset {
  position: relative;
  z-index: 10;
}
/** HEADER **/
/* MENU */
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
  z-index: 100;
}
#breadcrumbs {
  padding: 10px 0;
}
#breadcrumbs > span {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: block;
  padding: 0 15px;
}
#breadcrumbs > span a,
#breadcrumbs > span .breadcrumb_last {
  font-size: 12px;
  line-height: 14px;
  color: #848383;
}
#breadcrumbs > span a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#breadcrumbs > span a:hover {
  color: #000;
}
#breadcrumbs > span .breadcrumb_last {
  font-weight: bold;
  color: #000;
}
/*MENU MOBILE*/
header#masthead.mobile {
  height: 52px;
  position: relative;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
}
header#masthead.mobile #logo img {
  height: 42px;
  margin: 5px auto;
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile #logo a {
  display: inline-block;
  width: 166px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  width: 52px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/menu.png);
  z-index: 10;
}
/* */
/** END HEADER **/
/** CONSTRUCTEUR DE PAGE **/
#main .fl-rich-text h1 strong,
#main .fl-rich-text h2 strong,
#main .fl-rich-text h3 strong,
#main .fl-rich-text h4 strong,
#main .fl-rich-text h5 strong,
#main .fl-rich-text h6 strong,
#main .fl-rich-text p strong,
#main .fl-rich-text li strong {
  font-weight: bold;
}
#main .fl-rich-text p,
#main .fl-rich-text li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#main .fl-rich-text ul {
  margin-bottom: 15px;
}
#main .fl-rich-text ul li {
  padding-left: 15px;
  margin-bottom: 0;
}
/** END CONSTRUCTEUR DE PAGE **/
/** HOME **/
#slider_home .slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#slider_home .slide .carre {
  right: 20px;
}
#slider_home .slide .carre .texte p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
#slider_home .slide .carre .texte p strong {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}
/** END HOME **/
.carre {
  width: 150px;
  height: 130px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  text-align: center;
}
.carre.lien:after {
  content: "";
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-aller.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20px;
  height: 32px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.carre.lien:hover:after {
  bottom: 10px;
  opacity: 1;
}
.carre .texte_slider_home {
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 15px;
  padding-top: 0;
}
.carre .texte_slider_home:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.carre .texte_slider_home p {
  font-size: 10px;
  line-height: 10px;
}
.carre .texte_slider_home p strong {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.carre .titre {
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding: 15px;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
}
.carre .titre strong {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.carre .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.carre .texte {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.carre .texte p {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #848383;
}
.carre .video {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  color: #848383;
  text-align: center;
  padding-left: 40px;
  line-height: 32px;
  margin-top: 10px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 20px 0;
  background-size: 32px;
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/play-button.png);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  position: relative;
}
.carre .video:after {
  content: "";
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-aller.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 20px;
  height: 32px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.carre .video:hover {
  padding-right: 30px;
  color: #000;
}
.carre .video:hover:after {
  opacity: 1;
  right: 0;
}
.carre .logo {
  text-align: center;
}
.carre .logo img {
  width: 100%;
  max-width: 240px;
  height: auto;
  max-height: 125px;
}
.section_titre {
  text-align: center;
  padding: 50px;
  margin-right: auto;
  margin-left: auto;
}
.section_titre .titre {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
.section_titre .stitre {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
}
.section_titre .texte {
  text-align: left;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.section_titre .texte p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}
.section_titre .texte p strong {
  font-weight: bold;
}
.section_titre.section_texte {
  padding: 50px 0;
}
.blocs_deux_un {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 0 20px;
}
.blocs_deux_un .bloc {
  margin: 10px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.blocs_deux_un .bloc.carousel .slide {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blocs_deux_un .bloc.carousel .slide .carre {
  right: 30px;
}
.blocs_deux_un .bloc.carousel .owl-controls {
  margin-top: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-prev,
.blocs_deux_un .bloc.carousel .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  background-color: transparent;
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-prev:hover,
.blocs_deux_un .bloc.carousel .owl-controls .owl-next:hover {
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  background-color: transparent;
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-prev {
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/carousel-left.png);
  left: 0;
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-prev:hover {
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/carousel-left.png);
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-next {
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/carousel-right.png);
  right: 0;
}
.blocs_deux_un .bloc.carousel .owl-controls .owl-next:hover {
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/carousel-right.png);
}
.blocs_deux_un .bloc.carousel:hover .owl-controls {
  opacity: 1;
}
.blocs_deux_un .bloc.texte {
  background-color: #fff;
  padding: 30px;
}
.blocs_deux_un .bloc.texte .content .titre {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
.blocs_deux_un .bloc.texte .content .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.blocs_deux_un .bloc.texte .content .textes p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}
.blocs_deux_un .bloc.texte .content .textes p strong {
  font-weight: bold;
}
.blocs_deux_un .bloc.texte.gris {
  background-color: #eceded;
}
.blocs_deux_un .bloc.marque_haut {
  padding-top: 0;
}
.blocs_deux_un .bloc.marque_haut .content .logo {
  margin: 0 -10px;
}
.blocs_deux_un .bloc.marque_haut .content .logo img {
  max-width: 240px;
  margin: 0 auto;
}
.blocs_deux_un .bloc.marque_haut .content .titre {
  padding-bottom: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}
.blocs_deux_un .bloc.marque_haut .content .titre:after {
  bottom: inherit;
  top: 0;
}
.blocs_deux_un .bloc.marque_haut .content .titre span {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.blocs_deux_un .bloc.image {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.blocs_deux_un .bloc.image .carre {
  right: 30px;
}
.blocs_deux_un .bloc.actus {
  width: 100%;
}
.blocs_deux_un .bloc.actus .actu {
  display: block;
}
.blocs_deux_un .bloc.actus .actu .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blocs_deux_un .bloc.actus .actu .content {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 0;
}
.blocs_deux_un .bloc.actus .actu .content .titre {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.blocs_deux_un .bloc.actus .actu .content .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.blocs_deux_un .bloc.actus .lien {
  background-color: #fff;
  text-align: center;
}
.blocs_deux_un .bloc.actus .lien a {
  padding: 20px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #848383;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.blocs_deux_un .bloc.actus .lien a:after {
  content: "";
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-aller.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: -30px;
  width: 20px;
  height: 54px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.blocs_deux_un .bloc.actus .lien a:hover {
  padding-right: 30px;
  color: #000;
}
.blocs_deux_un .bloc.actus .lien a:hover:after {
  opacity: 1;
  right: 0;
}
.blocs_trois {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 0 20px;
}
.blocs_trois .bloc {
  margin: 10px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.blocs_trois .bloc.texte {
  background-color: #fff;
  padding: 30px;
}
.blocs_trois .bloc.texte .content .titre {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}
.blocs_trois .bloc.texte .content .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.blocs_trois .bloc.texte .content .textes p {
  text-align: justify;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}
.blocs_trois .bloc.texte .content .textes p strong {
  font-weight: bold;
}
.blocs_trois .bloc.bijou {
  padding: 0;
}
.blocs_trois .bloc.bijou .content {
  padding: 30px;
  padding-top: 0;
}
.blocs_trois .bloc.bijou .content .textes {
  text-align: center;
}
.blocs_trois .bloc.bijou .content .textes p {
  max-width: 240px;
  font-size: 14px;
  line-height: 16px;
  color: #848383;
  display: inline-block;
  text-align: center;
}
.blocs_trois .bloc.bijou .img {
  height: 170px;
  width: 100%;
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: center top;
}
.blocs_trois .bloc.bijou .img img {
  display: none;
}
.blocs_trois .bloc.actu {
  width: 100%;
}
.blocs_trois .bloc.actu a {
  display: block;
}
.blocs_trois .bloc.actu .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #aaa;
}
.blocs_trois .bloc.actu .content {
  background-color: #fff;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.blocs_trois .bloc.actu .content .date {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #848383;
}
.blocs_trois .bloc.actu .content .titre {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.blocs_trois .bloc.actu .content .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.blocs_trois .bloc.actu .lien {
  background-color: #fff;
  text-align: center;
}
.blocs_trois .bloc.actu .lien p {
  padding: 20px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #848383;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.blocs_trois .bloc.actu .lien p:after {
  content: "";
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-aller.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: -30px;
  width: 20px;
  height: 54px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.blocs_trois .bloc.actu .lien p:hover {
  padding-right: 30px;
  color: #000;
}
.blocs_trois .bloc.actu .lien p:hover:after {
  opacity: 1;
  right: 0;
}
.bloc.actu,
.bloc.actus,
.bloc.carousel,
.bloc.video,
a.bloc,
.bloc.bijou {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bloc.actu:hover,
.bloc.actus:hover,
.bloc.carousel:hover,
.bloc.video:hover,
a.bloc:hover,
.bloc.bijou:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
a.bloc:hover {
  opacity: 0.8;
}
.bloc .actu .img,
.bloc.actu .img,
.bloc .actu .content .titre,
.bloc.actu .content .titre,
.bloc .actu .content .titre:after,
.bloc.actu .content .titre:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bloc .actu:hover .img,
.bloc.actu:hover .img {
  opacity: 0.8;
}
.bloc .actu:hover .content .titre,
.bloc.actu:hover .content .titre {
  color: #a99356;
}
.bloc .actu:hover .content .titre:after,
.bloc.actu:hover .content .titre:after {
  background-color: #a99356 !important;
}
.description_home {
  background-color: #fff;
  padding: 50px 0;
  margin-top: 10px;
}
.description_home .container {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.description_home .gauche {
  padding: 0 30px;
}
.description_home .droite {
  padding: 0 30px;
}
.description_home .droite .bloc {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}
.description_home .droite .bloc .carre {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
footer {
  background-color: #1e1e1e;
  padding: 30px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
footer .colonne {
  text-align: center;
  padding: 30px 0;
}
footer .colonne .titre {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
footer .colonne .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
footer .colonne p {
  color: #848383;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
footer .colonne span {
  color: #848383;
  font-size: 14px;
  line-height: 18px;
}
footer .colonne a,
footer .colonne .stitre {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
footer .colonne img {
  display: inline-block;
}
footer .footer_bas {
  text-align: center;
  padding: 15px;
  background-color: #131313;
}
footer .footer_bas p,
footer .footer_bas a {
  color: #848383;
  font-size: 14px;
  line-height: 18px;
}
.sur-mesure {
  padding-bottom: 30px;
  background-color: #050816;
  overflow: hidden;
}
.sur-mesure .page-background {
  background-size: cover;
  background-position: center;
}
.sur-mesure .sur-mesure-background {
  background-color: #050816;
  position: relative;
  z-index: 10;
}
.sur-mesure .page-background-contenu {
  margin-right: auto;
  margin-left: auto;
  background-color: #eceded;
  padding: 10px 0;
  max-width: 400px;
}
.sur-mesure .intro {
  max-width: 400px;
  margin: 0 auto;
  min-height: 500px;
  position: relative;
}
.sur-mesure .intro .content {
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
  text-align: center;
  padding: 50px 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sur-mesure .intro .content .titre {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.sur-mesure .intro .content .titre strong {
  font-size: 30px;
  line-height: 30px;
  margin-top: 5px;
  text-transform: uppercase;
  display: block;
}
.sur-mesure .intro .content .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}
.sur-mesure .intro .content .texte p,
.sur-mesure .intro .content .texte span {
  color: #fff;
  text-align: center;
}
.sur-mesure .intro .content .texte img {
  display: inline-block;
}
.sur-mesure .intro .scroll {
  width: 30px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  cursor: pointer;
}
.page_editoriale {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.page_editoriale .titre_page {
  margin-bottom: 25px;
  padding: 30px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.page_editoriale .titre_page .titre {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
.page_editoriale .contenu_page {
  background-color: #fff;
  padding: 30px 0;
}
.page_editoriale .footer_page .message {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 45px 0;
}
.page_editoriale .footer_page .contact {
  height: 380px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #aaa;
  position: relative;
  display: block;
}
.page_editoriale .footer_page .contact .carre {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.page_editoriale .footer_page .contact .carre .titre {
  z-index: 10;
}
.page_editoriale .footer_page .contact .carre .logo {
  position: relative;
}
.page_editoriale .footer_page .contact .carre .logo img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.page_editoriale .footer_page .contact .carre .logo:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  content: "";
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-aller.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 32px;
  opacity: 0;
}
.page_editoriale .footer_page .contact .carre:hover .logo img {
  transform: translateY(-10px);
}
.page_editoriale .footer_page .contact .carre:hover .logo:after {
  opacity: 1;
  bottom: 10px;
}
.page_actualites {
  padding-bottom: 20px;
}
.page_actualites .titre_page {
  padding: 30px;
  text-align: center;
}
.page_actualites .titre_page .titre {
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
.page_actualites .titre_page .stitre {
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
}
.page_actu {
  padding-bottom: 30px;
  background-color: #eceded;
  overflow: hidden;
}
.page_actu .page-background {
  background-size: cover;
  background-position: center;
  height: 500px;
  background-color: #aaa;
}
.page_actu .actu-background {
  position: relative;
  z-index: 10;
}
.page_actu .page-background-contenu {
  margin-right: auto;
  margin-left: auto;
  margin-top: -100px;
  background-color: #fff;
  padding: 10px 0;
  max-width: 300px;
  padding: 30px;
}
.page_actu .page-background-contenu .btn-retour a {
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/fleche-retour.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.page_actu .page-background-contenu .titre {
  padding: 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.page_actu .page-background-contenu .titre:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.page_actu .page-background-contenu .contenu {
  margin: 30px 0;
}
.page_actu .page-background-contenu .contenu .fl-builder-content {
  margin: -30px;
}
.carousel-marques-page {
  text-align: center;
}
.carousel-marques-page .marque {
  display: inline-block;
  width: 200px;
  height: 120px;
  text-align: center;
}
/* Version 768 */
@media (min-width: 768px) {
  #main .owl-carousel.owl-loaded {
    display: inline-block;
  }
  .carre {
    width: 240px;
    height: 220px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .carre:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .carre .titre {
    margin-top: 30px;
    padding: 20px;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
  }
  .carre .titre strong {
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px;
  }
  .carre .titre:after {
    width: 100px;
  }
  .carre .texte {
    margin-top: 20px;
  }
  .carre .texte p {
    font-size: 14px;
    line-height: 14px;
  }
  .carre .texte_slider_home {
    margin-top: 35px;
    padding: 25px;
    padding-top: 0;
  }
  .carre .texte_slider_home p {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
  }
  .carre .texte_slider_home p strong {
    margin-top: 15px;
    font-size: 30px;
    line-height: 36px;
  }
  .carre .texte_slider_home:after {
    width: 100px;
  }
  .carre .video {
    font-size: 14px;
    padding-left: 0;
    padding-top: 50px;
    background-position: center 10px;
  }
  .blocs_deux_un,
  .blocs_trois {
    max-width: 760px;
    font-size: 0;
  }
  .blocs_deux_un .bloc,
  .blocs_trois .bloc {
    display: inline-block;
    vertical-align: top;
    width: 350px !important;
    height: 350px !important;
  }
  .blocs_deux_un .bloc:nth-child(odd),
  .blocs_trois .bloc:nth-child(odd) {
    margin-right: 10px;
  }
  .blocs_deux_un .bloc:nth-child(even),
  .blocs_trois .bloc:nth-child(even) {
    margin-left: 10px;
  }
  .blocs_deux_un .bloc.texte .content,
  .blocs_trois .bloc.texte .content {
    height: 290px;
  }
  .blocs_deux_un .bloc.image .carre,
  .blocs_trois .bloc.image .carre {
    right: 55px;
  }
  .blocs_deux_un .bloc.carousel .slide,
  .blocs_trois .bloc.carousel .slide {
    height: 350px;
  }
  .blocs_deux_un .bloc.carousel .slide .carre,
  .blocs_trois .bloc.carousel .slide .carre {
    right: 55px;
  }
  .blocs_deux_un .bloc.carousel .owl-controls .owl-next,
  .blocs_trois .bloc.carousel .owl-controls .owl-next,
  .blocs_deux_un .bloc.carousel .owl-controls .owl-prev,
  .blocs_trois .bloc.carousel .owl-controls .owl-prev {
    height: 50px;
    width: 50px;
    background-size: 18px;
  }
  .blocs_deux_un .bloc.carousel .owl-controls .owl-next:hover,
  .blocs_trois .bloc.carousel .owl-controls .owl-next:hover,
  .blocs_deux_un .bloc.carousel .owl-controls .owl-prev:hover,
  .blocs_trois .bloc.carousel .owl-controls .owl-prev:hover {
    background-size: 18px;
  }
  .blocs_deux_un .bloc.actus .actu .content .titre,
  .blocs_trois .bloc.actus .actu .content .titre {
    height: 76px;
  }
  .blocs_deux_un.big_deux .bloc,
  .blocs_trois.big_deux .bloc {
    display: block;
    width: inherit !important;
    height: inherit !important;
  }
  .blocs_deux_un.big_deux .bloc:nth-child(1),
  .blocs_trois.big_deux .bloc:nth-child(1) {
    margin-right: 0;
  }
  .blocs_deux_un.big_deux .bloc:nth-child(2),
  .blocs_trois.big_deux .bloc:nth-child(2) {
    margin-left: 0;
  }
  .blocs_deux_un.big_deux .bloc.texte .content,
  .blocs_trois.big_deux .bloc.texte .content {
    height: inherit;
  }
  .blocs_deux_un.big_deux .bloc.carousel,
  .blocs_trois.big_deux .bloc.carousel {
    display: inline-block;
  }
  .blocs_trois .bloc.actu a {
    min-height: 350px;
    background-color: #fff;
    position: relative;
  }
  .blocs_trois .bloc.actu a .lien {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .description_home {
    padding: 80px 0;
    overflow: hidden;
  }
  .description_home .container {
    max-width: 760px;
    font-size: 0;
    padding: 0 20px;
  }
  .description_home .gauche,
  .description_home .droite {
    width: 350px;
    vertical-align: top;
    display: inline-block;
    padding: 0;
  }
  .description_home .gauche {
    margin-right: 10px;
  }
  .description_home .droite {
    margin-left: 10px;
    position: relative;
  }
  .description_home .droite:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -10px;
    width: 514px;
    height: 514px;
    background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/rosace.png);
    background-repeat: no-repeat;
    background-size: 514px;
    background-position: center;
  }
  footer {
    font-size: 0;
    text-align: center;
  }
  footer .colonne {
    width: 33.33%;
    vertical-align: top;
    display: inline-block;
    max-width: 270px;
  }
  .sur-mesure .page-background-contenu {
    max-width: 760px;
  }
  .sur-mesure .intro {
    min-height: 700px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .sur-mesure .intro .content {
    margin-right: inherit;
    margin-left: inherit;
    left: inherit;
    right: 60px;
  }
  .sur-mesure .intro .scroll {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    bottom: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .sur-mesure .intro .scroll:hover {
    bottom: 10px;
  }
  .page_actu .page-background {
    height: 700px;
  }
  .page_actu .page-background-contenu {
    max-width: 700px;
  }
  .page_actu .page-background-contenu .titre {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .page_actu .page-background-contenu .contenu .fl-builder-content {
    margin: -40px;
  }
  .page_editoriale {
    max-width: 760px;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #logo a {
    text-align: center;
    display: block;
  }
  header#masthead #logo a img {
    display: inline-block;
    padding: 15px 0;
  }
  header#masthead nav.main-navigation {
    border-top: 1px solid #000;
  }
  header#masthead.scroll,
  header#masthead.scroll-home {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  }
  header#masthead.scroll #logo,
  header#masthead.scroll-home #logo {
    position: absolute;
    z-index: 10;
    width: 177px;
    top: 0;
    left: 10px;
  }
  header#masthead.scroll #logo a,
  header#masthead.scroll-home #logo a {
    width: 100%;
  }
  header#masthead.scroll #logo a img,
  header#masthead.scroll-home #logo a img {
    margin: 2px auto;
  }
  header#masthead.scroll nav.main-navigation,
  header#masthead.scroll-home nav.main-navigation {
    border: 0;
  }
  header#masthead.scroll #mega-menu-wrap-primary #mega-menu-primary,
  header#masthead.scroll-home #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 150px;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    margin: 0 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    display: none;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary p em {
    font-style: italic;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item a,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item span {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item a:before,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item span:before {
    content: '\f139';
    display: inline-block;
    font-family: dashicons;
    margin: 0 5px 0 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item a:hover,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item span:hover {
    color: #a99356;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item.current_page_item > a,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu li.menu-item.current_page_item > span {
    color: #a99356;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item #menu-marques-joaillerie,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item #menu-marques-horlogerie {
    column-count: 2;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu > li.menu-item-has-children {
    display: block;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu > li.menu-item-has-children > a,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu > li.menu-item-has-children > span {
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    display: block;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu > li.menu-item-has-children > a:before,
  header#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.menu > li.menu-item-has-children > span:before {
    display: none;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu#mega-menu-item-118 > ul.mega-sub-menu {
    background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/bg-menu-horlogerie.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu#mega-menu-item-119 > ul.mega-sub-menu {
    background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/bg-menu-joaillerie.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu#mega-menu-item-530 > ul.mega-sub-menu {
    background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/rosace.png);
    background-repeat: no-repeat;
    background-position: right -110px top 150px;
    background-size: 512px;
  }
  header#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu#mega-menu-item-120 > ul.mega-sub-menu {
    background-image: url(https://www.joaillerie-landreau-poitiers.fr/wp-content/themes/starter-theme/css/../images/rosace.png);
    background-repeat: no-repeat;
    background-position: right -110px top 200px;
    background-size: 512px;
  }
  #main {
    padding-top: 0;
  }
  #main.page-interne {
    padding-top: 76px;
  }
  .section_titre .titre {
    font-size: 35px;
    line-height: 35px;
  }
  .section_titre .stitre {
    font-size: 16px;
    line-height: 20px;
  }
  .carre:hover {
    background-color: #fff;
  }
  .blocs_deux_un {
    max-width: 1020px;
  }
  .blocs_deux_un .bloc.bloc_deux {
    width: 610px !important;
  }
  .blocs_deux_un.big_deux {
    margin-top: -10px;
  }
  .blocs_deux_un.big_deux .bloc:nth-child(odd) {
    margin-right: 10px;
  }
  .blocs_deux_un.big_deux .bloc:nth-child(even) {
    margin-left: 10px;
  }
  .blocs_deux_un.big_deux .bloc.texte {
    height: 480px !important;
    width: 350px !important;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
  }
  .blocs_deux_un.big_deux .bloc.carousel {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
  }
  .blocs_deux_un.big_deux .bloc.carousel .slide {
    height: 480px;
  }
  .blocs_trois {
    padding: 0 10px;
    max-width: 1020px;
  }
  .blocs_trois .bloc.bijou,
  .blocs_trois .bloc.actu {
    margin: 10px;
    width: 313px !important;
    height: 313px !important;
  }
  .blocs_trois .bloc.actu a {
    min-height: 313px;
  }
  .blocs_trois .bloc.actu .content .titre {
    padding: 20px;
    padding-top: 0;
  }
  .description_home .container {
    max-width: 1020px;
  }
  .description_home .gauche {
    width: 610px;
    padding: 0 110px;
    height: 400px;
    position: relative;
  }
  .description_home .gauche .texte {
    position: absolute;
    left: 110px;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .colonne {
    margin: 0 30px;
  }
  .sur-mesure .page-background-contenu {
    max-width: 1020px;
  }
  .sur-mesure .intro {
    min-height: 800px;
    max-width: 1020px;
  }
  .page_actu .page-background-contenu {
    max-width: 980px;
    margin-top: -200px;
    padding: 30px 110px;
  }
  .page_actu .page-background-contenu .titre {
    font-size: 35px;
    line-height: 38px;
    margin-top: 20px;
  }
  .page_actu .page-background-contenu .contenu {
    margin: 50px 0;
  }
  .page_editoriale {
    max-width: 1020px;
  }
  .page_editoriale .titre_page .titre {
    font-size: 35px;
    line-height: 38px;
  }
  .page_actualites .titre_page {
    padding: 50px 0;
  }
  .page_actualites .titre_page .titre {
    font-size: 35px;
    line-height: 28px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  .blocs_deux_un {
    max-width: 1200px;
    padding: 0;
    font-size: 0;
  }
  .blocs_deux_un .bloc {
    width: 390px !important;
    height: 380px !important;
  }
  .blocs_deux_un .bloc.bloc_deux {
    width: 790px !important;
  }
  .blocs_deux_un .bloc.texte {
    padding: 40px;
  }
  .blocs_deux_un .bloc.texte.gris {
    padding-left: 30px;
    padding-right: 70px;
  }
  .blocs_deux_un .bloc.carousel .slide {
    height: 380px;
  }
  .blocs_deux_un .bloc.carousel .slide .carre {
    right: 75px;
  }
  .blocs_deux_un .bloc.actus .actu .img {
    height: 230px;
  }
  .blocs_deux_un .bloc.image .carre {
    right: 75px;
  }
  .blocs_deux_un .bloc.marque_haut {
    padding-top: 0;
  }
  .blocs_deux_un.big_deux {
    max-width: 100%;
  }
  .blocs_deux_un.big_deux .bloc.texte {
    width: 390px !important;
  }
  .blocs_trois_container {
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto;
  }
  .blocs_trois_container .blocs_trois {
    padding: 0;
    max-width: inherit;
  }
  .blocs_trois_container .blocs_trois .bloc.bijou {
    margin: 10px;
    width: 390px !important;
    height: 390px !important;
  }
  .blocs_trois_container .blocs_trois .bloc.bijou:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .blocs_trois_container .blocs_trois .bloc.bijou:nth-of-type(3n) {
    margin-right: 0;
  }
  .blocs_trois_container .blocs_trois .bloc.bijou .img {
    height: 240px;
    background-size: 390px;
  }
  .blocs_trois_container .blocs_trois .bloc.actu {
    margin: 10px;
    width: 390px !important;
    height: 390px !important;
  }
  .blocs_trois_container .blocs_trois .bloc.actu a {
    min-height: 390px;
  }
  .blocs_trois_container .blocs_trois .bloc.actu .img {
    height: 230px;
  }
  .blocs_trois_container .blocs_trois .bloc.actu:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .blocs_trois_container .blocs_trois .bloc.actu:nth-of-type(3n) {
    margin-right: 0;
  }
  .description_home .container {
    max-width: 1200px;
    padding: 0;
  }
  .description_home .gauche {
    width: 790px;
  }
  .description_home .droite {
    width: 390px;
  }
  footer .colonne {
    margin: 0 60px;
  }
  .sur-mesure .page-background-contenu {
    max-width: 1200px;
  }
  .sur-mesure .intro {
    max-width: 1200px;
  }
  .page_actu .page-background {
    height: 800px;
  }
  .page_actu .page-background-contenu {
    max-width: 1200px;
    margin-top: -200px;
  }
  .page_editoriale {
    max-width: 1200px;
  }
}
