.c-offcanvas--left {
    height: 100%;
    transform: translate3d(-350px, 0, 0);
    width: 350px;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 6px;
}
::marker {
    color: #f08543;
}
.icon-chevron-left:before {
    content: "<";
}
@media (min-width: 992px) {
    .item-page .page-header h1, .item-page .page-header .h1 {
        font-size: var(--h1-font-size);
        margin-bottom: 1rem;
    }
}
.page-header h1, .page-header .h1, .categories-list h1, .categories-list .h1 {
    margin-bottom: 1rem;
    margin-left:1rem; 
    text-transform: none;
}
.page-header h1:before {
    content: "//";
    color: #f08543;
    font-weight: 100;
}
.linkarrow:before{
  content:"→";
  font-weight:600;
  padding-right: 5px;
  color: #f08543;
}
}
.linktext {
    /*background: #eee;*/
    padding: 0px 5px;
    margin: 0px 2px;
   font-weight:600;
}
a.linktext:after {
    content: "\f35d";
    line-height: 0;
    padding-left: 0;
    text-decoration: none !important;
    left: 0.2em;
    padding-right: 0.1em;
    position: relative;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.linktext-ext {

   font-weight:normal;
}
a.linktext-ext:after {
    content: "\f35d";
    line-height: 0;
    padding-left: 0;
    text-decoration: none !important;
    left: 0.2em;
    padding-right: 0.1em;
    position: relative;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
/*################----btn----###########################*/

.btn.btn-success {
    
    border-color: #f08543 !important;
}
.btn.btn-success:hover {
    background-color: #009de0 !important;
    border-color: #009de0 !important;
}
.btn.btn-info {
    border-color: #f08543 !important;
}
.btn.btn-info:hover {
    background-color: #009de0 !important;
    border-color: #009de0 !important;
}
.btn.btn-primary {
    background-color: #f08543;
    border-color: #f08543 !important;
}
.btn.btn-primary:hover {
    background-color: #009de0 !important;
    border-color: #009de0 !important;
}
.btn.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary) !important;
    color: #333 !important;
}
.btn:hover, .blog-list .item-readmore a:hover {
    color: var(--t4-btn-hover-color);
    background-color: var(--t4-btn-hover-bg);
    border-color: var(--t4-btn-hover-border-color);
    background: #009DE0;
    color: #ffffff;
}
input.btn.btn-warning {
    color: #f08543!important;
}
/*##############---ajout btn---###############*/

.btn {
 /*padding: 0.8em 1.8em;*/
 border: 2px solid #0077C8;
 position: relative;
 overflow: hidden;
 background-color: transparent!important;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #0077C8!important;
     /* background: #f08543!important;*/
  font-weight: bold;
  
}

.btn::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(180deg);
 background: #009de0;
 transition: .5s ease;
 display: block;
 z-index: -1;
  
}
.btn:hover::before {
 width: 105%;
}
.btn:hover {
 color: #ffffff!important;
border-color: #009de0;
}
.btn.btnform{
  border-color: #f08543;
  padding: 10px;
}
.btn.btnform:hover{
  background:#009de0!important;
  border-color: #009de0;
}
.t4-footer a.btn {
    color: #ffffff;
}

/*#############################################################*/
@media (min-width: 1200px) {
    .item-page:not(.no-sidebar) .article-inner > .row > div {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }

.geek-masthead .inner h1 {
    display: none!important;
}
  .ja-masthead:before {
    background-color:transparent!important;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 3;
}
  .ja-masthead {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 300px;
}
/*###########---colonne de droite----##############*/
.t4-sidebar-r, .sidebar-r {
    border-left: 1px solid rgba(52,58,64,0.12);
    background: #eee;
    padding-top:4%;
    padding-bottom: 5%;
    margin-left: 2%;
    margin-top: -48px;
    position: relative;
    height: fit-content;  
}
.t4-sidebar-r, .sidebar-r::after {
    position: absolute;
    content: '';
    height: 0px;
    bottom: -59px;
    left: 0px;
    border-width: 30px 200px;
    border-style: solid;
    border-color: #eeeeee #f08543 transparent transparent;
    width: 100%;
    border-radius: 0px 0px 5px;
}
  .t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
    color: var(--mainnav-link-color);
    padding: 0.5rem 0;
    white-space: normal;
    height: auto;
    line-height: var(--body-line-height);
    border-bottom: dotted 1px #ccc;
}
 .t4-megamenu .mega-col-nav .mega-col-title span {
       font-weight: 600;
       text-transform: none;
       font-size: 1.2rem;
 }
  span.separator.nav-link {
    font-weight: 600;
}
  a.decal.nav-link {
    margin-left: 20px;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    color: var(--body-text-color);
    padding: 0.75rem 0;
    width: auto;
    white-space: normal!important;
}

