/*
 * Source pour la procédure d'inclusion d'une police :
 * https://www.fontsquirrel.com/tools/webfont-generator
 * https://www.copier-coller.com/integrer-une-font-dans-son-site-web/
 * 
 * /
@font-face {
font-family: "Ubuntu";
src: url('/polices/Ubuntu-L.ttf');
}
 
 /*Déclaration de la police version "gras" */ 
@font-face {
    font-family: 'ubuntubold';
    src: url('../polices/ubuntu-b-webfont.eot');
    src: url('../polices/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/ubuntu-b-webfont.woff2') format('woff2'),
         url('../polices/ubuntu-b-webfont.woff') format('woff'),
         url('../polices/ubuntu-b-webfont.ttf') format('truetype'),
         url('../polices/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('../polices/ubuntu-l-webfont.eot');
    src: url('../polices/Ubuntu-L.ttf') format('ttf'),
		 url('../polices/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/ubuntu-l-webfont.woff2') format('woff2'),
         url('../polices/ubuntu-l-webfont.woff') format('woff'),
         url('../polices/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "ubuntulight", sans-serif;
  color:#2B3856;
 }
 .row {	
	font-family: "ubuntulight", sans-serif;
 }
 h2 {
	font-family: "ubuntubold", sans-serif;
 }
 h3 {
	font-family: "ubuntubold", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
 }
 h4 {
	font-family: "ubuntulight", sans-serif;
 }
 h5 {
	font-family: "ubuntulight", sans-serif;
 }
 h6 {
	font-family: "ubuntulight", sans-serif;
 }
 a {
	font-family: "ubuntulight", sans-serif;
 }
 .dropdown-toggle {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
}


/*  Hero  */
#hero {
	font-family: "ubuntulight", sans-serif;	
	background:#04335d;
	/*background: url("/assetsmyorco/img/ksmorsansstetho_04.png") top center;*/
	
	background: url("../images/logo/surgical-instruments-C.jpg") top center;
	background-repeat: no-repeat, no-repeat;
	background-size: cover;
}

#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.7);
 }
 
#menuguide {  
	color:rgba(255,255,255,0.7);
	}

/*  icon-boxes  */

.icon-boxes .description h3 {
	font-weight:bold;
	}

.icon-boxes .icon-box {
	background: white;
}

.icon-boxes .description p {
	font-size:1rem;
}

.icon-boxes .description ul {
	font-size:1rem;
}

/*  Session ADM - Bouton Section Team  */
.team .nouveausite button[type="submit"] {
  border: 0;
  padding: 4px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.team .nouveausite button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}
.team .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.team .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

.team .leprofilright {
	text-align:right;
	font-style:italic;
	color:grey;
}

.team .leprofilleft {
	text-align:left;
	font-style:bold;
}

.team .member {
	border-radius: 0px;
}

/*  about  */
.about {
  padding: 10px 0;
}

.about .content .btn-learn-more {
  background: #0880e8;
  /*background: #0066cc;
  background: rgba(8,128,232,0.8);*/
  color: #fff;
  text-decoration: none;
}

.about .content .btn-learn-more:hover {
  background: #004C99;
  color: #fff;
  text-decoration: none;
}

.about .about-form .btn-learn-more {
background-color: white;
}
.about .about-form .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.about .about-form .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

.services .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.services .division {
	background: white;
	border-radius: 8px;
	border: 2px solid #f6b024;
}

.services .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

.boutonbleublanc {
  border: 0;
  padding: 4px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.boutonbleublanc:hover {
  background: #0880e8;
  color: #fff;
}

/*  Boutons de la zone CONTACT et CONNEXION : demande d'un nouveau mot de passe */
.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 12px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 8px;
  border: 2px solid #0880e8;
  /*background: #fff;*/
}
.contact .php-email-form button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}

.nav-menu > ul > li {
  position: relative;
}

/*  Section PROFIL */
.profil_tdgauche {
	font-style:italic;
	text-align:right;
	padding:5px;
	color:#6E6E6E;
	vertical-align:top;
}
.profil_tddroite {
	padding:5px;
	color:black;
	vertical-align:top;
}

/*  Boutons de la zone SERVICES : demande d'un nouveau mot de passe */
.services .php-email-form button[type="submit"] {
  border: 0;
  padding: 4px 10px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 8px;
  border: 2px solid #0880e8;
  background: #fff;
}
.services .php-email-form button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}

.services .modifpwd button[type="text"] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.services .modifpwd button[type="text"]:hover {
  background: #0880e8;
  color: #fff;
}

