
/** ADD YOUR AWESOME CODES HERE **/

/* START: MENU DROMP DOWN */

 /* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 16px 20px ;
  text-decoration: none;
  display: block;
  margin-top: 1% !important;
  width: 90% !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #ffffff !important;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	border-radius: 25px 0px 25px 0px;
	background: #fd0202 !important;
    font-weight: bold !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* END: MENU DROMP DOWN */
.lastParag {
    margin-top: 2% !important;
}

.presentation {
    margin-top: -3% !important;
}

.contactCard {
    margin-top: 2% !important;
}


.teamPictureName {
    font-size: 1.4em !important;
}
.teamPictureNameTitle {
    font-size: 1.3em !important;
    color: green !important;
    font-weight: bold;
}

.dimCertif {
    width: 100% !important;
    display: block !important;
    margin-bottom: 3% !important;
    background-color: #fd0202 !important;
    color: white !important;
    font-size: larger !important;
    font-weight: bold !important;
}

.dimCertifModule {
    width: 48% !important;
    display: inline-block !important;
    margin-bottom: 2% !important;
}

.lastCertif {
    width: 100% !important;
    display: inline-block !important;
    margin-bottom: 2% !important;
}

.dimCertifModuleContent {
    width: 100% !important;
    display: block !important;
    margin-bottom: 2% !important;
}

.customActive {
    background-color: goldenrod !important;
}

.customModuleActive {
    background-color: #e24f44 !important;
    color: white !important;
}

.certifContent {
    display: block !important;
    width: 100% !important;
    margin: 0% !important;
}

.libelleModule {
    font-weight: bold !important;
    font-size: 2em !important;
    color: #e5273d !important;
}

.retirerBlock {
    display: none ;
}

.afficherBlock {
    display: block !important;
}

/* GESTION DU CALL OUT  */
div#call-out {
    display: block !important;
    margin-bottom: 3% !important;
    padding: 4px 12px;
}

.certif-info {
    display: block !important;
    margin-bottom: 3% !important;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
}

.call-out-danger {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
}

.call-out-success {
  background-color: #ddffdd;
  border-left: 6px solid #04AA6D;
}

.call-out-info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}


.call-out-danger-warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}



