/*!
Theme Name: cemedex
Theme URI: http://elk.agency
Author: ELK Agency
Author URI: http://elk.agency
Description: Theme created by ELK Agency for Cemedex
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cemedex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@charset "utf-8";
/* CSS Document */

html,body {
  font-family: 'Montserrat', sans-serif;
  height:100%;
  min-height:100%;
  position: relative;
  font-weight: 300;
}

img{
	max-width: 100%;
    height: auto;
}

a{
	color: #26795b;
}

a:hover {
    color: #26795b;
    text-decoration: none;
}

b, strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	padding: 60px 15px 4px;
    border-bottom: 10px solid #26795b;
    display: inline-block;
}

h1:after {
    top: 95px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 10px;
    background: #26795b;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #26795b;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	margin-bottom:  15px;
}

.logo {
    height: 100px;
    padding: 15px;
}

.logo img {
    width: auto;
    max-height: 100%;
}

header.header-container {
    height: 100px;
}

div#nav {
    padding: 30px 0;
}

div#contextmenu{
    padding: 30px 0;
	text-align: right;
}

#contextmenu i.fas.fa-user, #contextmenu i.fas.fa-sign-out-alt {
    color: #26795b;
	font-size: 22px;
}

.header-menu ul li {
    list-style: none;
    display: inline;
}

.header-menu ul li a {
	padding: 15px 12px 18px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	font-size: 18px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;	
}

.header-menu ul li a:hover {
	color: #26795b;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;	
}

header.header-container .header-menu li:hover{
	background: none;
}

section.banner-home-container {
	padding: 100px 0;
    background: url(../images/banner.jpg);
	background-size: cover;
    background-position: center;
	position: relative;
}

section.banner-container {
	height: 400px;
    background: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
}

section.content-container {
    position: relative;
}

div#content {
    padding-bottom: 50px;
}

.banner-caption {
    background: rgba(255,255,255,.5);
    padding: 5%;
    text-align: right;
	position: relative;
}

.banner-caption h3 {
    font-size: 36px;
}

.banner-caption h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background: #26795b;
}

span.login-btn {
    background: #26795b;
	font-family:'Montserrat', sans-serif ;
	font-size: 18px;
	font-weight: 700;
    padding: 12px 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contacteznous {
	padding-right:50px;
	border-right: 2px solid #26795b;
	margin-top: 60px;
}

.form-right {
    text-align: center;
	margin-top: 60px;
	padding-left: 50px;
}

.form-right p {
    margin: 0;
}

.form-right input, .form-right textarea {
    border: 1px solid #26795b;
    text-align: center;
    padding: 5px;
    width: 96%;
    margin: 2%;
}

input[name=your-name], input[name=your-firstname] {
    width: 46%;
    float: left;
}

input[type=submit] {
	background: #26795b;
	color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #26795b;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #26795b;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #26795b;
}

#footer{
	height: 300px;
    overflow: hidden;	
}

section.footer-container {
    background: #26795b;
	color: #fff;
}

div#footer-empty {
    width: 100%;
    height: 60px;
    background: #26795b;
}

.login, .adresse{
	padding: 30px 65px 0 0;
}

#footer form label {
    display: none;
}

#footer input#wp-submit {
    background: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgba(38,121,91,1);
}

#footer input {
    font-size: 15px;
    margin-bottom:  10px;
}

#footer form a.pswd_forgot {
    color: #fff;
	font-size: 12px;
}

p.login-password {
    margin: 0;
}

.medecins, .contenu{
	padding-top: 60px;
}


/* LIGHTBOX */
.connexion-form {
    padding: 25px 40px 20px 40px;
    background: #fff;
    margin: 80px auto;
    border-radius: 0px;
    width: 100%;
    max-width: 420px;
}

.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:rgba(38,121,91,0.5);
  z-index:501;
  opacity:0;
}

.lightbox img {
  position:absolute;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  max-width:0%;
  max-height:0%;
}

#lightbox-controls {
  position:fixed;
  height:70px;
  width:37%;
  top:-70px;
  right:0;
  z-index:502;
}

#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  left:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  color: transparent;
}

#close-lightbox:before {
	content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
	content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}

.lightbox:target img {
  max-width:100%;
  max-height:100%;
}

.lightbox:target ~ #lightbox-controls {
  top:0px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

.context-menu #seconnecter {
    text-align: center;
}

div#seconnecter input {
    display: block;
    width: 100%;
}

div#seconnecter label {
    margin: 0;
}

div#seconnecter a.pswd_forgot {
    font-size: 14px;
}

div#seconnecter input#rememberme {
    margin: 15px 0 0;
    display: inline-block;
    width: auto;
}

div#seconnecter input[type=submit] {
    background: #26795b;
    color: #fff;
    border: none;
    padding: 5px 15px;
}

/* LIGHTBOX - END */ 

.news {
    margin: 60px 0;
}

table#quickTable {
    margin: 0 auto;
}

table#quickTable td:first-child {
    border-right: 3px solid #26795b;
    font-weight:  bold;

    text-align: right;
}

table#quickTable td {
    padding: 0 40px 20px;
    text-align: left;
	vertical-align:top;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