.view-article .t4-main-body .t4-section-inner > .row > .t4-col {
    /*height: auto;*/
   padding-bottom:3rem;
   margin-bottom: 2rem;
    }
}
  .categories-list .com-content-categories__items .com-content-categories__item .item-inner {
    padding: 1rem 1rem 0rem;
    border-color: var(--t4-border-color);
}

p.readmore .btn, p.readmore .blog-list .item-readmore a, .blog-list .item-readmore p.readmore a {
    background-color: #f08543;
    padding: 0.3333333333rem 0.6666666667rem;
}
  a:hover.btn.fc {
    background: #e28e5a;
    color: #efefef;
    font-weight: bold;
}
.t4-section .t4-section-inner {
    position: relative;
    padding-left: inherit;
    padding-right: inherit;
}
/*########---module de droite---##############*/
.t4-col.sidebar-r.col-sm.col-md-12.col-lg-4.colrigh {
    border-top: 4px solid;
    border-image: repeating-linear-gradient(to right, #3286a985, #009de073, #76d5ffd1, #009de0 30px) 1 0 0 0;
}  
.module-ct {
    padding:0.6rem;
    background:#ffffff;
    border-radius: 5px;
}
.module-title {
    font-weight: var(--heading-font-weight);
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    text-align: center;
    /*background:transparent!important;*/
    padding: 15px 10px;
    text-transform: uppercase;
    margin-bottom:15px;
  /*border-top: 6px solid;
        border-image: repeating-linear-gradient(to right, #3286a985, #009de073, #76d5ffd1, #009de0 30px) 1 0 0 0;*/
  }
h3.module-title {
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.05rem;
    background-image: repeating-linear-gradient(145deg, #ccc 11px, #ccc 12px, transparent 12px, transparent 20px);
}
  h3.doublegreen {
    /*border-top: 2px solid #009de0;*/
    border-bottom: 1px solid #009de0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    background-image: repeating-linear-gradient(145deg, #eee 10px, #eee 10px, transparent 12px, transparent 20px);
}
/*###########################---Accordion----####################################*/
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    border-bottom: solid 1px #f08543;
    font-weight: 600;
}
.accordion-item {
    border: transparent;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #f08543 !important;
  border: none !important;
  box-shadow: inset 0 -1px 0 #dee2e6;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none!important;
}
  .accordion-body {
    color:#495457;
    font-size: 1rem;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    background:#fbfbfb;
}
  p .accordion-body{
    font-size: 1rem;
  }
.accordion h2, .accordion .h2 {
    margin: 0;
    line-height: 1.3;
    border-bottom: solid 2px #f08543;
}
button.accordion-button.collapsed {
    font-size: 1.4rem;
} 
/*##########################---Tabs---##############################*/
nav-tabs + .tab-content {
  
  margin-top: -17px;
  }
.tab-content {
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    margin-top: -17px;
  padding: 1rem!important;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #fff;
  border-top:solid 4px #009DE0;
  color: #333!important;
  font-weight: 600;
}
button.nav-link.link-primary {
    color: #333!important;
}
/*##################---double colonne-----######################*/
#col {
    column-count: 2;
    column-width: 250px;
    padding: 20px 0px;
    column-gap: 1.5em;
    column-rule-color: #ccc;
    column-rule-style: solid;
    column-rule-width: 1px;
}
  #col-ta {
    column-count: 2;
    column-width: 250px;
    padding: 20px 10px;
    column-gap: 1.5em;
    column-rule-color: #ccc;
    column-rule-style: solid;
    column-rule-width: 1px;
    border-radius: 8px;
}
#col3 {
    column-count: 3;
    column-width: 250px;
    padding: 20px 0px;
    column-gap: 1.5em;
    column-rule-color: #ccc;
    column-rule-style: solid;
    column-rule-width: 1px;
}

