/*
Theme Name: 	medespoir-krye Child
Theme URI: 		http://medespoir-krye.ca/medespoir-krye
Author: 		medespoir-krye
Description:	medespoir-krye
Template:		medespoir-krye
Version: 		1.6.1
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: "Spartan";
    src: url('fonts/Spartan-Medium.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Spartan-Bold";
    src: url('fonts/Spartan-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

a {
    color: #0095eb;
}

h1,
h2,
h3,
h4,
h5,
h6 ,
strong{
    font-family: 'Spartan-Bold', sans-serif;
}

h1, .text-logo #logo {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0px;
        color: #1b62a9;
}

h1.entry-title.simple_page {
    text-align: center;
    color: #1b62a9;
    padding: 2% 0px;
}

h3 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
	padding-bottom: 10px;
    padding-top: 5px;
}

h3, h3 a, h3 a:hover {
    color: #3db15d;
}

.body,
p,
a,
span,
li {
    font-size: 16px;
  font-family: "Spartan";
  color: rgb(40, 40, 40)
}

h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    margin: 2% 0;
    color: #1b62a9;
}

#page {
    background-color: #e8e5dc;
}

ul {
    list-style-type: none;
}

ul, ol {
    margin: 0;
    padding-bottom: 15px;
}

ol {
    padding-bottom: 15px;
}

/* *********************** header ********************** */
.container_navheader {
    margin-bottom: 0;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    opacity: 0.949;
    box-shadow: 0px 6px 21.36px 2.64px rgb(0 31 62 / 22%);
}
.menu-menu-1-container {
    width: 100%;
}
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header.home-page {
  background-color: transparent;
  position: fixed !important;
  top: 0;
}

.fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 0px;
  margin-top: 0;
}

.main_nav li.logo__menu {
z-index: -999;
}

header .container_navheader {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  height: 77px;
}

.fixed-header_Desktop .logo {
  margin: 0 55px;
}

header .logo img {
  height: 52px;
  width: auto;
}
.main_nav > li:hover > a, .main_nav li.current_page_item > a {
  color: #1a63aa;
}
.fixed-header_Desktop .btn-box {
  position: absolute;
  right: -17rem;
  top: -1.3rem;
}
.logo__menu {
  top: -25px;
  width: 150px;
  height: 24px;
}
li.logo__menu img {
    width: 100%;
    object-fit: cover;
    padding: 15px 0px;
}
.navbar {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
}

.navbar > * {
  margin: 0;
  padding: 0;
}

nav a {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: rgb(33, 37, 41);
  text-shadow: 0px 0px 8px rgba(88, 88, 88, 0.2);
  line-height: 1.3;
}

