/*!
 * Theme Name: 		   OceanWP
 * Text Domain: 	   oceanwp
 * Version:            4.1.3
 * Tested up to:       6.8.2
 * Requires at least:  5.6
 * Requires PHP:       7.4
 * Author:             OceanWP
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 *
 * License: GNU General Public License v2.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * All files, unless otherwise stated, are released under the GNU General Public
 * License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned
 * with others.
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/oceanwp/oceanwp-child-theme
 *
 * CSS file is in "assets/css"
 */
/********* ACTUALITE ************/


:root {
   /* Couleurs existantes */
   --bs-primary: #c46e59;

}

.cst-list-actu ul,
ol {
   margin: 0 0 0 0;
}


.cst-single-post-actu h2 {
   font-size: 1.9em;
}

#ess-main-wrapper #ess-wrap-inline-networks.ess-inline-networks-container {
   margin-top: 0 !important;
}

.cst-single-title {
   display: none;
}

#ess-main-wrapper {
   justify-content: right !important;
   display: flex !important;
}

#ess-main-wrapper #ess-wrap-inline-networks.ess-inline-networks-container {
   margin-top: 15px;
}

#ess-main-wrapper .ess-social-network-lists .ess-social-networks {
   float: left;
   vertical-align: top;
   height: 32px !important;

}

#ess-main-wrapper .ess-social-network-lists .ess-social-networks .ess-icon {

   width: 32px !important;

}

.socicon {
   font-size: 1em !important;
}

nav.post-navigation {
   padding-top: 40px;
}

.wp-block-list li {
   color: #363638;
   font-family: "lato", sans-serif;
   font-size: 1.1em;
}

.cst-single-post-actu p {
   font-size: 1.1em;
}

.cst-d-grid {
   display: grid !important;
}

.cst-single-title {
   padding-top: 40px;
   ;
}

.cst-fl {
   color: #c36f5a;
}

.page-numbers {
   color: #2d3744;
   font-weight: 500;
   border: 1px solid var(--primary);
   width: 35px;
   height: 35px;
   border-radius: 35px;
   line-height: 35px;
   white-space: nowrap;
   text-align: center;
   margin-right: 20px;
   vertical-align: middle;
}


.current {
   color: #ffffff;
   background-color: #c46e59;
   font-weight: 600;
}

.page__btn {
   color: var(--greyLight);
   pointer-events: none;
}


.cst-date-article {
   color: #378037;
}

h3.actuListTitle {
   font-size: 1.6rem;
   margin: 0 !important;
}

.cst-post-actu p {
   margin: 0 0 10px;
}

p {
   font-size: 1em;
   line-height: 24px;
}

.material-symbols-outlined {
   font-family: 'Material Symbols Outlined';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1;
   letter-spacing: normal;
   text-transform: none;
   display: inline-block;
   white-space: nowrap;
   word-wrap: normal;
   direction: ltr;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;
}

a:focus {
   outline: none;
   /* supprime le contour bleu/violet par défaut */
}


.material-symbols-outlined {
   margin-left: 5px;
   /* espace entre texte et chevron */
   font-size: 24px;
   /* taille du chevron */
   line-height: 1;
   display: inline-flex;
   vertical-align: middle;
}

.material-symbols-outlined {
   margin-left: 5px;
   /* espace entre texte et chevron */
   font-size: 24px;
   /* taille du chevron */
   line-height: 1;
   display: inline-flex;
   vertical-align: middle;
}

/*** START BTN LEARN MORE ***/
button.learn-more {
   position: relative;
   display: inline-block;
   cursor: pointer;
   outline: none;
   border: 0;
   vertical-align: middle;
   text-decoration: none;
   background: transparent;
   padding: 0;
   font-size: inherit;
   font-family: inherit;
}

button.learn-more {
   width: 13rem;
   height: auto;
}

button.learn-more .circle {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: relative;
   display: block;
   margin: 0;
   width: 2.5rem;
   height: 2.5rem;
   background: #378037;
   border-radius: 1.625rem;
}

