@font-face {
    font-family: 'varelaround';
    src: url('varelaround.woff') format('woff'),
    font-weight: normal;  /* Vous pouvez définir des valeurs spécifiques */
    font-style: normal;   /* Vous pouvez définir des valeurs spécifiques */
}

body {
    margin: 0;
    padding: 0;
    font-family: varelaround, sans-serif;
    background: #f9f9f9;
}

body.hide{
    overflow:hidden;
}

.connectBloc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: varelaround, sans-serif;
    line-height: 45px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 350px;
    background: white;
    padding: 25px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    z-index: 2;
}

.logo3 {
    display: block;
}

.logo3 img{
	width: 100px;
	height: auto;
}

.form {
    display: block;
    width: 100%;
    height: 40px;
    text-indent: 20px;
    margin: 15px 0px;
    outline: none;
    background: #eee;
    border: none;
    font-family: varelaround, sans-serif;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: 0.3s;
    caret-color: #ff003b;
}

#connectBtn {
    margin: 0px;
    width: 101.5%;
}

.formes {
    display: block;
    position: fixed;
    right: -100px;
    top: 30%;
    background: #3e3b42;
    border-radius: 30px;
    height: 250px;
    width: 250px;
    transform: rotate(45deg);
}

#forme {
    animation: rotateex 12s linear infinite;
    box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 8%);
}

#forme2 {
    display: block;
    position: fixed;
    left: -100px;
    top: 10%;
    background: #6c6c6c;
    border-radius: 10px;
    height: 150px;
    width: 150px;
    transform: rotate(45deg);
    animation: rotate 12s linear infinite;
    box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 8%);
}

#forme3 {
    display: block;
    position: fixed;
    left: 45%;
    top: 90%;
    background: #fb0e5b;
    border-radius: 200px;
    height: 200px;
    width: 200px;
    animation: rotatee 12s linear infinite;
    transform: translate(0px);
    box-shadow: 0px 0px 0px 8px #fde0e9;
}

#forme4 {
    display: block;
    position: fixed;
    left: 65%;
    top: 5%;
    background: #fb0e5b;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    animation: rotatex 12s linear infinite;
    transform: translate(0px);
    box-shadow: 0px 0px 0px 8px #fde0e9;
}

#forme5 {
    display: block;
    position: fixed;
    left: 8%;
    top: 76%;
    background: #fb0e5b;
    border-radius: 5px;
    height: 90px;
    width: 90px;
    transform: rotate(45deg);
    animation: rotates 12s linear infinite;
    box-shadow: 0px 0px 0px 8px #fde0e9;
}

header{
	display: block;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 4px rgb(0 0 0 / 10%); */
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

.flexc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0px 20px;
    height: 100%;
}

.btn {
    display: block;
    width: auto;
    height: 35px;
    border-radius: 5px;
    padding: 0px 10px;
    border: 1px solid #ff003b;
    background: #ff3161;
    margin: 20px 10px;
    text-decoration: none;
    outline: none;
    line-height: 35px;
    color: #fff;
    font-family: varelaround, sans-serif;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
}

.btn-logout{
	background: transparent;
	color: #ff3161;
}

.btn-logout:hover{
	background: transparent !important;
	color: #ff3161 !important;
}

.btn:hover {
    background: #ff4e77;
    box-shadow: 0px 0px 1px 4px #ffe3e9;
}

.titre{
	font-size: 23px;
}