.main_nav > li > a {
  line-height: 1.33;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_nav > li:hover > a,
.main_nav li.current-menu-ancestor> a,
.main_nav li.current-menu-ancestor li.current-menu-parent> a,
.main_nav li.current-menu-ancestor li.current-menu-parent li.current_page_item > a {
  color: #1a63aa;
}
.main_nav li.current-menu-ancestor li.current-menu-parent li.current_page_item > a:hover {
  color: white;
}
.menu-box a:active,
.menu-box li.current-menu-ancestor > a {
  color: #1a63aa;
}

.menu-box > li > a:hover,
.menu-box a:focus {
  color: rgb(33, 37, 41);
}

.navbar .btn-box,
.container_navheader .btn-box {
  padding: 0 !important;
}

.main_nav {
    display: flex;
    margin-right: 0px;
    z-index: 3;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.main_nav > li {
  padding: 0px 5px;
  margin-right: 15px;
}

.main_nav li {
  position: relative;
  z-index: 0;
}



.main_nav > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: auto;
  right: 0;
  bottom: -10px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main_nav > li:hover > a::before,
.main_nav > li.current-menu-ancestor > a::before {
  width: 100%;
  left: 0;
  right: auto;
  background-image: -moz-linear-gradient(
      0deg,
      #1a63aa 7%,
      rgb(146, 91, 2) 98%
  );
  background-image: -webkit-linear-gradient(
      0deg,
      #1a63aa 7%,
      rgb(146, 91, 2) 98%
  );
  background-image: -ms-linear-gradient(
      0deg,
      #1a63aa 7%,
      rgb(146, 91, 2) 98%
  );
}

.fixed-header_Desktop .main_nav li ul {
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 32px 0px rgba(33, 37, 41, 0.13);
  top: 100%;
  left: 0;
  width: 280px;
  text-align: left;
  visibility: hidden;
  display: block;
  margin: 0;
  list-style: none;
  opacity: 0;
  padding: 15px 0;
  transition: all 0.3s linear 0s;
  border-radius: 10px;
}

.fixed-header_Desktop .main_nav li ul li ul {
  top: -15px;
  left: calc(100% + 10px);
  width: 345px;
}

.fixed-header_Desktop .main_nav li ul a {
  font-size: 14px;
  color: rgb(33, 37, 41);
  line-height: 2;
}

.fixed-header_Desktop .main_nav li ul > li:hover {
  background-color: #1a63aa;
}

.fixed-header_Desktop .main_nav li ul li:hover > a {
  color: rgb(255, 255, 255);
}

.fixed-header_Desktop .main_nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.fixed-header_Desktop .main_nav li > ul li a {
  margin: 0;
  display: block;
  padding: 12px 15px;
  position: relative;
  width: max-content;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed-header_Desktop .main_nav li > ul li > a {
  margin: 0;
  display: block;
  padding: 1px 20px 1px;
  position: relative;
}

.fixed-header_Desktop .main_nav li > ul li:hover > a {
  padding-left: 30px;
}

.fixed-header .container_navheader {
  display: block;
  padding: 10px;
  height: 70px;
}

.fixed-header .logo img {
  height: 50px;
  width: auto;
}

.fixed-header #burger .burger-button {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.fixed-header #burger .burger-button span {
  display: inline-block;
  width: 25px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #1a63aa;
}

.fixed-header #burger .burger-button span.icon-2 {
  width: 14px;
}

.js-nav-active .fixed-header #burger .burger-button span.icon-2 {
  width: 21px;
}

.fixed-header nav a {
  color: rgb(33, 37, 41);
}

.nav-container {
  position: absolute;
  top: 0%;
  left: -100%;
  z-index: 10;
  background-color: rgb(255, 243, 224);
  overflow: hidden;
  padding: 10px 20px 2rem;
  width: 90%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.75s ease;
}

.fixed-header .menu-box ul {
  padding: 0 0 0 25px;
}

.fixed-header .nav-container .menu-box {
  margin-top: 50px;
}

