/*
Theme Name: InternetRocket
Template: Divi
Author: InternetRocket
Author URI: https://www.internetrocket.fr
*/
@media(min-width:1024px){
	.et_pb_button_module_wrapper.et_pb_module .et_pb_button {
    font-size: 16px !important;
}
}
.dipl_team_grid_item:hover img.dipl_team_member_image.wp-post-image {
    filter: none;
}
.team-block-content .dipl_team_member_image_wrapper {
    border-radius: 12px;
}
.has_et_pb_sticky .et_pb_section:first-child{
	    contain: initial;
}
/*definition*/
@media(max-width:980px){

	.et_pb_text_inner h1{
		font-size: 28px!important;
	}
	.et_pb_text_inner h2{
		font-size: 22px!important;
	}
	.et_pb_text_inner h3{
		font-size: 18px!important;
	}
	body.single.single-post h2{
		font-size:22px!important;
	}
	.et_pb_text_inner {
		font-size: 17px;
	}
	#page-container .et_pb_section a.et_pb_button.et_pb_bg_layout_light {
		font-size: 15px !important;
	}
	.team-list .dipl_team_member_short_desc {
		font-size: 15px !important;
	}
	.single.single-post h3 {
		font-size: 17px !important;
		font-weight: 600;
	}
}
/*definition*/
html:not(.js) .iframe-maps iframe{
	display:none;
}
html:not(.js) .slide-block .et_pb_row.slide-mobile{
	display:block!important
}
html:not(.js) ul#menu-accueil-menu
 {
    display: inline!important;
    width: 91vw;
    padding-left: 31px !important;
}
@media(max-width:980px){
	.remove-height.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular{
		height:100%!important;
	}
	html:not(.js) .team-block-content .dipl_team_grid_items{
	display:block!important;
}
}
.et_pb_module.et_pb_image.et_pb_image_0.top-up {
    z-index: 999;
	    position: relative;
}
@media(min-width:980px){
	body .slider-ready .nav-arrow {
    display: none !important;
}
	html:not(.js) .team-block-content .dipl_team_grid_items {
    display: block !important;
}
html:not(.js) .team-block-content.dipl_team_grid_0 .dipl_team_grid_item{
	width: calc(25% - 11.25px) !important;
}
}

.logo-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Sans JS : flèches cachées */
.nav-arrow {
  display: none !important;
}

.logo-slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* Sans JS : retour à la ligne */
  justify-content: center;
  gap: 40px;
  flex: 1;
  padding: 12px 0;
}

.logo-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slider a img {
  max-height: 50px;
  width: 116px;
  max-width: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-slider a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* === AVEC JS : classe .slider-ready ajoutée par le script === */
.slider-ready .nav-arrow {
  display: flex !important;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  border: none;
  padding: 8px;
  z-index: 2;
}

.slider-ready .nav-arrow img {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.slider-ready .nav-arrow.left img {
  transform: rotate(180deg);
}

/* Desktop : toujours en grille peu importe JS */
@media (min-width: 769px) {
  .nav-arrow {
    display: none !important;
  }

  .logo-slider {
    overflow-x: visible !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 48px;
    scrollbar-width: unset;
  }
}

/* Mobile avec JS : activer le slider */
@media (max-width: 768px) {
  .slider-ready .logo-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 24px;
    padding: 12px 4px;
  }

  .slider-ready .logo-slider::-webkit-scrollbar {
    display: none;
  }

  .slider-ready .logo-slider a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: 100px;
  }

  .slider-ready .logo-slider a img {
    max-height: 40px;
    max-width: 120px;
  }

  /* Sans JS mobile : grille simple */
  .logo-slider {
    gap: 24px;
  }
}





.team-list .dipl_team_grid_item  {
    cursor: pointer;
}
	html:not(.js) .home .dipl_logo_slider_wrapper .swiper-wrapper {
    display: block;
    transform: inherit !important;
    justify-content: center;
    text-align: center;
}
@media(max-width:980px){
	.et_pb_menu .et_pb_menu__menu {
    display: block;
    position: absolute;
    background: #303030;
	top: 54px;
}

	.js .et_pb_menu .et_pb_menu__menu{
		display:none!important;
	}
}
/*page article */
.team-list.dipl_team_grid_0 .parent-active .dipl_team_member_designation {
    opacity: 1 !important;
    overflow: visible !important;
    max-height: inherit !important;
}
.post-detail blockquote {
    background: rgba(17, 88, 110, 0.9) !important;
    color: white;
}
/* ── Barre de catégories ────────────────────────────────────── */
.howard-cats {
    background: #ffffff;
    border-radius: 67px;
    padding: 14px 28px;
    margin-bottom: 48px;
}

