/* TABLE */

.actualite table{background:#ddd;width:100%; border-collapse: collapse;margin-bottom: 1rem;}
.actualite table th{background:#ccc;text-align:center;font-weight:normal;border: 1px solid #ddd;}
.actualite table td{background:#fff; padding:5px; text-align:left;border: 1px solid #ddd;}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{
	table, thead, tbody, th, td, tr {
	display: block;
	}
	thead tr {
		display:none
	}
	tr {
		margin: 0 0 1rem 0;
	}
	td {
		border: none;
		position: relative;
		padding-left: 50%;
		padding-right: 10px;
		text-align:right;

	}
	td span.country-flag{
		float:right;
		padding-left:.5rem; !important;
		margin-right: 0 !important;
		top: -4px;
	}
	td.adhesion:nth-of-type(1):before { position:absolute;left:0;padding-left:10px; content: "Pays"; }
        td.adhesion:nth-of-type(2):before { position:absolute;left:0;padding-left:10px; content: "Ratification"; }
        td.adhesion:nth-of-type(3):before { position:absolute;left:0;padding-left:10px; content: "Dépôt des instruments"; }
        td.adhesion:nth-of-type(4):before { position:absolute;left:0;padding-left:10px; content: "Entrée en vigueur"; }
}
br {line-height:1.9}
p b, p i, li b{
	color:#1a1a37;
}
h1.ohada-header{
font-size: 25px;
}
h1.ohada-header::before{
content:url('/images/favicon.png');
position:relative;
top:5px;
margin-right:5px;

}
.tooltip .arrow::before{
	border: none;
}
.tooltip .tooltip-inner{
	background-color: #fff;
  	border: 1px solid #1e1e4b;
	border-radius:4px;
	color:#1e1e4b;
}
.tooltip.show {
	opacity:1;
}
.langue{
	padding-top:8px;
}
.langue li:first-child span{
	position:absolute;
}
.langue li span{
	visibility:hidden;
}
.en{
	position:relative;
	background-image: url('./img/gb-24.png');
	background-position: center center;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
}
.es{
	position:relative;
	background-image: url('./img/es-24.png');
	background-position: center center;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
}
.fr{
	position:relative;
	background-image: url('./img/fr-24.png');
	background-position: center center;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
}
.pt{
	position:relative;
	background-image: url('./img/pt-24.png');
	background-position: center center;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
}
.all-member-states{
	color: #5c5c77;
}
.all-member-states button{
	padding: 5px 10px 5px 10px;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Poppins", sans-serif;	
	margin-top:3px;
	color: #5c5c77;
}
.all-member-states button:hover{
	color: #ffbc3b;
}
.all-member-states i.zone-ohada{
	padding-right:20px;
}
.all-member-states i.zone-ohada::before{
	background-image:url('/images/favicon.png');
	background-size: 20px 20px;
	background-repeat:no-repeat;
	display: inline-block;
	width: 20px; 
	height: 20px;
	content:"";
	position:absolute;;
	top:5px;
	left:8px;
}
.all-member-states a{
	padding: 5px 40px 5px 10px;
}
.navtop li{
font-size:16px;
}


.navtop .fas{
	font-size:18px;
}
#back-to-top {
	position: fixed;
	bottom: 25px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #ffbc3b;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}
.slick-list h1.smaller{
	font-size:38px;
}
.ohada-svg svg{
	margin:0 auto;
}
@media (max-width: 768px) {
	.ohada-svg svg{
		display:none;
	}
}
@media (max-width: 360px) {
	.hero-section, .ohada-svg svg{
		display:none;
	}
}
.cust-slider .prevArrow,
.cust-slider .nextArrow {
	position: absolute;
	bottom: -25px;
	z-index: 9;
	padding: 15px;
	color: rgba(255, 255, 255, 0.5);
	border: 0;
	font-size: 30px;
	transition: all linear .2s;
	background: transparent;
}
.cust-slider .prevArrow:focus,
.cust-slider .nextArrow:focus {
	outline: 0;
}

.cust-slider .prevArrow {
	left: 0;
}
.cust-slider .nextArrow {
	right: 0;
}
.cust-slider .prevArrow i.fad::before, .cust-slider .nextArrow i.fad::before {
	color: var(--fa-primary-color, #ffbc3b);
}
.cust-slider .prevArrow i.fad::after, .cust-slider .nextArrow i.fad::after {
	color: var(--fa-primary-color, #1a1a37);
	opacity:1;
}
.cust-slider .prevArrow i.fad:hover::before, .cust-slider .nextArrow i.fad:hover::before {
	color: var(--fa-primary-color, #1a1a37);
}
.cust-slider .prevArrow i.fad:hover::after, .cust-slider .nextArrow i.fad:hover::after {
	color: var(--fa-primary-color, #ffbc3b);
	opacity:1;
}
.cust-slider .slick-dots {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	margin-top:25px;
}
.cust-slider .slick-dots li {
	display: inline-block;
	margin: 0 6px;
}
.cust-slider .slick-dots li.slick-active button {
	background: #ffbc3b;
}
.cust-slider .slick-dots li button {
	color: transparent;
	padding: 0;
	overflow: hidden;
	height: 10px;
	width: 10px;
	background: #1a1a37;
	border: 0;
	outline: 0;
}
.cust-slider .slick-dots li button:hover {
	background: #ffbc3b;
}
.btn-secondary-outline {
	border: 1px solid #1a1a37;
	color: #fff;
	background: #1a1a37;
}
.btn-secondary-outline:hover, .btn-tertiary-outline:hover {
	background: #1a1a37;
	color: #1a1a37;
}
.btn-secondary-outline::before, .btn-tertiary-outline::before {
	background: #fff;
}

.btn-tertiary-outline {
	border: 1px solid #1a1a37;
	color: #1a1a37;
	background: #fff;
}
.content a.btn{
	margin:1.5rem auto;
	display:table;
}
.content a.btn:hover {
    background: #ffab08;
    color: #ffbc3b;
}
.zoom {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.small-caps{
	font-variant:small-caps;
}
.ohada p a{
	color: #1e1e4b;
	font-weight:500;
}
.ohada a:hover{
	color: #ffbc3b;
}
.ohada h3 {
	margin: 2rem 0;
}
.ohada h4 {
	margin-left: 0.5rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left:1.5rem;
}
.ohada h4::before,
.ohada h4::after {
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
}
.ohada h4::before{
  	content: "\f101";
	color: var(--fa-primary-color, #ffbc3b);

}
.ohada h4::after{
  	content: "\10f101";
  	opacity: var(--fa-primary-opacity, 0.4);
}
.ohada ul li, .ohada ol li, .actualite .content ul li, .actualite .content ol li, .conditions-box ul li, .charte-editoriale ul li{
	position: relative;
	margin-bottom: 15px;
	line-height: 1.9rem;
}
.actualite .content ul li ul li, .actualite .content ol li ol li{
        margin-bottom: 15px !important;
}
.ohada ul li::before, .actualite .content ul li::before, .conditions-box ul li::before, .charte-editoriale ul li::before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ffbc3b;
	left: -20px;
	top: 12px;
}
.actualite li > ul li{margin-bottom:0px !important;}
.actualite li > ul {margin-top:10px !important;}
.list-item-none li::before {
	position: absolute;
	content: "";
	height: auto;
	width: auto;
	border-radius: 0 !important;
	background: transparent !important;
	left:0 !important;
	top: 0px !important;
}
.ohada ol li {
	list-style-type:decimal;
}
.ohada .card ul{
	margin-bottom: 1rem;
	padding-left: 15px;
}
.ohada .card ul:last-child{
	margin-top:0;
}
.ohada .card ul li{
	margin-bottom: 10px;
}
.ohada .fad, .textes .fad, .documentation .fad{
	color:#ffbc3b;
}
.ohada blockquote{
	background-color:#ffbc3b;
	margin: 20px 0;
	padding: 20px 30px;
	color:#fff;
	line-height:2rem;
	font-style:italic;
}
.ohada blockquote.cite {
	background-color:#ffbc3b;
	color:#fff;
	border: none;
	quotes: "\201C" "\201D";
	position: relative;
	font-size:1.25rem;
}

.ohada blockquote.cite:before { 
	font-family: "Times New Roman";
	content: open-quote' ';
	font-weight: bold;
} 
.ohada blockquote.cite:after { 
	font-family: "Times New Roman";
	content: ' 'close-quote;
	font-weight: bold;
}
.ohada blockquote h3{
	padding-top: 0;
}
.ohada blockquote h4{
	color:#1e1e4b;
	margin-top:0;
}
.ohada blockquote p{
	color:#fff;
}
.ohada blockquote ul li::before {
	background: #fff;
}
.ohada .card-body.institution ul{
	margin:0;
	padding:0;
	text-align:center;
}
.separator {
    display: block;
    width: 90px;
    height: 2px;
    background: #131313;
    margin: 30px auto;
}
.ohada .card-body.institution ul li{
	display:inline-block;
	padding:0 10px;
	vertical-align: top;
}
.ohada .card-body.institution ul li::before{
	position: static;
	height: 0;
	width: 0;
	border-radius: 0;
	background: transparent;
}
.ohada .card-body.institution ul li a{
	color:#5c5c77 ;
}
.texte .card-body.institution ul li a:hover{
	color:#ffbc3b;
}
.country-flag{
	margin-right:.5rem !important;
}
li.flags::before{
	content:none !important;
}
li.flags.active a{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
	-webkit-transition:all 0.3s;
	opacity: 1;
}
li.flags a{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	opacity: 0.4;
}
li.flags a:hover{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	opacity: 1;
}
.country-map{
  object-fit: cover;
  object-position: center; /* Center the image within the element */
  max-height: 300px;
}
.abroge{
	  background-image: url(./img/abroge.svg);
}
.abroge .bg-primary {
	  background-color: #ccc !important;
}
.modifie .bg-primary {
          background-color: #ffe1a6  !important;
}
.textes span.year{
	font-family: futura-bold;
	font-weight:inherit;
	font-size:1.5em;
}
.badge-notification{
	position:absolute;
	margin:10px;
}
nav .pagination li{
	margin:0 5px;
}
nav .pagination li.active .page-link{
	background-color:#ffbc3b;
	border-color:#ffbc3b;
}
nav .pagination li a{
	color:#182b45;
}
nav .pagination li a{
	transition: none;
}
nav .pagination li a:hover{
	background-color:#182b45;
	border-color:#182b45;
	color:#fff;
	transition:none;
}
nav .pagination li a.btn-tertiary-outline:hover{
	background-color:#182b45;
	border-color:#182b45;
	color:#1a1a37;
}
.cropped {
	object-fit: cover; /* Do not scale the image */
	height: 400px;
	width: 100%;
}
.cropped.top {
	object-position: top; /* Center the image within the element */
}
.cropped.center {
	object-position: center; /* Center the image within the element */
}
.cropped.bottom {
	object-position: bottom; /* Center the image within the element */
}
.gallery img{
    width: 300px; 
    height: 300px;
    object-fit: cover;
}
.ekko-lightbox h4.modal-title{
	font-size:1.2em;
}
ul.pinfo li::before{
	position: initial;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: none;
	background: none !important;
	left: -20px;
	top: 7px;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}

.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.blog-comment .avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 10px 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}
.anchor{
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

input#signupConditions:not(:checked) + a {
	color: #ffc107 !important;
}
input#signupConditions:not(:checked) + a:hover {
	color: #d39e00 !important;
}
input#signupConditions:checked + a {
	color: #28a745 !important;
}
input#signupConditions:checked + a:hover {
	color: #1e7e34 !important;
}
.alert-success p{
    color: #155724;
}
.actualite .float-left img, .actualite .float-right img{
    padding:0 25px;
}
.text-note {
  color: #dc3545 !important;
}
.bold{font-weight:bold;}
.fab.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
hr.border{
        border-top: 1px solid #5c5c77 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left:0 !important !important;
}
.modal-body{
        line-height:1.9 !important;
}
.modal-body ul, .modal-body ol{
        margin-bottom: 1rem !important;
}
.modal-body ul li, .modal-body ol li{
        line-height:1.9 !important;
}

.actualite blockquote{
  margin:20px 40px;
  font-size: 15px;
  line-height: 1.9;
  }

.actualite .play-btn {
  position: absolute;
  top: 50%;
  right:50%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}

@media (max-width: 767px) {
  .actualite .play-btn {
    right:50%;
    -webkit-transform: translate(50%, -100%)
            transform: translate(50%, -100%)
  }
}