.js-nav-active .nav-container-1 {
  display: block;
  opacity: 1;
  left: 0%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-container li {
  border-bottom: 1px solid rgba(110, 115, 121, 0.1);
  position: relative;
}

.nav-container li a {
  padding: 15px 0px;
  display: block;
  width: calc(100% - 10px);
}

.nav-container .menu-box ul {
  display: none;
}

.nav-container .menu-box li.js-dropdown-is-active > ul {
  display: block;
}

.nav-container .menu-box li > span {
  position: absolute;
  right: 0px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.nav-container .menu-box li > span svg {
  display: block;
  transition: all, ease, 0.5s;
  transform: rotate(-90deg);
}

.nav-container .menu-box li.js-dropdown-is-active > span svg {
  transform: rotate(0deg);
}

.aro-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.js-nav-active .aro-overlay {
  visibility: visible;
  opacity: 1;
}

.scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: calc(100% + 55px);
  right: 50px;
  z-index: 4;
  background-color: rgb(229, 188, 106);
  cursor: pointer;
  transition: 1s ease;
  border-radius: 50%;
  z-index: 5;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover {
  background-color: #1a63aa;
  transform: translateY(-10px);
}

.scroll-top:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

.scroll-top .up-flesh {
  width: 15px;
}

.scroll-top:hover .up-flesh {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  to {
      transform: rotate(2520deg);
  }
}


@keyframes pulse {
  100% {
      box-shadow: 0 0 0 9px rgb(232 76 61 / 0%);
  }
}

@media screen and (max-width: 1400px) {
  .fixed-header_Desktop .logo {
      margin: 0 20px;
  }

  .fixed-header_Desktop .btn-box {
    right: -12rem;
  }
}

@media screen and (max-width: 1199px) {
  nav a {
      font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .scroll-top {
      width: 40px;
      height: 40px;
      bottom: calc(100% + 45px);
      right: 20px;
  }
  li.btn-box {
    display: none;
}
  .scroll-top.open {
      bottom: 15px;
  }

}

.logo {
    display: none;
}

header.fixed-header {
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
}

header.fixed-header.vh_100 {
  overflow-y: scroll;
  min-height: 100vh;
}
.menu-icon__box_inner.close span {
  background: transparent;
}

.close {
  opacity: 1!important;
}
nav.navbar_mobile li {
  list-style: none;
}

nav.navbar_mobile {
    min-height: 100vh;
    position: absolute;
    padding: 15px;
    z-index: 9;
    width: 100%;
    background: rgb(232 232 224);
    left: 0;
    top: 63px;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.opened {
  display: block!important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
}

header.fixed-header {
  padding: 10px 3px;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  margin-top: 0;
}

header.fixed-header img.custom-logo {
  width: 110px;
}

.menu-icon__box_inner {
  overflow: hidden;
  right: 20px;
  position: absolute;
  width: 30px;
  height: 20px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.menu-icon__inner {
  width: 100%;
  height: 2px;
  background: #1e73be;
  display: block;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

span.menu-icon__inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1e73be;
  top: 0;
  bottom: 0;
  margin-left: 10%;
  width: 80%;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

span.menu-icon__inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1e73be;
  bottom: 0;
  bottom: 0;
  margin-left: 10%;
  width: 80%;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.menu-icon__box_inner.close span.menu-icon__inner:before {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-icon__box_inner.close span.menu-icon__inner:after {
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
nav.navbar_mobile ul.main_nav {
  padding: 0;
  margin: 0;
}

nav.navbar_mobile ul.main_nav li {
  position: relative;
  padding: 6px;
  text-align: left;
}

nav.navbar_mobile ul.main_nav li a {
  color: rgb(33, 37, 41);
}

span.open-btn::after {
  content: '';
  position: absolute;
  top: 44%;
  display: block;
  border-left: 1px solid rgb(232 232 224);
  border-bottom: 1px solid rgb(232 232 224);
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(223deg);
}

span.open-btn {
    padding: 10px;
    border: 1px solid transparent;
    position: absolute;
    right: 0;
    background-color: #1e73be;
}

span.open-btn.rotate-sp {
  transform: rotate(90deg);
}
span.open-btn.open-btn-2 {
  right: 9px;
}

ul.sub-menu-mob-1 {
  display: none;
  padding: 6px 0;
  margin: 10px 0 0 0;
}

ul.sub-menu-mob-2 {
  display: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-right: -6px;
  margin-top: 9px;
}

ul.sub-menu-1 a:hover {
  color: #ffffff;
}

li.has_child:hover .sub-menu-2 {
  display: block!important;
}

li.has_child:hover {
  border-right: 3px solid #d49f41;
}

#main_nav .menu-item-has-children {
  position: relative;
}

ul.sub-menu-2 img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

li.has_child>a {
  font-weight: 500;
}

ul.sub-menu-2 li a {
  font-size: 14px;
  font-weight: 300;
}
.relative__index{
  z-index: 2!important;
}

/* *********************** end header ********************** */


@media screen and (min-width: 1920px) {
    .bg-slider {
        min-height: 600px !important;
        background-position: bottom !important;
        position: relative;
    }
}
.bg-slider {
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/bg____header.webp);
    background-size: cover;
    min-height: 630px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

p.txt-slider {
    right: 4%;
    margin: auto;
    position: absolute;
    top: 318px;
    z-index: 98;
    font-family: 'League Spartan', sans-serif!important;
    width: 37%;
    font-size: 37px;
    line-height: 1.2;
    text-align: center;
    color: rgb(27, 100, 170);
}

p.txt-slider span {
    color: #30b44a;
    font-weight: bold;
    font-size: 37px;
}

.bottom_bar {
    position: absolute;
    bottom: 0;
    display: flex;
    background-color: rgb(255, 255, 255, 0.7);
    border-top-right-radius: 30px;
    z-index: 1;
    width: 65%;
    left: 0;
}

.bottom_bar p.first-child {
    background-color: rgb(63, 181, 91);
    color: white;
}

.bottom_bar p {
    padding: 13px 25px 13px 15px;
    color: rgb(25, 95, 163);
    margin: 0!important;
}

.icon-whatsapp:before {
    content: '\f232';
}

.bottom_bar img {
    height: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.social {
    display: inline-block;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 13;
}

ul.list-social {
    text-align: right;
    padding-top: 65%;
    left: -32%;
    position: relative;
}

ul.list-social a.animated-element {
    color: #0095eb;
}



.list-social {
    padding-left: 0;
    list-style: none;
}

.social p:before {
    content: "";
    background: #3fb55b;
    position: absolute;
    width: 39px;
    height: 1px;
    transform: rotate( -2deg);
    top: 36%;
    right: 3%;
}

.social p {
    transform: rotate( 92deg);
    margin: 0px -35px 20px;
    color: rgb(48, 180, 74);
}

.bg-coleur h1,
.bg-coleur h2,
.bg-coleur h3,
.bg-coleur li,
.bg-coleur p:not(.bg-coleur table.table-interventions p) {
    color: white;
}

.align_center {
    text-align: center;
}

.home #Content {
    padding-top: 0px!important;
}

.liste-style li {
    list-style: none url(https://medespoirkrye.ca/wp-content/uploads/2025/06/puce-white.png);
}

ul.liste-style,ul.liste-page {
    margin: 0;
    padding-bottom: 15px;
}

ul.liste-page li {
    list-style: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/liste-style.png);
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.bg-coleur {
    background-image: -webkit-linear-gradient(-90deg, rgb(25 99 147) 0%, rgb(27 104 142) 76%, rgb(28 111 135) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(25 99 147) 0%, rgb(27 104 142) 76%, rgb(28 111 135) 100%);
  }


#Footer {
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#Footer strong, #Footer a, #Footer p {
    color: white !important;
    font-size: 14px;
}

ul.social li a i {
    background-color: rgb(237, 250, 240, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    padding: 24px;
    position: relative;
    display: block;
    font-size: 25px;
}

#Footer ul.social {
    display: flex;
    margin-top: 5%;

}

.avant-footer::before {
    content: "";
    width: 59%;
    height: 1%;
    position: absolute;
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/ll.png);
    left: 380px;
    top: 139px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

.post, .page {
    margin: 0;
}

.copyright::after {
    content: "";
    width: 59%;
    height: 1%;
    position: absolute;
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/ll.png);
    left: 380px;
    bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

.avant-footer {
    padding-top: 2%;
}

#Footer ul.social li {
    padding: 10px;
}

.apres-footer {
  padding-top: 70px;
  padding-bottom: 100px;
}

.copyright {
    color: white;
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-weight: bold;
}

#Footer h4 {
    color: rgb(46, 173, 71) !important;
    font-weight: bold;
    font-size: 23px;
}

.btn {
    padding-bottom: 4% !important;
    padding-top: 4% !important;
}
.center {
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.btn-white {
    border-top-left-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    font-size: 16px;
    font-family: 'League Spartan', sans-serif;
    color: rgb(25, 95, 163);
    font-weight: bold;
    text-decoration: none;
    border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition-duration: .3s;
    transition: all .3s !important;
}

a.btn-white:hover {
    background-color: rgb(25, 95, 163);
    color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box-content {
    border-bottom-left-radius: 70px;
    padding: 190px 20px 8px 20px;
    width: 100%;
    color: #fff;
    min-height: 450px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 21px 0px rgb(0 31 62 / 15%);
    border-top-right-radius: 70px;
    transition-duration: .3s;
    transition: all .3s!important;
    transition-timing-function: ease-in-out;
}

.box-content p {
    font-size: 15px;
    color: rgb(40, 40, 40);
}

.box-content h3 {
    font-size: 22px;
    text-align: center;
    color: rgb(46, 173, 71);
}

.box-interventions .box-photo img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 6px 21.36px 2.64px rgb(0 31 62 / 22%);
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    transition-duration: .3s;
    transition: all .3s!important;
    transition-timing-function: ease-in-out;
}

.box-interventions:hover .box-photo img {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box-photo {
    text-align: center;
    position: relative;
    top: 173px;
    width: 85%;
    margin: 0 auto;
}

div#nos-interventions .item {
    padding: 0px 10px 0px 10px;
}

.box-interventions {
    margin-top: -150px;
}

.box-interventions:hover .box-content {
    background-color: rgb(25, 95, 163);
}

.box-interventions:hover .box-content p {
    color: rgb(255, 255, 255);
}

#nos-interventions .owl-prev {
    padding-left: 8px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    left: -7%;
}

#nos-interventions .owl-next {
    padding-right: 8px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    right: -7%;
}

#nos-interventions .owl-prev,
#nos-interventions .owl-next {
    filter: alpha(opacity=70);
    padding: 12px 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

#nos-interventions .owl-next img,
#nos-interventions .owl-prev img {
    width: 80%;
}

.box-avis {
    background-color: rgb(255, 255, 255);
    padding: 50px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.avis-photo {
    float: right;
    margin-top: -16px;
    margin-right: -4%;
}

b.avis-name {
    color: rgb(26, 99, 170);
    display: block;
}

b.avis-chirurgie {
    color: #66c378;
}

.forme-avis {
    float: left;
    margin-top: -58px;
    margin-left: -3%;
}

div#avis .item,div#avis__2 .item {
    padding: 25px;
}

#avis .owl-dots,#avis__2 .owl-dots {
    counter-reset: slides-num;
    left: 38%;
    display: -webkit-inline-box;
    text-align: center;
    position: absolute;
    bottom: -3%;
}

#avis .owl-dot,#avis__2 .owl-dot {
    display: flex;
    counter-increment: slides-num;
    margin-right: 5px;
}

#avis .owl-dot,#avis__2 .owl-dot {
    display: flex;
    counter-increment: slides-num;
    margin-right: 5px;
}