/*####################---module menu---##################################*/
/*div#Mod128 .module-title {
    background: #009de0;
}*/
  div#Mod128 .module-ct {
    background: transparent;
}
div#Mod148 .module-ct {
    background: transparent;
}
div#Mod151 .module-ct {
    background: transparent;
}
  div#Mod169 .module-ct {
    background: transparent;
}
  div#Mod172 .module-ct {
    background: transparent;
}
/*   div#Mod172 .module-title {
        border-top: 6px solid;
        border-image: repeating-linear-gradient(to right, #3286a985, #009de073, #76d5ffd1, #009de0 30px) 1 0 0 0;
    }*/
   div#Mod180 .module-ct {
    background: transparent;
}
  div#Mod182 .module-ct {
    background: transparent;
}
  div#Mod185 .module-ct {
    background: transparent;
}
/*####################---menu---##################################*/
ul#menu-r {
    width: 100%;
}
ul#menu-r li {
    border-left: solid 3px #f08543 !important;
    background: #fff;
    margin: 5px;
    padding: 5px 10px;
    font-size: 1.1rem;
}
/*##########################---Formulaire---###########################*/
.visform input:not(.btn), .visform select, .visform textarea {
    background: #eee;
    border: none;
    border-left: solid 5px #F08543;
  
}
/*.visform .btn-save, .visform .btn-cancel, .visBtnCon .vfbt-back, .visBtnCon .vfbt-next, .visform .verifyMailBtn, .visform .btn {
    padding: 16px;
    border: solid 2px #f08543;
    color: #333 !important;
}
*/
/*#######################----fin---###################################*/  
  .page-subheader.clearfix {
    margin-bottom: 50px;
}
.temoig-fond img {
    border-radius: 22px;
}
  .temoig-fond {
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/5px 5px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/5px 5px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/5px 5px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/5px 5px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 10px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 4px) no-repeat, linear-gradient(90deg, #009de0 0%, transparent 70%);
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
}
.temoig {
    display: block;
    max-width: 100%;
    width: 220px;
    height: 220px;
}
  .Figure--left {
    float: right;
    padding: 1rem 1rem;
}
  .temoig-fond h3{
    color: #f08543;
  }
  .resp-direc img{
    border-radius: 5px;
  }
  .resp-direc {
    background: #eee;
    padding: 20px 5px;
    border-radius: 5px;
}
  .resp-direc h4 {
    font-weight: 600;
}
.resp-peda img {
    border-radius: 5px;
     float: left;
    margin: 20px;
}
  .resp-peda {
    background: #eee;
    padding-bottom:3.5rem;
    border-radius: 5px;
}
  .resp-peda h4 {
    font-weight: 700;
}
  .boxcontact {
    background: #eeeeee;
    border-radius: 5px;
    border-bottom: 3px solid #009de0;
}
  .banner {
    text-align: center;
    background: #f08543;
    width: auto;
    padding: 10px;
    margin-top: -30px;
    display: block;
    color: #fff;
    position: inherit;
    border-radius: 5px 5px 0px 0px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
  .msg-boxcontact {
    padding: 35px 20px;
    display: block;
}
  div#col\.boxcontact {
    padding: 0px;
    column-count: 2;
    column-width: 250px;
    column-gap: 1.5em;
    column-rule-color: #ccc;
    column-rule-style: solid;
    column-rule-width: 1px;
}
  /*############################-------------------------stats des diplomes--------------------################################*/
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
  width: 100%;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.blockstats{
  margin-bottom: 0px;
  background: transparent;
  border-radius:10px;
  margin-top: 20px;
  border: solid 1px #f08543;
}
 
h2.blockstats{
 	text-align: center;
    color: #333333;
  	padding-top:5px;
  	font-size:2rem;
   border:none;
}
.div_counter {
  	width: 100%;
  	margin: 10px auto; 
  	position: relative;
  	display: flex;
    padding: 10px;
    border-radius: 5px;
}
.stats-line-black {
	margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #f08543;
}
.counter { 
  padding: 20px 0;
  border-radius: 5px;
  display:block;
  text-align: center;
}

h2.titrestats {
    color: #f08543;
}
h3.timer.count-title.count-number {
    color: #333333;
}
.count-title { 
  font-size: 40px; 
  font-weight: normal; 
  margin-top: 10px; 
  margin-bottom: 0; 
  text-align: center;
}
.count-text { 
  font-size: 1rem; 
  font-weight: normal;  
  margin-top: 10px;
  margin-bottom: 0; 
  text-align: center;
  color: #333333;
}
.stats-icon {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: #f08543;
}
/*.fa-solid.fa-folder:before {
    content: "\f07b";
}*/
.fa-solid.fa-certificate:before {
    content: "\f0a3";
}
.fa-solid.fa-unlink:before{
  content:"\f127";
}
.fa-solid.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-solid.fa-arrow-up-right:before{
  content:"\e09f";
}
.fa.fa-bluesky:before {
    content: "\e671";
}
@media (max-width: 992px) {
	.div_counter {
		margin-bottom: 40px;
    	width: 100%;
    	display: inline-block;
	}
}
/*module alternance*/