a.post-thumbnail img {
    max-width: 200px;
    float: left;
    margin-right: 30px;
}

.img-news-list {
    float: left;
    margin-right: 25px;
}

.img-news-list img{
	transition: all .2s ease-in-out;
}

a.news-link:hover img{
	transform: scale(1.1);
}

.news-list {
    clear: both;
    margin-bottom: 25px;
}

.clear{
	clear: both;
}

a.toggle-nav{
    display: none;
}

.menu-mobile{
	z-index: 5;
    background: #26795b;
    width: 0;
	height: 0px;
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
	overflow: hidden;
}

.menu-mobile li{
	list-style: none;
}

.menu-mobile li a{
	color: #FFF;
    display: block;
    text-align: right;
    padding: 15px 35px 15px 15px;
	font-size: 18px;
}

.contenu .post-thumbnail {
    margin: 15px 0;
}

.map{
	padding: 0;
}

span.title-over {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    background: rgba(38,121,91,0.5);
    padding: 10px 10px;
    font-size: 24px;
    font-weight: 600;
	text-align: center;
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;	
}
.map:hover .title-over {
    display: none;
	-webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;	
}

.header-menu ul li:nth-child(4) a, .header-menu ul li:nth-child(5) a, .header-menu ul li:nth-child(7) a {
    color: rgba(38,121,91,1);
}

#footer a.logout {
    background: #fff;
    font-weight: 700;
    color: rgba(38,121,91,1);
    padding: 5px 10px;
}

header time.updated {
    display: none;
}

.login h4 {
    margin-bottom:  30px;
}

a.logout i {
    padding: 0 0 0 5px;
}



@media screen and (max-width: 768px) and (min-width: 768px) {
	div#nav {
    padding: 27px 36px 0;
    flex: 0 0 75%;
    max-width: 75%;
}	
}

@media screen and (max-width: 768px) {
	.container {
    max-width: 720px;
    max-width: 100%;
}
	a.toggle-nav {
    display: block;
}
	.logo {
    height: 88px;
    padding: 10px;
}
	
	.banner-caption h3 {
    font-size: 26px;
}
	
   .header-menu nav {
    display: none;
}
	
	.menu-mobile.open {
	width: 100%;
	height: 285px;
	-webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
}

	.header-menu {
    text-align: right;
    font-size: 25px;
}
	header.header-container {
    	height: 92px;
}
	div#nav {
    padding: 27px 36px 0;
}
	div#contextmenu {
    padding: 0 0;
    text-align: right;
    z-index: 5;
    border-top: 5px solid #FFF;
    flex: 0 0 100%;
    max-width: 100%;
}
	.context-menu {
    background: rgba(38,121,91,1);
    padding: 15px 35px 15px;
}
	#contextmenu i.fas.fa-user, #contextmenu i.fas.fa-sign-out-alt {
    color: #ffffff;
    font-size: 22px;
}
	table#quickTable td {
    padding: 0 15px 10px;
}
	.login, .adresse {
    padding: 30px 15px 0;
}	
	#footer {
    height: auto;
}
	#lightbox-controls {
    position: fixed;
    height: 70px;
    width: 27%;
    top: -70px;
    right: 0;
    z-index: 502;
}
	.map {
    padding: 0;
    height: 300px;
}
	.form-right {
    padding: 0px 5px;
}
	
}


.dlm-downloads li {
    padding: 11px 0;
}

form#download-search {
    color: #26795b;
    background: #26795b;
}

#download-page .download_category {
    width: 100%;
    float: none;
    clear: both;
}

#download-page #download-search h3, #download-page .download_group h3 {
    /*display: none;*/
}

#download-page #download-search, #download-page .download_group{
	border: 0;
}

.download-button {
    background: #26795b;
    box-shadow: none;
    border: 0;
    text-shadow: none;
}

.download-button:hover {
    color: #fff;
    background-color: #26795b;
	background-image: none;
	opacity: 0.8;
}

.banner-caption h3 span {
    font-size: 22px;
}


#download-page #download-search h3, #download-page .download_group h3 {
    font-size: 20px;
    padding: 8px 0;
}

#download-page #download-search h5, #download-page .download_group h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #26795b;
}

#download-page #download-search ol li, #download-page .download_group ol li {
    list-style: none;
	margin: 0 0 14px;
}

#download-page #download-search ol, #download-page .download_group ol {
    padding: 24px 0 0px;
}

.custom-error-404 {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0px;
}
.custom-error-404 a {
    background:#26795b;
    border:1px solid #26795b;
    padding: 11px 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.custom-error-404 a:hover{
  background-color: transparent;
  color:#26795b;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  table#quickTable td {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  table#quickTable td {
    font-size: 12px;
    padding: 0 10px 10px;
  }
  table#quickTable td:first-child {
    padding-left: 0;
  }
  table#quickTable td:last-child {
    padding-right: 0;
  }
}