#avis .owl-dot span:before,#avis__2 .owl-dot span:before {
    content: counter(slides-num);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 0px;
    opacity: 1;
    color: rgb(25, 95, 163);
}

#avis .owl-dots .owl-dot.active span,
#avis .owl-dots .owl-dot:hover span,
#avis .owl-dots .owl-dot span,
#avis__2 .owl-dots .owl-dot.active span,
#avis__2 .owl-dots .owl-dot:hover span,
#avis__2 .owl-dots .owl-dot span {
    background: transparent!important;
    text-align: center;
}

#avis .owl-dot,#avis__2 .owl-dot {
    background: rgb(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #2f5fa3;
    opacity: 0.3;
}

#avis .owl-dot.active,#avis__2 .owl-dot.active{
    background: rgb(255, 255, 255, 1);
    opacity: 1;
    border: 0;
    box-shadow: 0px 0px 8px 0px rgba(12, 50, 88, 0.52);
}

#avis.owl-theme .owl-controls,#avis__2.owl-theme .owl-controls {
    margin: auto!important;
    text-align: center!important;
    -webkit-tap-highlight-color: transparent!important;
    display: block!important;
}

#avis.owl-theme .owl-dots .owl-dot span,#avis__2.owl-theme .owl-dots .owl-dot span {
    margin: 0 auto!important;
    margin-top: 18%!important;
}

