@charset "utf-8";

/*
Projet  : Chirurgien Adiren Rivière
Author  : Audo Pauline
Version : 1.3
Date    : 15/11/23
*/

/*-------------------------------------------------------*/
/* GLOBAL */
/*-------------------------------------------------------*/


/*Links*/
/*-----------------------------*/
a {
	text-decoration: none;
	color: #8c8a8c;
  text-decoration: underline;
}
/*Txt*/
/*-----------------------------*/
body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
color: #16244F;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Serif', serif;
  font-weight: bold;
}
b {
  font-weight: 600;
}
.fw-500,
strong {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.text-primary {
  color: #16244f !important;
}
.text-secondary {
  color: #e6c065 !important;
}
.text-tertiary {
  color: #4b537b !important;
}
.txt-18 {
  font-size: 18px;
}
.text-small {
  font-size: 85%;
}
.subTitle {
  color: #e6c065;
  margin-bottom: 0;
}
.h2Title, .h2TitleW {
  font-size: 30px;
  text-transform: uppercase;
}
.h2TitleW {
  color: white;
}
.subTitle-spacer, .subTitle-spacer-white {
    float: left;
    width: 80px;
    opacity: 1;
    margin-top: 0;
}
.subTitle-spacer {
    border-top: 3px solid #16244f;
}
.subTitle-spacer-white {
    border-top: 3px solid white;
}

/*Color*/
/*-----------------------------*/
.bg-dark {
  background-color: #16244F !important;
}
.bg-light {
  background-color: #F4F6FB !important;
}
.bg-secondary {
  background-color: #E9EEFD !important;
}
.bg-tertiary {
  background-color: #FCF8F0 !important;
}
.borderContent {
  border :1px solid #16244f;
}


/*Btn*/
/*-----------------------------*/
.btn {
  border-radius: 0;
}
.btn-primary {
  display: inline-block;
    --bs-btn-color: white;
    --bs-btn-bg: #16244f;
    --bs-btn-border-color: #16244f;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #e6c065;
    --bs-btn-hover-border-color: #e6c065;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #e6c065;
    --bs-btn-active-border-color: #e6c065;
}


.btn-outline-primary {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-bg: #16244f;
  --bs-btn-hover-border-color: #e6c065;
  --bs-btn-active-bg: #16244f;
  --bs-btn-active-border-color: #16244f;
}

/*-------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------*/
.dropdown-toggle::after {
  color: #E6C065;
}
.dropdown-item {
  background-color: white;
  color: #16244f !important;
}
.dropdown-item.active {
  color: white !important;
  background-color: #16244f;
}
.dropdown-item:hover {
  background-color: rgb(22 36 79 / 50%);}

/*topHeader*/
/*-----------------------------*/
@media (max-width: 500px) {
  #topHeader a.btn.btn-outline-primary {
    margin-top: 14px;
  }
  /*#topHeader a.dropdown-item {
  white-space: normal !important;
  width: 320px;
  }*/
}

#topHeader .lang, #topHeader .text-end a {
  color: white;
}
#topHeader .nav-link {
  color: white;
}
@media (min-width: 501px) {
  #topHeader .text-end a:first-child {
    padding-right: 30px;
  }
  #topHeader .text-end {
    display: flex;
    align-items: center;
  }
}

/*Nav*/
/*-----------------------------*/
#menu .navbar {
  --bs-navbar-toggler-focus-width: 0 !important;
}
#menu .navbar-nav {
  --bs-nav-link-color: #16244f;
  --bs-navbar-hover-color: #E6c065;
  --bs-navbar-active-color: #E6c065;
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}
#menu .navbar-nav .nav-item {
    position: relative;
}
#menu .navbar-nav .nav-link:before {
    background-color: #E6C065;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0.3rem;
    opacity: 0;
    position: absolute;
    right: 0.3rem;
}
@media (min-width: 992px){
#menu .navbar-nav .nav-link:focus:before,
#menu .navbar-nav .nav-link:hover:before,
#menu .navbar-nav .nav-link.active:before {
      opacity: 1;
      transition: opacity .75s ease;
  }
}

/*-------------------------------------------------------*/
/* HOME */
/*-------------------------------------------------------*/

/* --------bann--------*/
.bannHome h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.bannHome p {
  font-size: 20px;
  color: #4b537b;
  line-height: 26px;
  margin-bottom: 20px;
}
.imgBannHome {
  background-image: url(../img/Adrien_Riviere_chirurgien_urologue.jpg);
  background-size: cover;
}
.square {
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative
}
.square:after {
    content:"";
    display:block;
    padding-bottom:100%
}
.mx-n2 {
    margin-left: -0.5rem!important;
    margin-right: -0.5rem!important;
}
.borderSquare {
  border: 7px solid white;
}
@media (min-width:992px) {
  .bannHome h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .squareScale {
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
  }
  .squareScale:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}