.olws-login-container {    
    max-width: 460px;
}
.olws-form__input {
    border: 1px solid #26795b;
    text-align: left;
    padding: 5px;
    width: 100%;
    outline: none;
}
.olws-dynamic-btn, .olws-form__send-btn, .olws-form__send-verify {
    background: #26795b;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 22px;
    color: #fff;
    outline: none;
    border: none;
}
.olws-form__resend-btn{
    color: #26795b;
    outline: none;
}
.olws-form__close-btn{
    position: absolute;
    top: 20px;
    right: 0;
    border: none;
    margin: 0;
    padding: 0;
}
.olws-form__close-btn button{
    transform: rotate(45deg);
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;    
}
.olws-btn--close:before {
    content: '';
    display: block;
    position: absolute;
    height: 20px;
    width: 3px;
    left: 14px;
    top: 7px;
    background: #26795b;
    border-radius: 2px;
    -webkit-transition: .5s .5s ease-in-out;
    -moz-transition: .5s .5s ease-in-out;
    -ms-transition: .5s .5s ease-in-out;
    -o-transition: .5s .5s ease-in-out;
    transition: .5s .5s ease-in-out;
}
.olws-btn--close:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    top: 16px;
    left: 6px;
    background: #26795b;
    border-radius: 2px;
    -webkit-transition: .5s 1s ease-in-out;
    -moz-transition: .5s 1s ease-in-out;
    -ms-transition: .5s 1s ease-in-out;
    -o-transition: .5s 1s ease-in-out;
    transition: .5s 1s ease-in-out;
}

.olws-form__otp-sent-notice {   
    padding: 5px;
}
.olws-form__heading {
    color: #26795b;
}
span.soustitre {
    display: block;
    padding: 0 16px;
    font-style: italic;
    font-weight: bold;
}

.header-popup-form {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 6px;
    display: none;
  }
  .header-popup-form-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
  }
  .header-popup-form-inner {
    background-color: #fff;
    padding: 30px;
    width: 460px;
    border-radius: 6px;
    position: relative;
  }
  .header-popup-form-holder h1 {
    padding: 0;
    text-transform: none;
    border-bottom: none;
    font-size: 35px;
    color: #26795b;
  }
  .header-popup-form-holder h1:after {
    content: normal;
  }
  .header-popup-form-inner label {
    display: block;
    text-align: left;
  }
  .header-popup-form-inner .form-input input {
    width: 100%;
  }
  .header-popup-form-inner .form-input input[type=submit] {
    background: #26795b;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 22px;
    color: #fff;
    outline: none;
    border: none;
    margin-top: 15px;
    width: 100%;
  }
  .header-popup-form-inner .icon {
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .header-popup-form-inner .icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .header-popup-form-inner #magic-login-shortcode .message {
    border-left: none;
    font-size: 14px;
    font-weight: 500;
  }
  .header-popup-form-inner #magic-login-shortcode {
    width: 100%;
  }
  .header-popup-form-inner #magic-login-register .registration_result .error, .header-popup-form-inner #magic-login-shortcode #login_error {
    color: #d63638;
    border-left: none;
    padding: 0;
  }
  .close-btn {
    width: 36px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #26795b;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .popup_vk {
    cursor: pointer;
    display: inline-block;
  }
  .header-popup-form-inner #magic-login-register .registration_result .success, .header-popup-form-inner .magic_login_block_login_success, 
  .header-popup-form-inner #magic-login-register .registration_result .error, .header-popup-form-inner .magic_login_block_login_error {
    padding: 0;
    border: none;
  }
  
  .video-conference-section {
    padding: 40px 0 80px;
  }
  .video-conference-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .video-conference-block {
    width: calc(33.33% - 20px);
    padding: 20px;
    border: 2px solid #26795b;
    border-radius: 8px;
  }
  .video-conference-section h2 {
    margin-bottom: 25px;
  }
  .video-conference-block h3 {
    color: #000;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 500;
  }
  .video-conference-block h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
  }
  .video-conference-block h5 {
    font-size: 16px;
  }
  .video-conference-block button, .video-conference-block a.share-by-mail-link {
    background-color: rgba(38, 121, 91, 1);
    border: none;
    color: #fff;
    padding: 4px 20px;
    cursor: pointer;
    font-size: 14px;
  }
  .video-conference-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    gap: 12px;
  }
  .create-video-section {
    padding: 60px 0;
  }
  .create-video-section h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .create-video-section .form-input {
    margin-bottom: 16px;
  }
  .create-video-wrap {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #26795b;
    padding: 20px;
    border-radius: 8px;
  }
  .create-video-wrap button {
    background-color: rgba(38, 121, 91, 1);
    border: none;
    color: #fff;
    padding: 4px 20px;
    cursor: pointer;
  }
  
  .form-error {
    color: #d63638;
    font-size: 14px;
  }
  .create-meeting-msg {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #26795b;
  }
  .share-by-mail-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
  }
  .share-by-mail-popup-holder {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .share-by-mail-popup-wrap {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 360px;
    position: relative;
  }
  .share-by-mail-popup button {
    background-color: rgba(38, 121, 91, 1);
    border: none;
    color: #fff;
    padding: 4px 20px;
    cursor: pointer;
    margin-top: 12px;
  }
ul#primary-menu {
    padding: 0;
}