.howard-cats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.howard-cats li {
    display: flex;
    align-items: center;
}

.howard-cats li + li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #e0e4ec;
    margin: 0 9px;
}
.howard-cat-link:first-letter{
	text-transform:capitalize;
}
.howard-cat-link {
    font-size:15px;
    color: #555555;
    text-decoration: none;
    padding: 4px 0;
    white-space: nowrap;
    transition: color 0.25s ease;
    position: relative;
	text-transform: lowercase;
}

.howard-cat-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f5a623;
    transition: width 0.25s ease;
}

.howard-cat-link:hover,
.howard-cat-link:focus {
    color: #1a3060;
    outline: none;
}

.howard-cat-link:hover::after,
.howard-cat-link:focus::after {
    width: 100%;
}

.howard-cat-link.is-active {
    color: #1a3060;
    font-weight: 700;
}

.howard-cat-link.is-active::after {
    width: 100%;
}

/* ── Grille d'articles ──────────────────────────────────────── */
.howard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* ── Carte article ──────────────────────────────────────────── */
.howard-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(26, 48, 96, 0.10);
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #e0e4ec;
}

.howard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(26, 48, 96, 0.16);
}

/* Image */
.howard-card__img-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #f4f6f9;
	border-radius: 12px 12px 0px 0px;
}

.howard-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.howard-card:hover .howard-card__img {
    transform: scale(1.04);
}

.howard-card__img--placeholder {
    background: linear-gradient(135deg, #d0d8e8 0%, #b8c4d8 100%);
}

/* Corps */
.howard-card__body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
	position: relative;
}



/* Titre */
.howard-card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    margin: 0 0 10px;
}

.howard-card__title a {
    color: #333
;
    text-decoration: none;
    transition: color 0.25s ease;
}

.howard-card__title a:hover,
.howard-card__title a:focus {
    color: #f5a623;
    outline: none;
}

/* Extrait */
.howard-card__excerpt {
    line-height: 1.6;
    color: rgba(244, 162, 12, 1);
    margin: 0 0 20px;
    flex: 1;
}

/* Bouton CTA */
.howard-card__btn {
    display: inline-block;
    align-self: center;
    background:rgba(244, 162, 12, 1);
    color: rgba(48, 48, 48, 1) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 21px;
    transition: background 0.25s ease, transform 0.25s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 100px;
	bottom: -17px;
    line-height: 15px;
}

.howard-card__btn:hover,
.howard-card__btn:focus {
    background: #d4891a;
    outline: none;
}

/* ── Pas de résultats ───────────────────────────────────────── */
.howard-no-results {
    text-align: center;
    color: #555555;
    font-size: 1rem;
    padding: 60px 0;
}

/* ── Pagination ─────────────────────────────────────────────── */
.howard-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.howard-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    background: #ffffff;
    border: 1px solid #e0e4ec;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    line-height: 1;
}

.howard-pagination .page-numbers:hover,
.howard-pagination .page-numbers:focus {
    background: #1a3060;
    color: #ffffff;
    border-color: #1a3060;
    outline: none;
}

.howard-pagination .page-numbers.current {
    background: rgba(244, 162, 12, 1);
    color: #ffffff;
    border-color: #f5a623;
    cursor: default;
}

.howard-pagination .page-numbers.dots {
    background: transparent;
    border-color: transparent;
    color: #555555;
    pointer-events: none;
}