.blockstats-alter{
  margin-bottom: 0px;
  background: transparent;
    margin-top: 20px;
}
h2.blockstats-alter{
 	text-align: center;
    color: #F08543;
  	padding-top:2px;
  	font-size:2rem;
}
.div_counter-alter {
  	width: 100%;
  	margin: 10px auto; 
  	position: relative;
  	display: flex;
    padding: 10px;
}
.stats-line-black-alter {
	margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #F08543;
}
.counter-alter { 
  padding: 10px 0;

  display:block;
  text-align: center;
}

h2.titrestats-alter {
    color: #F08543;
}
h3.timer-alter.count-title.count-number {
    color: #F08543;
}
.count-title-alter { 
  font-size: 40px; 
  font-weight: normal; 
  margin-top: 10px; 
  margin-bottom: 0; 
  text-align: center;
}
.count-text-alter { 
  font-size: 1rem; 
  font-weight: normal;  
  margin-top: 10px;
  margin-bottom: 0; 
  text-align: center;
  color: #333333; 
}
.stats-icon-alter {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: #F08543;
}
  h3.timer.count-alter-title.count-number-alter {
    color: #333333;
}
/*#####################---affichage bloc catégorie---##############################*/
.cat-bloc .item-content {
    background: #eeeeee;
    padding: 15px;
    border-radius: 5px;

}
 .cat-bloc .blog .item-content .page-header>h2, .blog-featured .item-content .page-header>h2 {
    margin: 0;
    font-size: 1.6rem;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-bottom: 1rem;
}
/*################---réseaux sociaux---###################################*/
.rs {
    margin-top: 10px;
    font-size: 0.9rem;
}  
.rs ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    
    color: #f08543!important;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    padding: 7px;
    }
.rs ul {
    list-style: none!important;
    float: right;
}
.rs ul li {
    position: relative;
    width: 16px;
    height: 20px;
    float:left;
    background-image: none;
    margin-right: 25px!important;
}
  .rs-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.rs-bottom ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    color: #f08543!important;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    padding: 7px;
    font-size: 16px;
}
.rs-bottom ul {
    list-style: none!important;
    float: left;
}
.rs-bottom ul li {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    background-image: none;
    margin-right: 25px!important;
}
div#t4-footer {
    background: #ffffff;
}
div#t4-footnav {
    background-image: repeating-linear-gradient(145deg, #eee 10px, #cccccc 10px, transparent 12px, transparent 20px);
   margin-top:2%;
}
 @media (min-width: 992px) {
    .t4-footnav .container {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}
  .t4-footer .nav > li:before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    color: #adb5bd;
    margin: 0 0px;
}
  div#Mod183 .module-ct {
    background: none;
}
/*################---boutique---#####################*/
  .j2store-product-list .j2store-single-product {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 7px;
}
  h2.product-title {
    font-size: 1.5rem;
}
ul.additional-image-list {
    margin: 0px;
    display: inline-flex;
}
  .j2store-product-additional-images {
    max-width: 80%;
    margin-bottom: 20px;
}
  .additional-image-list li {
    list-style-type: none;
    display: inline;
    padding-right: 5px;
}
  ul#j2store-product-detail-tab {
    display: none;
}
.j2store-view-back-button {
    margin-bottom: 20px;
}
.j2store_cart_module_117 {
    margin-left: -10px;
    margin-right: -10px;
    padding:6px;
}
  span.default_cart_module_text {
    padding: 10px;
}
  .j2store-minicart-button {
    padding: 10px;
}
.flexi-product-price-range {
    font-size: 1.4rem;
}
.row {
    t4-gutter-x: 1rem;
    t4-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--t4-gutter-y));
    margin-right: calc(-0.5* var(--t4-gutter-x));
    margin-left: calc(-0.5* var(--t4-gutter-x));
}
  .dj-megamenu-wrapper {
    margin-left: 1rem;
}
  .dj-megamenu-modern {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    overflow: visible;
    height: 60px;
    width: auto;
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  .t4-topbar {
    background-color: var(--tpl-base-100);
    color: var(--body-text-color);
    padding-top: 0px;
    padding-bottom: 0px;
}
.item-page.layout-default.no-sidebar .top-article-info {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}
/*###############-----seblod----##############*/
.titre-form1 {
    background: #009de0;
    padding: 10px;
    width: 100%!important;
    margin-bottom: 10px;
  border-radius: 5px;
}
.titre-form2{
  background: #f08543;
  padding: 10px;
  width: 100%!important;
  margin-bottom: 10px;
  border-radius: 5px;
}
.titre-form1 h3 {
    color: #ffffff;
}
.titre-form2 h3{
    color: #ffffff;
}
.cck-line-top label {
    font-weight: bold;
}
.cck-plr label {
    font-weight: bold;
    float: none !important;
}
div.cck_forms.cck_site div.cck_form input, div.cck_forms.cck_site div.cck_form textarea, div.cck_forms.cck_site div.cck_form select, div.cck_forms.cck_site div.cck_form option, div.cck_forms.cck_site div.cck_form span, div.cck_forms.cck_site div.cck_form a.cck_preview, div.cck_forms.cck_site div.cck_form span.cck_preview, div.cck_forms.cck_site div.cck_desc, div.cck_forms.cck_site div.cck_value.cck_value_wysiwyg_editor p, div.cck_forms.cck_site div.cck_value {
    line-height: 1.2em;
    max-width: 100%;
      padding: 12px !important;
}
input#button_submit {
    border: none;
}