#topbar {
  height: 0px; 
  font-size: 8px;
  color: rgba(205, 155, 255, 0.8);
 }

.faq .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.faq .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.faq .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(8, 128, 232, 1); 
}

.faq .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.faq .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;  /* Couleur du triangle de lancement de la video */
  background: rgba(8, 128, 232, 0); 
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.faq .faq-list a {
	font-size:1.4rem;
}

#header .logo img {
  max-height: 60px;
  font-size: 32px;
  background: #51a590;
}

#contact p {
	font-size: 18px;
}

.faq .texte {
	font-size:1.2rem;
}

.services .icon-box {
  padding: 10px;  
  border-radius: 8px;
  background: white;    
}

.services .icon-box h4 {
  margin-left: 20px;
}

.services .instrument-list {
  padding: 0 100px 60px 10px;
}

.services .instrument-list ul {
  padding: 0;
  list-style: none;
}

.services .instrument-list li + li {
  margin-top: 15px;
}

.services .instrument-list li {
  padding: 8px;  /* L'espace entre chaque section d'instruments */
  background: #fff;
  border-radius: 4px;
}

.services .instrument-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;  /* taille de la police pour le nom de chaque instrument */
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;  
}

.services .instrument-list a:hover {
	color:#183152;
}

.services .instrument-list span {
	/* taille, couleur de la police, ... pour chaque section d'instrument */
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.services .instrument-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.services .instrument-list p {
  margin-bottom: 0;
  padding: 8px 0 0 0;
}

.services .instrument-list .icon-show {
  display: none;
}

.services .instrument-list a.collapsed {
  color: #343a40;
}

.services .instrument-list a.collapsed:hover {
  color: #0880e8;
}

.services .instrument-list a.collapsed .icon-show {
  display: inline-block;
}

.services .instrument-list a.collapsed .icon-close {
  display: none;
}

.services .btn-link {
	font-size:24px;
}

.services .sous-btn-link {
	font-size:26px;
	text-decoration:none;
	/*color:#2c3e50;*/
	color:red;
	/*background-color:yellow;*/	
}

/*--------------------------------------------------------------
# classe INSTRU
--------------------------------------------------------------*/
.instru {
  background: #f1f8ff;
  padding: 0;
}

.instru .content {
  padding: 60px 100px 0 100px;
}

.instru .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.instru .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.instru .content p {
  font-size: 15px;
  color: #848484;
}

.instru .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.instru .accordion-list {
  padding: 0 50px 10px 50px;  
}

.instru .accordion-list ul {
  padding: 0;
  list-style: none;
}

.instru .accordion-list .references ul {
  padding: 0;
  list-style: circle inside;
}

.instru .accordion-list li + li {
  margin-top: 0px;
}

.instru .accordion-list li {
  padding: 0 0 0 20px;
  background: #fff;
  border-radius: 4px;
}

.instru .accordion-list span {
  /*color: #0880e8;*/
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.instru .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.instru .accordion-list p {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 0 0 10px;
}

.instru .accordion-list .references p {
	margin-bottom: 5px;
    margin-top: 0px;
}

.instru .accordion-list .references ul {
}

.instru .accordion-list .references ol {
}

.instru .accordion-list .references li {
	margin-bottom: 0px;
    margin-top: 0px;
}

.instru .accordion-list .icon-show {
  display: none;
}

.instru .accordion-list a {
  display: block;
  position: relative;INSTRU
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.instru .accordion-list a:hover {
  /*color: #0880e8;*/
  color: #0880e8;
}

.instru .accordion-list a.collapsed {
  color: #343a40;
}

.instru .accordion-list a.collapse:hover {
  /*color: #0880e8;*/
  color: green;
}

.instru .accordion-list a.collapsed:hover {
  /*color: #0880e8;*/
  color: #343a40;
}

.instru .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.instru .accordion-list a.collapsed .icon-close {
  display: none;
}

.instru .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.instru .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.instru .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.instru .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.instru .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/*  Pour l'agrandissement des images */

.imginstru:hover {opacity: 0.7;}

/* The Modal (background) */
.instru .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.instru .modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1500px;
}

/* Caption of Modal Image */
.caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.instru .modal-content, .caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.instru .accordion-list .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-weight: bold;
  transition: 0.3s;
}

.instru .close:hover,
.instru .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .instru .modal-content {
    width: 100%;
  }
  .about h2 {
    font-size: 16px;
  }
   .about h3 {
    font-size: 14px;
  }
   .about h4 {
    font-size: 12px;
  }   
  .about .about-form {
    font-size: 9px;
  }

  .about .about-form .btn-learn-more {
	  font-size: 9px;
  }

}