.howard-pagination .prev.page-numbers,
.howard-pagination .next.page-numbers {
    font-size: 1.1rem;
    font-weight: 400;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .howard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .howard-cats li + li::before {
        margin: 0 10px;
    }
    .howard-cat-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 640px) {
    .howard-grid {
        grid-template-columns: 1fr;
    }
    .howard-cats {
        padding: 12px 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .howard-cats ul {
        flex-wrap: nowrap;
    }
}

/*fin page article */
body .et-box-content {
    padding-left: 31px;
}
.single.single-post h2{
	font-size:30px!important;
}
.single.single-post h3{
	font-size:20px!important;
}
.auteur-detail span {
    color: rgba(48, 48, 48, 1);
}

button.slider-prev {
    transform: rotate(180deg);
    bottom: 19px!important;
}
.bfr-block:before{
	color:white;
	font-size:128px;
	position:absolute;
	left:20px;
	font-weight:900;	
}

@media(min-width:980px){
	span.breadcrumb-home-icon.et-pb-icon {
    display: none;
}
}
@media(max-width:980px){
	.team-blc .team-carousel-controls {
    display: none;
}
.slide-content-forces.accordion-open {
    height: auto;
    opacity: 1;
}
.team-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.team-carousel-controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.team-carousel-controls img {
  width: 18px; /* ajuste si besoin */
  height: auto;
  display: block;
}

/* Rotation pour PREV */
.team-carousel-prev img {
  transform: rotate(180deg);
}
	.membre-team .dipl_team_grid_item.dipl_team_member_grid_wrapper{
		margin-right: 0 !important;
        flex: 0 0 calc(100% - -2rem);
		margin-bottom: 15px !important;
    }
	
	.js body .membre-team .dipl_team_grid_items{
		flex-wrap:nowrap;
		display:flex!important;
		
	}
	.team-carousel {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 12px;
  padding: 0 1rem;
  scrollbar-width: none;
}

.team-carousel::-webkit-scrollbar {
  display: none;
}

.dipl_team_grid_item {
  scroll-snap-align: start;
  flex: 0 0 calc(100% - 2rem);
}



	 body .membre-team .dipl_team_grid_0 .dipl_team_member_short_desc h4.cm{
		position:relative;
		display: block;
        margin-bottom: 0px;
        margin-top: 23px;
        transform: none;
        left: 0;
        clear: both;
		
	}

/*.dipl-breadcrumb-wrapper.layout2 li a span {
    display: none;
}*/
    /*.dipl-breadcrumb-wrapper.layout2 li:nth-child(1) a:before {
        content: "\e009";
        width: 20px;
        height: 20px;
        position: relative;
        left: 2px;
        top: -3px;
        display: block;
        font-family: 'ETmodules';
        color: black;
    }*/
	.dipl-breadcrumb-wrapper.layout2 ol {
    display: block !important;
}
	.dipl_breadcrumb_0_tb_body .dipl-breadcrumb-inner li {
    position: relative;
}
.dipl_breadcrumb_0_tb_body .dipl-breadcrumb-inner li:after {
    position: absolute;
    left: -22px;
}
	body .dipl-breadcrumb-wrapper.layout2 li:last-child:after {
    font-family: "ETmodules" !important;
    content: "5" !important;
}
	.dipl_breadcrumb_0_tb_body .dipl-breadcrumb-wrapper li .breadcrumb-home-icon {
    display: none;
}

}
.dipl_team_slider_0 .dipl_swiper_wrapper .dipl_team_member_image img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.dipl_team_slider_0 .dipl_swiper_wrapper .dipl_team_member_image img:hover {
  filter: grayscale(0%);
}
a.entry-featured-image-url {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.mon-blog a.more-link {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%);
    background: #f4a20c;
    padding: 9px 21px;
	border-radius:25px;
	color:rgba(48, 48, 48, 1) !important;
}
.mon-blog .post-content-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et_pb_blog_0_tb_body .et_pb_post .post-content a.more-link {
    color: black !important;
    text-transform: capitalize;
}
.mon-blog .et_pb_post {
    min-height: 398px;
	position: relative;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .2);
    border-radius: 15px;
}
.archive .am_posts_navigation {
    display: none;
}
.htop .et_pb_text_0_tb_body h1:first-letter {
    text-transform: capitalize;
}
.htop h1
 {
    font-size: 30px !important;
    text-transform: lowercase;
}
a.da-close.evr-close:before {
    content: "";
    background: url(/wp-content/uploads/2026/03/close-2.svg);
    height: 20px;
    width: 20px;
    position: absolute;
}