@media only screen and (max-width: 767px) {
    .bg-slider {
        background: url(https://www.clinique-medespoir-tunisie.com/web/app/uploads/2021/06/medespoir-clinique-mobile.jpg) !important;
        min-height: 480px !important;
        background-attachment: scroll !important;
    }
        p.txt-slider {
        right: 0% !important;
        top: 100px !important;
        width: 100% !important;
        font-size: 20px !important;
    }
        .bottom_bar {
        top: 408px !important;
        width: 100% !important;
    }
        .bottom_bar p {
        padding: 5px 0px 0px 0px !important;
        text-align: center;
        font-size: 12px;
    }
        #nos-interventions .owl-prev, #nos-interventions .owl-next {
        -ms-transform: translateY(0%)!important;
        -webkit-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
        top: 100% !important;
    }
    body, p, a, span, li {
    font-size: 14px;
}

    h1 {
    font-size: 28px;
    line-height: 1.2;
}
h2 {
    font-size: 24px;
    line-height: 1.2;
}
    #nos-interventions .owl-nav {
              margin-bottom: 17px;
        padding-top: 5px;
    }
.avant-footer::before,.copyright::after{
    left: 0;

}
#nos-interventions .owl-next{
    right: 20%;
}
#nos-interventions .owl-prev {
    left: 20%;
}
#avis .owl-dots,#avis__2 .owl-dots {
    left: 15%;

}
    nav.navbar_mobile .main_nav {
        display: block;
    }
    .logo__menu {
        display: none;
    }

    .main_nav > li:hover > a::before, .main_nav > li.current-menu-ancestor > a::before {
    display: none;
}
.devis_express_mobile a {
    background-color: #1e73be !important;
    color: #ffffff;
    border-top-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding: 14px 20px;
    font-size: 14px;
}
.devis_express_mobile {
    position: absolute;
    top: 19px;
    left: 41%;
}
.social {
    top: 60%;
    right: 0px;
}
.avant-footer::before,.copyright::after {
    width: 100%;
}