/* --------a propos-------- */
.txtAboutHome {
  font-size: 18px;
  line-height: 26px;
}
.aboutHome blockquote p{
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.aboutHome cite {
  font-size: 14px;
  font-style: italic;
  color: #16244f;
}
.profilHome {
  box-shadow: -14px 14px 0 0 #16244f;
}
/* --------expertises-------- */
#expertisesHome .card {
  text-decoration: none;
}
#expertisesHome .card:hover {
    transform: translateY(-0.25rem);
    transition: transform .2s ease-in-out,
                border-color .2s ease-in-out,
                background-color .2s ease-in-out,
                box-shadow .2s ease-in-out;
}
/* --------tmg-------- */
.carousel .carousel-indicators {
  margin-bottom: -3rem;
}
.carousel .carousel-indicators [data-bs-target] {
  background-color: white;
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
}
.carousel .carousel-indicators .active {
  background-color: #5F82E6;
  width: 30px;
  border-radius: 12px;
}
.tmgHome .card {
  --bs-card-spacer-y: 2.4rem;
  --bs-card-spacer-x: 2.4rem;
  color: #16244f;
  min-height: 300px;
}
.tmgHome blockquote {
  margin-bottom: 0;
}
.tmgHome blockquote p{
  font-size: 16px;
  line-height: 24px;
}
.tmgHome cite {
  font-size: 14px;
  font-weight: 500;
}
.tmgHome .dateTmg {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
#carouselTmg {
  margin-top: 40px;
}
img.tmgQuote {
  position: absolute;
  top: -34px;
  left: -10px;
  z-index: 999;
}

/*-------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------*/
footer {
  background-color: #16244f;
  font-size: 14px;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.titleFooter {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  padding: 8px 0;
}
@media(max-width:991px) {
  footer .borderDiv {
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  }
  footer .borderDiv:last-child {
  border-bottom: none;
  }
}

/*-------------------------------------------------------*/
/* PAGES */
/*-------------------------------------------------------*/

/*  --------bann & ariane-------- */
.bannGen {
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-top: 100px;*/
}
.bannGen h1 {
  font-size: 40px;
}
.breadcrumb-item>a {
  color: #9397ad;
  font-weight: 500;
}
.breadcrumb-item>a:hover {
  color: #16244f;
}
.breadcrumb-item.active {
  color: #e6c065;
}
.breadcrumb-item+.breadcrumb-item::before {
    margin-top: 0.4em;
    content: "\F280";
    font-family: 'bootstrap-icons';
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
}
.pathologies {
  margin-bottom: 80px;
}
.pathologies h2 {
  font-size: 24px;
  margin-top: 40px;
}

/*  --------PAGE CANCERS--------  */

.pathologies .nav-pills .nav-item {
    margin-right: 0.75rem;
}
.pathologies .nav-pills .nav-item {
    margin-bottom: 0.75rem;
}
.pathologies .nav-pills .nav-link {
    color: var(--si-nav-tabs-link-color);
    background-color: #eff2fc;
    border: 1px solid #eff2fc;
    border-radius: 0;
}

.pathologies .nav-pills .nav-link.active,
.pathologies .nav-pills .nav-item.show .nav-link {
    color: #16244f;
    background-color: #fff;
    border: 1px solid #16244f;
    border-radius: 0;
    font-weight: 500;
}

.pathologies .nav-pills .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.pathologies .nav-tabs .nav-item:last-child,
.pathologies .nav-pills .nav-item:last-child {
    margin-right: 0;
}
.pathologies .tab-content {
  padding: 0px 15px 20px 15px;
  background-color: #fff;
  border: 1px solid #16244f;
}


/*  --------PAGE PARCOURS PATIENT--------  */
.timeline h2 {
  font-size: 24px;
}
.timeline-item {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.timeline h2[id]:before {
  content:'';
  display:block;
  height:210px;
  margin-top:-210px;
  visibility:hidden
}
@media (min-width:992px) {
  .timeline h2[id]:before {
  height:160px;
  margin-top:-160px;
    }
}

/*  PAGE TECHNIQUES  */
#techniques h3 {
  font-family: 'Poppins', sans-serif !important;
}
#techniques .tab-pane:before {
    content: '';
    display: block;
    height: 364px;
    margin-top: -364px;
    visibility: hidden;
}
@media (min-width:992px) {
  #techniques .tab-pane:before {
  height:400px;
  margin-top:-400px;
    }
}

/* --------PAGE A PROPOS-------- */
.linetime {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
    /*padding: 0;*/
}
.linetime:before {
    content: "";
    top: 0;
    left: 10px;
    height: 100%;
    width: 1px;
    background-color: #16244f;
    position: absolute;
}
.linetime li {
    position: relative;
    margin-bottom: 2rem;
}
.lineime li:before,
.linetime li:after {
    display: table;
    content: "";
}

.linetime li:after {
    clear: both;
}
.linetime-panel {
    position: relative;
    padding-left: 50px;
}
.linetime-img {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #16244f;
}
.linetime h3 {
  margin-top: -8px;
  font-size: 24px;
}
@media (min-width: 768px) {
    .linetime:before {
        left: 50%;
    }
    .linetime-panel {
        width: 44%;
        padding: 0;
        float: left;
        text-align: right;
    }
    .linetime-img {
        left: 50%;
        transform: translateX(-50%);
    }
    .inverted {
        float: right;
        text-align: left;
    }
}


/*  --------PAGE CONTACT-------- */

#contact .form-control {
  border-radius: 0;
  border: none;
  border-bottom :1px solid #16244f;
  padding: 0.7rem 0.75rem;
  color: #16244f;
}

#contact .form-select {
  border-radius: 0;
  border-bottom :1px solid #16244f;
  padding: 0.7rem 2.25rem 0.7rem 0.75rem;
  color: #16244f;
}
#contact .form-control:focus,
#contact .form-select:focus {
  border-color: #16244f;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(22,36,79,.2);
}