a.da-close.evr-close {
    color: transparent !important;
	background: transparent !important;
    box-shadow: none !important;
	 right: 24px !important;
    top: 28px !important;
}
.author .am_posts_navigation {
    display: none;
}
/*team*/
.left-block .et_pb_button_module_wrapper.et_pb_button_0_wrapper {
    float: left;
    margin-right: 18px;
}
@media(min-width:980px){
	.flex-box-footer .et_pb_blurb_container:before{
		display:none;
	}
	.flex-box-footer:before {
    content: "";
    background: white;
    width: 1px;
    position: absolute;
    height: 31px;
    left: 50%;
    transform: translate(-50%);
    top: 9px;
}
}
@media(max-width:378px){
	.flex-box-footer .et_pb_blurb_description,.nowarp div {
    font-size: 12px;
}

}
body .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{
		color:white!important;
	}
	.flex-box-footer span.et-waypoint.et_pb_animation_top.et_pb_animation_top_tablet.et_pb_animation_top_phone.et-pb-icon.et-animated {
    top: 6px;
    position: relative;
    left: 5px;
}
	.flex-box-footer .et_pb_blurb_content {
    display: flex !important;
    height: 10px;
    justify-content: center;
}
	.flex-box-footer .et_pb_blurb_container:before {
    content: "";
    background: white;
    width: 1px;
    position: absolute;
    height: 31px;
    right: 6px;
    top: -2px;
}
	.flex-box-footer{
		display:flex;
		box-shadow: 0px 4px 4.4px 0px rgba(0, 0, 0, 0.25);

	}
	.flex-box-footer .et_pb_blurb_container {
    padding: 0 !important;
}
	.no-marge{
		margin-bottom:0;
	}
	.nowarp div {
    white-space: nowrap;
	align-items: center;
    justify-content: center;
	display:flex;
}
.parent-active img.dipl_team_member_image.wp-post-image {
    filter: none;
    transition: linear 0.3s;
}
img.dipl_team_member_image.wp-post-image {
    height: 300px;
    object-fit: cover;
    object-position: center;
	  filter: grayscale(100%);
}
.team-block .dipl_team_member_designation h4 {
    color: white;
    font-size: 15px;
}
.parent-active .dipl_team_member_name:before {
    content: "";
    background: url(/wp-content/uploads/2026/03/back-btn.svg);
    width: 16px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 31px;
    margin-top: 8px;
}
.parent-active .dipl_team_member_name:after {
    content: "";
    background: white;
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 1px;
    margin-bottom: 19px;
}
.membre-team .dipl_team_grid_items {
  position: relative !important;
  display: block !important;
}

@media(min-width:980px){
	.js .membre-team .dipl_team_grid_item {
  position: absolute;
  width: calc(33.333% - 20px);
}

.js .membre-team .dipl_team_member_designation,
.js .dipl_team_member_short_desc {
    max-height: 0;
  overflow: hidden;
  opacity: 0;
  overflow: hidden;
	 padding: 0 !important;
}
.js  .parent-active .dipl_team_member_short_desc,  .js  .parent-active .membre-team .dipl_team_member_designation{
	opacity:1;
	max-height:inherit!important;
	   padding-bottom: 52px !important;
}
}
.membre-team .dipl_team_member_name {
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .membre-team .dipl_team_grid_item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .membre-team .dipl_team_grid_item {
    width: 100%;
  }
}