button.learn-more .circle .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #fff;


}

button.learn-more .circle .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   left: 0.3rem;
   width: 1.125rem;
   height: 0.125rem;
   background: none;
}

.cst-post-actu li {
   list-style-type: none !important;
   ;
}

button.learn-more .circle .icon::before {
   position: absolute;
   content: "";
   top: -0.25rem;
   right: 0.0625rem;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 0.125rem solid #fff !important;
   border-right: 0.125rem solid #fff !important;
   transform: rotate(45deg);
}

button.learn-more .button-text {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0 0 0 1.8rem;
   color: #378037;
   font-weight: 400;
   line-height: 1.6;
}

.bg-hover:hover {
   opacity: 0.8;
}

button:hover .circle {
   width: 100%;
}

button:hover .circle .icon {
   background: #fff;
   transform: translate(1rem, 0);
}

button:hover .button-text {
   color: #fff;
   font-weight: 400;
}

.space-top {
   padding-top: 120px;
}

.space-bottom {
   padding-bottom: 110px;
}

/*** END BTN LEARN MORE ***/
.cst-fl {
    color: #2a7c29;
}

.cst-single-post-actu a{
       color: #297d29;
       font-weight: 600;
}


.cst-single-post-actu li p {
    margin: 0 0 0!important;
}
/***************  END ACTUALITE ****************/

.elementor-65 .elementor-element.elementor-element-417957d::before,
.elementor-65 .elementor-element.elementor-element-417957d>.elementor-background-video-container::before,
.elementor-65 .elementor-element.elementor-element-417957d>.e-con-inner>.elementor-background-video-container::before,
.elementor-65 .elementor-element.elementor-element-417957d>.elementor-background-slideshow::before,
.elementor-65 .elementor-element.elementor-element-417957d>.e-con-inner>.elementor-background-slideshow::before,
.elementor-65 .elementor-element.elementor-element-417957d>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
   background-color: #436e76 !important;
}



.pad-top {
   padding-top: 70px !important;
}

.pad-bot {
   padding-bottom: 70px !important;
}


.marg-top {
   margin-top: 70px !important;
}

.marg-bot {
   margin-bottom: 70px !important;
}

#mobile-dropdown {

   max-height: 700px !important;

}

.atc-testimonial-container .swiper-pagination-bullet-active {
   background: #2d953e !important;
   color: #fff;
}

.cst-test .atc-testimonial-container .author-img {
   display: none !important;
   /* Masque le conteneur */
   width: 0 !important;
   /* Supprime l'espace horizontal */
   height: 0 !important;
   /* Supprime l'espace vertical */
   margin: 0 !important;
   /* Supprime tout margin */
   padding: 0 !important;
   /* Supprime tout padding */
   overflow: hidden !important;
}

#footer-widgets {
   padding-top: 60px !important;
}

#site-header-inner {
   padding: 0 100px 0 100px !important;
}

#site-navigation-wrap .dropdown-menu>li>a,
#site-header.full_screen-header .fs-dropdown-menu>li>a,
#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a,
#site-header.center-header #site-navigation-wrap .dropdown-menu>li>a,
#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a,
.oceanwp-mobile-menu-icon a {
   outline: none !important;
   box-shadow: none !important;
}

.oceanwp-row clr {
   padding-top: 60px !important;
}

.elementor-65 .elementor-element.elementor-element-417957d {
   margin-left: 0 !important;
   margin-right: 0 !important;
   margin-top: 0 !important;
}

.search-icon-dropdown {
   display: none !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
   .cst-list-actu {
      margin-bottom: 50px!important;
   }


   #site-header-inner {
      padding: 0 10px 0 10px !important;
   }

   .footer-box {
      width: 100% !important;
      display: block;
   }
}


.cst-contact-article {
  margin-top: 20px;
  text-align: center;
}

.cst-contact-article .btn-contact {
  display: inline-block;
  padding: 10px 20px;
    background-color: #2d953e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}





.cst-contact-article .btn-contact:hover {
  background-color: #0056b3;
}