header.fixed-header {
    background: #e8e5dc;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
body .bg____color_2 {
 border-bottom-right-radius: 0%!important;
}
}

.bg____color_2 {

    padding-top: 20px;
    padding-bottom: 20px;
    background-color: -moz-linear-gradient( -90deg, rgb(32 123 123) 0%, rgb(33 127 118) 76%, rgb(36 136 109) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(32 123 123) 0%, rgb(33 127 118) 76%, rgb(36 136 109) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(32 123 123) 0%, rgb(33 127 118) 76%, rgb(36 136 109) 100%);
    border-bottom-right-radius: 15%!important;
}

.white * {
  color: white
}


.elementor .img___radius img {
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    transition-duration: .3s;
    transition: all .3s !important;
    transition-timing-function: ease-in-out;
}
.elementor .img___radius:hover img {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}


table.table-interventions {
    border-radius: 22px;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(244, 242, 238) 64%, rgb(232, 229, 220) 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(244, 242, 238) 64%, rgb(232, 229, 220) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(244, 242, 238) 64%, rgb(232, 229, 220) 100%);
    box-shadow: 0px 1px 26px 0px rgb(100 101 102 / 26%);
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/bg-table.jpg);
    background-repeat: no-repeat;
}

table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0) !important;
}
table.table-interventions tr th, table.table-interventions tr td {
    border-color: transparent !important;
    text-align: left;
    padding: 0px 20px 5px 57px;
}
table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.01);
}
td.couleur-intervention {
    color: #2ead47;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 57px !important;
}

tr.couleur-titre th * {
    color: #195fa3;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.chirurgie-silhouette .zoom_box {
    border-top-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
}
.zoom_box .photo img, .zoom_box {
    border-radius: 17px;
}
.zoom_box {
    position: relative;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}
.chirurgie-silhouette p {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.zoom_box .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.zoom_box .photo img, .zoom_box .desc {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#Content .zoom_box .photo img {
    max-width: 100.1%;
}

img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}

.chirurgie-silhouette .zoom_box .desc {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.chirurgie-silhouette .zoom_box .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.zoom_box .desc {
    background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 225, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 225, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 225, 0) 100%);
}
.zoom_box .desc {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.zoom_box .photo img, .zoom_box .desc {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.chirurgie-silhouette .zoom_box .desc_wrap {
    padding-top: 40.629px !important;
}

.zoom_box .desc .desc_img img {
    max-width: 30% !important;
    padding-bottom: 15px;
}

.chirurgie-silhouette .zoom_box .desc .desc_img img {
    max-width: 14% !important;
    padding-bottom: 6px;
}
.zoom_box .desc .desc_txt {
    padding: 0 40px;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.zoom_box:hover .photo img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.chirurgie-silhouette h3 {
    font-size: 19px;
    color: #00c000;
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    top: calc(88% + 50px);
    left: 0px;
    cursor: pointer;
    z-index: 4;
    padding: 4px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #2ab737;
    background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
}

.trin-trin {
    animation-name: trin;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 50%;
    margin: 0 auto;
}

@keyframes trin {

    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

}

.whatsapp-icon:before {
    content: "";
    background: url(https://medespoirkrye.ca/wp-content/uploads/2025/06/whatsapp-1.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
}