/*###################---module index---###########################*/
.magz-layout.slide-1 .item-inner .item-title {
    font-size: 2rem !important;
}
.item-readmore a.mod-articles-category-title {
    font-size: 1.3rem !important;
}
.owl-stage {
    display: flex;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
div.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #f08543;
    opacity: 1;
    width: 50px;
}
div.owl-carousel .owl-dots span {
    background-color: var(--body-text-color);
    border-radius: 12px;
    display: block;
    height: 15px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
}
/*##############---rayure titre cat----################*/
.categories-list .page-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    /* border-bottom: 1px solid var(--t4-border-color); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1rem;
    gap: 0.5rem;
    padding: 0 0 1rem;
    background-image: repeating-linear-gradient(45deg, #cccccc 10px, #eee 11px, transparent 10px, transparent 20px);
}
/*################----mega menu---######################*/
.dj-megamenu-modern li a.dj-up_a {
    font-size: 1rem;
    font-weight: 600;
    color: #006DB8!important;
    background: #eee;
    padding: 0 50px;
}
.dj-megamenu-modern li ul.dj-submenu > li > a {
    font-size: 1.1rem;
    line-height: 24px;
    color: #333333;
  }
/*############----module index texte-----#################*/
div#acm-hero-197 h1.hero-title.mt-0.mb-3 {
    color: #333;
}
div#acm-hero-197 .lead.hero-desc.mt-0.mb-3.md-lg-5{
  color: #333;
}
div#acm-hero-197 {
    /*margin-top: -60px;*/
    margin-bottom: -60px;
}
div#acm-hero-197 .item.container {
    background-image: repeating-linear-gradient(45deg, #eee 10px, #eee 12px, transparent 12px, transparent 20px);
}
div#acm-hero-197 .hero-content-inner {
    background: #ffffff !important;
    padding: 10px;
}
div#acm-hero-200 .hero-content-inner {
    background: #393939b0;
    padding: 20px 40px;
    border-radius: 5px;
}
.acm-hero.style-1 .has-bg .hero-content {
    min-height: 35rem;
}

div.owl-carousel .owl-dots span {
    background-color: #ffffff;
    border-radius: 20px;
    display: block;
    height: 20px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
a.btn.btn-light.mb-2.mb-md-0 {
    color: #ffffff !important;
}
.acm-hero.style-2 .hero-media {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: column !important;
    }
}
h3.my-0.mod-title.text- {
    color: #ffffff;
    font-size: 2rem;
}
.t4-palette-gray {
    background-color: #f08543;
    color: #6c757d;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px;
}
.bg-light {
    padding: 1.2rem 0rem;
}
.page-header a, .categories-list a {
    color: #0077c8;
}
/*-----menu mobile-------*/
.fa-bars:before {
    content: "\f0c9";
    font-size: 1.6rem;
}
span#triggerButton {
    width: 50%;
    height: 40px;
    border-radius: 5px;
}
.t4-offcanvas .t4-off-canvas-header a img {
    max-height: 2rem;
    outline: none;
    display: none;
}
/*-------module de recherche-----*/