.membre-team .dipl_team_member_short_desc
 {
    margin-top: 12px !important;
	padding-bottom: 52px;
}
.membre-team .dipl_team_member_short_desc:after {
    content: "";
    background: white;
    width: 100%;
    height: 1px;
    display: block;
	top: 17px;
    position: relative;
}
.membre-team .dipl_team_grid_0 .dipl_team_member_short_desc h4.cm {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid;
    padding: 4px 19px;
    border-radius: 16px;
	bottom: 12px;
	text-transform: capitalize;
	font-size:14px!important;
	pointer-events: none;
	color: white;
}
/*.colonne-team:after{
	content:"";
	background:rgba(17, 88, 110, 1);
	position:absolute;
	bottom:-10px;
	width:275px;
	height:80px;
	left:22px;
	z-index:-1
}*/
ul.sub-menu li {
    padding: 0;
	display: block;
}
ul.sub-menu li a{
	padding-right:0!important;
	    width: 100%;
}
ul.sub-menu li:after {
    visibility: hidden;
}
/**/
@media(max-width:980px){
	.home .has_et_pb_sticky .et_pb_module.et_pb_menu.et_pb_menu_0_tb_header.et_pb_bg_layout_light.et_pb_text_align_right.et_pb_menu--with-logo.et_pb_menu--style-left_aligned {
    top: 16px;
}
.home span.mobile_menu_bar {
    top: 2px;
}
	.price-bloc{
		display:none!important;
	}
	.swp-content .procedure .dipl_swiper_pagination {
		display: none;
	}
	.avis-blck .avis-order-2:after {
    content: "";
    display: block;
    height: 1px;
    width: 43px;
    background: rgba(48, 48, 48, 1);
    margin-bottom: 16px;
    margin-top: 20px;
  left: -7px;
    position: relative;
}
.avis-blck .avis-order-2{
 display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
	.block-flex .et_pb_text_inner br {
    display: none;
}
	.block-flex:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    background: rgba(48, 48, 48, 1);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
	.paris .et_pb_module.et_pb_image.et_pb_image_2 {
    left: -12px;
}
	.flex-revers {
    display: flex;
    flex-direction: column-reverse;
}
	.order-change {
    display: grid!important;
}
	.avis-order-1 {
    order: -2;
}
	.avis-order-2 {
    order: -1;
}
	.avis-order-2 br {
    display: none;
}
	.btn-flex .et_pb_button_module_wrapper.et_pb_button_1_wrapper.et_pb_button_alignment_phone_center.et_pb_module {
    float: none;
	margin-right:0;
}
	.flex-block {
    gap: 15px !important;
}
}
/**/
.media-carr .et_pb_module.dipl_image_card_carousel_item.et_pb_bg_layout_light.dipl_image_card_carousel_slide.swiper-slide .dipl_image_card_content_wrapper {
    padding: 0 !important;
}
.swp-content .dipl_image_card_carousel_0.procedure .dipl_swiper_navigation .swiper-button-prev:after {
    transform: rotate(180deg);
}
.blog-slide .et_pb_button_module_wrapper.et_pb_button_6_wrapper.et_pb_button_alignment_center.et_pb_module {
    float: initial;
}

@media(min-width:980px){
	.cour-appel:before {
    content: "";
    background: #F4F4F4;
    position: absolute;
    width: 104%;
    height: 249px;
    bottom: 32px;
}
	.cour-appel {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
}
body,html{
	overflow-x:hidden!important;
}
body #page-container .et_pb_section .btn-paris:after {
    color: transparent;
    background: url(/wp-content/uploads/2026/03/Arrow-paris.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    margin-top: 7px;
    margin-left: 14px !important;
}
.et_pb_button_module_wrapper.et_pb_button_1_wrapper.et_pb_button_alignment_phone_center.et_pb_module {
    float: left;
	 margin-right: 28px;
}
.et_pb_button_module_wrapper.et_pb_button_6_wrapper.et_pb_module {
    float: left;
    margin-right: 28px;
}
body .dipl_logo_slider_0 .dipl_logo_slider_item_1.swiper-slide img{
  width:100px!important
}
.top-up img {
  animation: upDown 1.8s ease-in-out infinite;
  display: block;
}

/* Animation */
@keyframes upDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(12px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media(max-width:980px){
	.block-flex{
		display:grid;
	}
	.media-carr .dipl_swiper_navigation.dipl_arrows_bottom_right {
    margin-top: -19px;
    margin-bottom: 38px;
}
.media-carr .dipl_swiper_navigation div:after {
    filter: brightness(0) invert(1);
}
.media-carr .et_pb_module.dipl_image_card_carousel_item .dipl_image_card_content_wrapper {
    padding: 0 !important;
}
	.rm-btm {
    margin-bottom: -18px;
}
	.remove-bottom:after {
    content: "";
    background: rgba(48, 48, 48, 1);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
}
	.et_pb_button_module_wrapper.et_pb_button_6_wrapper.et_pb_button_alignment_center.et_pb_module {
    float: initial;
    margin-right: 0;
}
.rth-colone {
    width: 64% !important;
    padding-right: 25px;
}
	.remove-bottom {
    margin-bottom: 0;
}
.flex-position {
    display: flex!important;
}
.team-block .dipl_swiper_navigation.dipl_arrows_bottom_right {
    position: absolute;
    bottom: 51px;
    right: 0;
    transform: scale(0.8);
	z-index:999
}
	.team-block .swiper-button-next {
    margin-left: 0 !important;
}
.inline-text div
 {
    display: inline;
}
.fond-prestation .et_pb_module {
    margin-bottom: 0;
}
.fond-prestation {
    padding: 10px !important;
}
.avis-liste {
    display: grid !important;
}
	.order-0 {
    order: -2;
    text-align: center!important;
}
	.order-1 {
    text-align: center !important;
    order: -1;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	.order-2 {
    text-align: center !important;
}
	.order-1 br {
    display: none;
}
	.order-1:after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
    margin-top: 10px;
}
	.order-2 strong {
    margin-left: 5px;
}
.order-2 br {
    display: none;
}
}
@media(min-width:980px){
	.media-carr .dipl_swiper_navigation.dipl_arrows_inside {
    display: none;
}
	.logo-slide .dipl_swiper_navigation{
		display:none!important;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom:after {
    content: "";
    background: white;
    width: 1px;
    height: 22px;
    position: absolute;
    right: 1px;
    top: 27px;
}
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-19:after {
	display:none;
}
.swp-content .dipl_image_card_carousel_0 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
}
.swp-content .dipl_image_card_carousel_0 .dipl_swiper_navigation .swiper-button-prev::after {
    transform: rotate(0deg);
}
.swp-content .dipl_swiper_pagination {
    margin-top: -43px;
    z-index: -1;
    position: relative;
}
.swp-content .swiper-pagination.solid_dot.swiper-pagination-clickable.swiper-pagination-bullets:before {
    content: "";
    background: rgba(48, 48, 48, 1);
    width: 61px;
    height: 0.5px;
    position: absolute;
    top: 9.5px;
    z-index: -1;
}
.dipl_team_member_short_desc {
    margin-top: -9px !important;
}
.team-block .swiper-button-prev:after, .team-block .swiper-button-next:after {
    color: transparent !important;
    background: url(/wp-content/uploads/2026/03/next-bt.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.dipl_swiper_navigation .swiper-button-prev:after {
    transform: rotate(180deg);
}
.team-block .swiper-button-next, .team-block .swiper-button-prev {
    top: 39% !important;
}
.dipl_team_member_image img {
    border-radius: 15px;
}
.et_pb_social_media_follow li a.icon {
    background-repeat: no-repeat;
}
body #page-container .et_pb_section .btn-custum:after {
    color: transparent;
    background: url(/wp-content/uploads/2026/03/Arrow-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: 4px;
    margin-left: 20px!important;
}
   
@media(max-width:980px){
	body #page-container .et_pb_section .btn-custum:after{
		  width: 14px!important;
    	margin-top: 8px!important;
    margin-left: 6px !important;
	}
}
  

.btn-top .et_pb_button_0_wrapper,
.btn-top .et_pb_button_1_wrapper,
.btn-top .et_pb_button_2_wrapper {
  display: inline-flex !important;
  width: auto !important;
  vertical-align: middle;
  margin: 0 20px 8px 0;
}
a.et_pb_button.et_pb_button_2.btn-custum.et_pb_bg_layout_light {
    margin-top: 0px;
}
@media(max-width:980px){
	.btn-top .et_pb_button_0_wrapper, .btn-top .et_pb_button_1_wrapper, .btn-top .et_pb_button_2_wrapper{
		margin: 0 0px 8px 0;
	}
	.btn-top {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
}
.fond-prestation:before {
    content: "";
    background: rgb(28 61 89 / 54%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	transition:linear 0.3s;
}
.fond-prestation:hover:before {
    content: "";
    background: rgba(17, 88, 110, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bg-avis:after {
    content: "";
    background: url(/wp-content/uploads/2026/03/Logo_HOWARD_.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 35px;
    width: 371px;
    height: 467px;
    top: 60px;
}
@media(min-width:1500px){
	body .bg-avis:after {  
    left: 120px;
    top: 21px;
}
}
/* 
** CENTRER DU CONTENU VERTICALEMENT 
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}


/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
*/
sup, sub {
    font-size: 70%;
}

/*
** REGLAGE SECTION FIL D'ARIANE
*/

#section-breadcrumbs {
  padding: 20px 0 20px 0 !important;
}
#section-breadcrumbs .et_pb_row {
  padding: 0 !important;
}