.flex{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.titre img{
	width: 60px;
	height: auto;
}

.main{
	display: block;
	margin: 80px 20px;
}

.flexline{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.filterbloc{
    display:flex;
    flex-direction:row;
    background:#fff;
    padding:10px;
    border:1px solid #eee;
    border-radius:10px;
    flex-wrap:wrap;
}

.selectfrm{
    display:block;
    width:170px;
    background:#fff;
    border:1px solid #ddd;
    padding:8px;
    border-radius:5px;
    margin-right:10px;
    height:40px;
}

.filterPhoto{
    margin:0px;
}

.familleitem{
	padding: 5px 20px;
	background: #fff;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #eee;
	margin: 20px 0px;
}

.flexline.center{
	justify-content: center;
}

.filterform {
    display: block;
    margin: 10px 8px 5px 0px;
    height: 35px;
    width: 250px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.iconidentifiant{
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #555;
}

.iconidentifiant i{
	font-size: 18px;
}

.formInput {
    display: block;
    float: left;
    width: calc(95% - 60px);
    position: relative;
    height: 35px;
    border: none;
    font-size: 15px;
    outline: none;
    background: transparent;
    color: #222;
    caret-color: #ff0000;
}

.download{
    position:absolute;
    bottom:15px;
}

.closebig{
    position:absolute;
    right:10px;
    top:10px;
    color:#fff;
    font-size:30px;
    padding:5px;
    background:rgba(255,255,255,.5);
    border-radius:50px;
    cursor:pointer;
}

.bigimgomber{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    z-index:2;
    overflow:auto;
}

.bigimgomber img{
    width:50%;
    height:auto;
}

.gallery {
  columns: 4 300px;
  gap: 20px;
  padding: 0px;
  margin-top: 15px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  opacity: 0;
  transition:0.5s;
}

.gallery-item img.loaded {
    opacity: 1; /* Image chargée */
}

.gallery-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: white;
  padding: 20px;
  font-size: 1.1em;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease;
}

.gallery-item:hover .title {
  opacity: 1;
  transform: translateY(0);
}

.links{
	display: flex;
}

.link{
	display: block;
	margin-right: 20px;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	border:none;
	outline: none;
	cursor: pointer; 
	transition: 0.3s;
	border-bottom: 3px solid transparent;
	padding: 5px 0px;
}

.link:hover{
	color: #ff3161;
}

.link.active{
	color: #ff3161;
	border-bottom: 3px solid #ff003b;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #444;
    text-align: left;
}

table th {
    background: #fff;
    height: 50px;
    padding: 0px 8px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

table td {
    padding: 8px 8px;
    font-size: 14px;
}

.colxy {
    padding: 18px 8px;
}

table .tr.grey {
    background: #f9f9f9;
}

.cadreTable{
	display: block;
    margin: 10px 8px 5px 0px;
    min-height: 40px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.filtreBloc {
    display: flex;
    margin: 10px 10px 10px 0px;
    background: #fff;
    overflow: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0px;
    /*box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);*/
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.lab {
    display: block;
    font-size: 14px;
    margin: 0px 10px;
}

.lab2 {
    display: block;
    font-size: 14px;
    margin: 0px 0px;
}

.selectbar5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.selectbar2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.selectbar3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.selectbar4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.selectbar6 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.selectbar7 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 8px 5px 8px;
    min-height: 35px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.nomarge{
	margin: 10px 0px 15px 0px;
}

.selecttextx {
    display: inline-block;
    margin: 10px;
}

.chevron {
    display: inline-block;
    font-size: 25px;
    margin: 5px;
}

.selectsearchbox.see {
    margin: 2px 8px 5px 0px;
    visibility: visible;
    opacity: 1;
}

.selectsearchbox.small {
    width: 35%;
}

.selectsearchbox.medium {
    width: 88%;
}

.selectsearchbox {
    display: block;
    position: absolute;
    margin: 15px 8px 5px 0px;
    height: 185px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    width: 92.5%;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #dbdbdb;
}

.detailbox{
	width: 60% !important;
	margin: 10px 0px 5px -500px !important;
    display: block;
    position: absolute;
    height: 185px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    z-index: 1;
    transition: 0.3s;
    border: 1px solid #dbdbdb;
}

.boxdatax {
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: auto;
}

.detailbox.see2{
	margin: 10px 8px 5px 0px;
	visibility: visible;
    opacity: 1;
}

.closeicon{
	display: block;
	padding: 5px;
	border-radius: 5px;
	font-size: 18px;
	position: absolute;
	right: 5px;
	transition: 0.3s;
}

.closeicon:hover{
	background: #f5f5f5;
}

.itemdata {
    display: flex;
    width: 100%;
    min-height: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.itemdata:hover {
    background: #f7f7f7;
}

.margex {
    margin: 0px 10px;
}

.optionsx-filter {
    display: flex;
    flex-direction: row;
    height: 35px;
    border-bottom: 1px solid #eee;
    margin: 0px 10px;
    align-items: center;
    color: #777;
}

.iconfx {
    display: block;
    margin-left: 5px;
    float: left;
    height: 35px;
    line-height: 35px;
}

.filterx-form {
    display: block;
    margin: 0px 10px;
    width: 80%;
    border: none;
    outline: none;
    position: relative;
    top: 1px;
    font-family: varelaround, sans-serif;
    font-size: 16px;
    caret-color: #ff002f;
}

.ombre{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 2;
}

.notification{
	display: block;
	position: absolute;
	top: -80px;
	width: 100%;
	background: #18b36a;
	color: #fff;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	transition: 0.4s;
}

.notification.see{
	top: 0;
}

.modal{
	display: block;
	position: fixed;
	top: 0;
	right: -130%;
	width: 350px;
	height: 100%;
	background: #fff;
	border-radius: 8px 0px 0px 8px;
	box-shadow: 0px -2px 12px 1px rgba(0,0,0,.2);
	z-index: 3;
	overflow: auto;
	transition: 0.4s;
}

.modal.see{
	right: 0;
}

.marge{
	margin: 20px;
}

.flexitems{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.flexitemsform{
	display: flex;
	flex-direction: column;
}

.formphoto{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 140px;
	border: 2px dashed #dfdfdf;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 10px;
	overflow: hidden;
}

.formphoto img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.formphoto:hover{
	border:2px dashed #ff3161;
	color: #ff3161;
}

.formphoto:hover i{
	color: #ff3161;
}

.formphoto i{
	font-size: 55px;
	color: #dfdfdf;
	transition: 0.3s;
}

.soustext{
	display: block;
	margin: 10px 0px;
}

.formline {
    display: block;
    margin: 10px 0px 5px 0px;
    min-height: 40px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 20%); */
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.iconIdentifiant {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
    font-size: 20px;
}

.formModifApparence {
    display: block;
    float: left;
    width: calc(95% - 60px);
    position: relative;
    height: 40px;
    border: none;
    font-size: 15px;
    outline: none;
    background: transparent;
    color: #222;
    caret-color: #ff0000;
}

.detailbtn{
	transition: 0.3s;
	cursor: pointer;
}

.detailbtn:hover{
	background: #f7f7f7;
}

.statutelem{
	color: #18b36a;
}

.statutelem.error{
	color: #ff0000;
}

.lines{
	display: flex;
	flex-direction: row;
	margin-right: 10px;
}

.lines .btn{
	font-size: 14px;
	margin: 0px;
	background: transparent;
	box-shadow: none;
	border:none;
}

.lines .btn:hover{
	background: #f5f5f5;
}

.lines .btn.blue{
	color: #09f;
}

.lines .btn.green{
	color: #18b36a;
}

.lines .btn.red{
	color: #ff0000;
}

.mobile{
    display:none;
}

.htext{
    display:block;
}

@media screen and (max-width: 540px) {
    .mobile{
        display:block;
    }
    
    .nomobile{
        display:none;
    }
    
    .flexmobile{
        flex-wrap:wrap;
        justify-content:space-between;
    }
    
    .filterform{
        width:100%;
    }
    
    .htext{
        display:none;
    }
    
    .detailbox {
        width: 90% !important;
        margin: 10px 0px 5px -50% !important;
    }
    
    .bigimgomber img{
        width:90%;
        height:auto;
    }
    
    .filterbloc{
        margin:20px 0px;
        width:100%;
    }
    
    .selectfrm{
        width:100%;
        margin:10px 0px;
    }
    
    .filterPhoto{
        width:100%;
        text-align:center;
    }
    
}