form.mod-finder.js-finder-searchform.form-search {
    float: right;
    margin:10px 10px;
}
.mod-finder button.btn {
    border-radius: var(--t4-border-radius) !important;
    margin-left: 0 !important;
    padding: 4px 10px;
}
.mod-finder .input-group {
    gap: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 10px;
}
/*############-----fin-----##################*/

.item-page .article-body {
    display: inline-block;
    margin-top: 0;
    padding: 10px;
}

.t4-main-body {
    padding-top: 5rem!important;
    padding-bottom: 2rem;
    padding: 10px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
}
nav.mod-breadcrumbs__wrapper {
    margin-top: 10px;
}
ol.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    font-size: 1rem;
}
li.mod-breadcrumbs__item.breadcrumb-item:after {
  padding: 5px 10px;
   content: "/";
}
/*---------------TAG-------------------*/
.tags > li > a {
    background: var(--tpl-base-100);
    color: var(--headings-color);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    padding: 5px 10px;
}
/*-----------------FAQ-------------------------*/
.faq-vertical-tabs .nav-link.active {
    border-left-color: #f08543!important;
    color: #666!important;
    background: #c3eafb!important;
    text-decoration: underline;
}
.tab-content {
    font-family: 'Bitter';
}
.inscriptfc {
    background: #eee;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    margin: 3rem 0;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
}
.faq-category-title {
    font-weight: normal!important;
}
/*-----------------blockquote--------------------*/
.item-page blockquote {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 2rem;
    font-size: 1.25rem;
    text-align: center;
    color: #333333;
    border-radius:25px;
}
.quote:before {
    display: block;
    float: left;
    content: "\201C";
    font-size: 100px;
    margin-right: 10px;
    color: #fff;
    background-color: #029ee0;
    padding: 11px 10px 20px 8px;
    width: 60px;
    height: 60px;
    line-height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*----------------------------------------*/

div#acm-testimonial-249 {
    background:#007cbd;
}
div#acm-testimonial-249 h2{
  color: #ffffff;
}
div#acm-testimonial-257 {
    background: #029ee0;
}
div#acm-testimonial-257 h2{
  color: #ffffff;
}
p.my-0.lead {
    color: #ffffff;
}
a.btn.btn-light2 {
    border-color: #ffffff;
    color: #ffffff !important;
}
a.btn.btn-light2:hover{
  font-weight:normal!important;
}
.acm-features.style-2 .has-bg-color {
    padding: 4rem 2rem;
    border-radius: 5px;
}
.item-page .article-body {
    display: inline-block;
    margin-top: 0;
    padding: 10px 10px 10px 20px;
    border-left: solid 1px #dddddd;
}
.intro-title {
    border-bottom: solid 1px #eeeeee;
}
/*-----module duad----*/
div#acm-testimonial-281 {
    background:#007cbd;
    padding: 2rem;
}
.description.h4 {
    color: #ffffff;
    line-height: 2rem;
}
.testimonial-name {
    color: #ffffff;
}
.testimonial-position {
    color: #ffffff;
}

/*-------------UP lomart------------*/
.ui-slideouttab-panel {
    display: block;
    position: fixed;
    border: 1px solid #000000;
}
.ui-slideouttab-right {
    right: 0px;
    transform: translateX(100%);
    border-right: none;
}
.ui-slideouttab-handle {
    display: block;
    position: absolute;
    cursor: pointer;
    color: #fff;
    background-color:#000000;
    font-size:large;
}
.uptoc ul {
    list-style: circle;
   margin-left: 10px;
}
/*--------------up read more-----------------*/
.bg-grisPale, .bg-hover-grisPale:hover, .bg-paleGrey, .bg-hover-paleGrey:hover {
    background-color: #eee !important;
}
.bg-grisClair, .bg-hover-grisClair:hover, .bg-lightGrey, .bg-hover-lightGrey:hover {
    background-color: #efefef !important;
    color: #000;
}
/*------------------up form select--------------------*/
select#up-m69aaac7a91d38 {
    border: none!important;
    background: #eeeeee;
    padding: 15px;
}
/*----menu mobile retour à la ligne-----*/
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    white-space: normal;
}