.spec-form1 {
  background-color: #fff;
  padding: 0 20px;
  padding-top: 5px;
}

.custom-widget-1 {
  background-color: #ffffffc9;
  padding: 10px 20px;
  border-radius: 12px 80px;
}

.spec-form-up-2 {
  border-bottom: 19px solid #00c3ff;
}
.spec-form2 {
  background-color: #00c3ff;
  padding: 0 20px;
  border-top-left-radius: 80px 80px;
  border-top-right-radius: 80px 80px;
}

.custom-widget-2 {
  color: #fdfdfd!important;
  text-shadow: 1px 1px #000!important;
  background-color: #ee7105c2;
  padding: 8px 20px;
  border-radius: 29px 4px;
}

.spec-form3 {
  background-color: #00000082;
  padding: 10px 20px;
}

.custom-widget-3 {
  background-color: #00000085;
  padding: 8px 20px;
  border-radius: 60px;
}

.frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_style-formidable.with_frm_style input[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
  background: #ee7105;
}

.fond-plan {
  background-color: #ee7105;
}

.fond-plan a:hover {
  color : #ee7105;
}

.header__navigation-widgets .widget-social-icons {
  display:none;
}

.fond-plan {
  animation: zoom-in-out-box 1s ease infinite;
}

@keyframes zoom-in-out-box {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*.footer-top__headings {
  margin-top:0;
}
.footer-top__headings {
  margin-top: 140px;
}*/
.footer-top__headings {
  margin-top: 25px!important;
}

.wiki-side {
  border-bottom-right-radius: 50px 50px;
  border-bottom: 5px solid #ee7105;
}

.wiki-side ul li a span {
  font-weight: 700!important;
  font-size: 17px;
  line-height: 2!important;
}

.wiki-side ul li a span:hover, .wiki-side ul li:hover, .wiki-side ul li a:hover{
  color: #ee7105!important;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .main-navigation {
    padding-left:0!important;
  }
}

@media (min-width: 992px) {
  .main-navigation .menu-item > a {
    font-size: 14px!important;
  }
  .main-navigation .menu-item-has-children > a {
    
  }
}

@media (max-width: 800px) {
 .widget_black_studio_tinymce {
       margin-top: 20px;

 }
}

.header__widgets .icon-box .icon-box__text{
  display:inline!important;
}

@media (min-width: 1200px) {
  .header__container::before {
    bottom:27px!important;
  }
  .header__container::after {
    bottom:57px!important;
  }
  .header__navigation {
    width: calc(90% - 275px);
  }
}
@media (max-width: 993px) {
.rang-inv-desk {
  display:none!important;
}
#no-bg-img {
  background-image: none!important;
  background-color: #dfdfdf!important;
}
}
@media (min-width: 993px) {
.rang-inv-mob {
  display:none!important;
}
}

@media screen and (max-width: 992px){
.post.type-post a img {
      width: 100%!important;
      margin-bottom:15px!important;
}
.fixedButton {
  left:27%!important;
}
.post.type-post .meta-data {
  display:none!important;
}
}

.fixedButton {
  position:fixed!important;
  bottom: 10px!important;
  left:45%!important;
  z-index:9999!important;
}



@keyframes zoom-in-out-box {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 992px){
.fixedButton {
  left:27%!important;
}
}

a.wp-block-latest-posts__post-title {
  color: #efefef!important;
}


.wp-block-latest-posts__list {
  margin-top:25px;
}


.wp-block-latest-posts__featured-image a {
  float: left;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  display:flex!important;
  align-items: center;
  justify-content: center;
}

a.wp-block-latest-posts__post-title {
  padding-left:15px;
}

.wp-block-latest-posts__list {
	margin-top:0!important;
	padding-right:0!important;
}

@media screen and (max-width: 992px){
  .wp-block-latest-posts__list {
	margin-top:15px!important;
}
}
#spc-img {
  display: block!important;
    max-width: 100%!important;
    height: auto!important;
}

/*Titres du footer - 9/8/2024*/
.col-xs-12 {
  padding-top: 50px !important;
}

/* === PAGE BLOG : afficher uniquement photo + titre (ajoute via WP Add Custom CSS, plus fiable que WPCode) === */
.blog article .hentry__content,
.blog article .entry-content {
    display: none !important;
}
.blog article .meta-data {
    display: none !important;
}
.blog main.col-md-9 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    padding: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}
.blog .row {
    display: block !important;
}
.blog main.col-md-9 + aside,
.blog .col-md-3 {
    display: none !important;
}
.blog article {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
}
.blog article img.wp-post-image {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}
.blog article .hentry__title,
.blog article .entry-title {
    font-size: 16px !important;
    padding: 14px 16px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-align: center !important;
}
.blog article .hentry__title a,
.blog article .entry-title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}
@media (max-width: 900px) {
    .blog main.col-md-9 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 576px) {
    .blog main.col-md-9 { grid-template-columns: 1fr !important; padding: 10px !important; }
}