@media (max-width: 1024px) {
  .instru .content, .instru .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .instru .content {
    padding-top: 30px;
  }
  .instru .accordion-list {
    padding-bottom: 30px;
  }
}

/*-------------------------
 * WHY-US
 * ------------------------*/
.why-us .content p {
  font-size: 15px;
  color: #2B3856;
}

/* -----------------------
 * Image Preview Styling 
 * ----------------------*/
.preview_holder {
  margin-top: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:white;
}
#preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  min-height: 300px;
  border: dotted;
}
.preview_img {
  display: none;
  width: 100%;
  object-fit: cover;
}

/* CSS button-65 */
.services .button-65 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #2f80ed;
  border-radius: 10px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-65:hover {
  background-color: #1366d6;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-65:hover:after {
  opacity: .5;
}

.button-65:active {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-65:active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .button-65 {
    padding: 14px 22px;
    width: 176px;
  }
}
/* Fin CSS button-65 */

/* CSS button-45 */
.button-45 {
  align-items: center;
  /*
  background-color: rgba(246,176,36,0.3);
  * border: 2px solid #f6b024;
  * */
  background-position: 0 0;
  border: 2px solid #f6b024;
  border-radius: 11px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 12px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-underline-offset: 1px;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  word-break: break-word;
}

.button-45:active,
.button-45:hover,
.button-45:focus {
  outline: 0;
}

.button-45:active {
  background-color: rgba(246,176,36,0.3);
  border: 2px solid #f6b024;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: black;
}

.button-45:hover {
  background-color: rgba(246,176,36,0.3);
  border: 2px solid #f6b024;
  color: black;
}

.button-45:active:hover,
.button-45:focus:hover,
.button-45:focus {
  background-color: rgba(246,176,36,0.3);
  border: 2px solid #f6b024;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: black;
}
/* Fin CSS button-45 */

/*  icon-box accordion-list */
.icon-box .accordion-list {
  padding: 0 100px 60px 50px;
}

.icon-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.icon-box .accordion-list li + li {
  margin-top: 15px;
}

.icon-box .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.icon-box .accordion-list a {
  display: block;
  position: relative;
  /*font-family: "Poppins", sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.icon-box .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.icon-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.icon-box .accordion-list .icon-show {
  display: none;
}

.icon-box .accordion-list a.collapsed {
  color: #343a40;
}

.icon-box .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.icon-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.icon-box .accordion-list a.collapsed .icon-close {
  display: none;
}

/*****  FOOTER  ******/
.footer-top .container a {
	color:white;
	font-size:1.2rem;
}

.footer-top .container a:hover {
	color:white;
	font-weight:bold;
	/*font-size:1.5rem;*/
}

@media (max-width: 1024px) {
  .icon-box .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .icon-box .content {
    padding-top: 30px;
  }
  .icon-box .accordion-list {
    padding-bottom: 30px;
  }
}
/*  FIN icon-box accordion-list */

/*  team accordion-list */

.team .accordion-list {
  padding: 0 100px 60px 100px;
}

.team .accordion-list ul {
  padding: 0;
  list-style: none;
}

.team .accordion-list li + li {
  margin-top: 15px;
}

.team .accordion-list li {
  padding: 3px;
  background: #fff;
  border-radius: 4px;
}

.team .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.team .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.team .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.team .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.team .accordion-list .icon-show {
  display: none;
}

.team .accordion-list a.collapsed {
  color: #343a40;
}

.team .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.team .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.team .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .team .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .team .content {
    padding-top: 30px;
  }
  .team .accordion-list {
    padding-bottom: 30px;
  }
}

/*  FIN team accordion-list */
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.mobile-nav {
  width:350px;
}

@media (min-width: 1200px) {
  #menulanguages {  
	color:rgba(255,255,255,0.7);
	}
  #menuvideos {  
	color:rgba(255,255,255,0.7);
	}
  #menuinstruments {  
	color:rgba(255,255,255,0.7);
	}
  #menudoc {  
	color:rgba(255,255,255,0.7);
	}
  #menuguide {  
	color:rgba(255,255,255,0.7);
	}
  #menuparametrage {  
	color:rgba(255,255,255,0.7);
	}
  #menubiblio {  
	color:rgba(255,255,255,0.7);
	}
}
@media (max-width: 1199px) {
  #menuuuulanguages {  
	color:rgba(255,255,255,0.7);
}

#display-image{
  width: 400px;
  height: 225px;
  border: 1px solid black;
  background-position: center;
  background-size: cover;
}

