#body_admin{
    background: #fff;
    overflow-x: hidden;
}

#body_admin html{
    font-family: poppins !important;
}

#body_admin h2, #body_admin h3, #body_admin h4{
    font-weight: 400;
}

#body_admin h1{
    color: #fff;
    font-family: 'Goldman', cursive !important;
    margin: 0;
}

tr.grey{
	background-color: #ebebeb;
}

.btn-primary, .btn-danger, .btn-secondary{
	color: white !important;
}

.btn-danger:hover{
	color: White !important;
}

.officeCard .img{
    height: 300px;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.officeCard .img a{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--violet);
	top: 10px;
	right: 10px;
}

.officeCard{
	border: 1px solid lightgray;
	border-radius: 10px;
	margin-bottom: 20px;
}

.productColor{
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid red;
}

.productSize{
	margin-right: 10px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
    font-weight: bold;
}

/* ------------------ Graphiques ------------------ */

.tabcontent a:nth-child(1){
	font-size: 24px;
}

.tabcontent a:nth-child(2){
	font-size: 23px;
}

.tabcontent a:nth-child(3){
	font-size: 22px;
}

.tabcontent a:nth-child(4){
	font-size: 21px;
}

.tabcontent a:nth-child(5){
	font-size: 20px;
}

.tabcontent a:nth-child(6){
	font-size: 19px;
}

.tabcontent a:nth-child(7){
	font-size: 18px;
}

.tabcontent a:nth-child(8){
	font-size: 17px;
}

.tabcontent a:nth-child(9){
	font-size: 16px;
}

.tabcontent a:nth-child(10){
	font-size: 15px;
}

.tabcontent a, .tabcontent a:hover{
	color: inherit;
	text-decoration: none;
}

#myResult .nav-item.active .nav-link {
    color: var(--white);
	background-color: #343a40;
    border-top-color: #343a40 !important;
    border-right-color: #343a40 !important;
    border-bottom-color: #343a40 !important;
    border-left-color: #343a40 !important;
    color: white !important;
}

/* ------------------ Switch ---------------------- */

.form_height{
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkbox_slider{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.form_height input[type="checkbox"]{
	position: relative;
	width: 120px;
	height: 40px;
	-webkit-appearance: none;
	background: linear-gradient(0deg, #999, #fff);
	outline: none;
	border-radius: 20px;
	box-shadow: 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0,.5), 0 5px 20px rgba(0,0,0,.2), inset 0 0 15px rgba(0,0,0,.1);
}

.form_height input:checked[type="checkbox"]{
	background: linear-gradient(0deg, #6dd1ff, #20b7ff);
	box-shadow: 0 0 2px #6dd1ff, 0 0 0 4px #353535, 0 0 0 5px #3e3e3e, inset 0 0 10px rgba(0,0,0,1), 0 5px 20px rgba(0,0,0,.5), inset 0 0 15px rgba(0,0,0,.2);
	transition: .5s;
}

.form_height input[type="checkbox"]:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 40px;
	background: linear-gradient(0deg, #000, #6b6b6b);
	border-radius: 20px;
	box-shadow: 0 0 0 1px #232323;
	transform: scale(.98,.96);
	transition: .5s;
}

.form_height input:checked[type="checkbox"]:before{
	left: 40px;
}

.form_height input[type="checkbox"]:after{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: 65px;
	width: 4px;
	height: 4px;
	background: linear-gradient(0deg, #6b6b6b, #000);
	border-radius: 50%;
	transition: .5s;

}

input:checked[type="checkbox"]:after{
	background: #63cdff;
	left: 105px;
	box-shadow: 0 0 5px #13b3ff, 0 0 15px #13b3ff;
}

.form_height span > p{
	margin: 8px 15px 0 15px;
}

.form_height p{
	margin: 3px 0 5px 0;
}

#calendrier .nav-tabs .nav-link {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
	border-color: #e9ecef #e9ecef #dee2e6;
	margin-top: 5px;
	margin-right: 5px;
}

#calendrier .nav-tabs .nav-link:hover {
	background-color: #e2e6ea;
    border-color: #dae0e5;
	color: black !important;
}

/* -------------------Menu Admin-------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.headerDecal{
	height: 80px;
}

.wrapper li{
	list-style-type: none;
}

.header{
	z-index: 1;
	background: #22242A;
	position: fixed;
	width: calc(100% - 0%);
	height: 70px;
	display: flex;
    top: 0;
    left: 0;
}
  
.header .header-menu{
	width: calc(100% - 0%);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.header .header-menu.desktop h1{
	font-size: 30px;
	color: white;
}

.header .header-menu a:hover{
	text-decoration: none;
}

.header .header-menu .title{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
}

.header .header-menu .title span{
	color: #4CCEE8;
}

.header .header-menu .sidebar-btn{
	color: #fff;
	position: absolute;
	margin-left: 240px;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
	transition: 0.3s;
	transition-property: color;
}

.header .header-menu .sidebar-btn:hover{
	color: #4CCEE8;
}

.header .header-menu ul{
	display: flex;
	margin-bottom: 0px;
	list-style: none;
}

.header .header-menu ul li a{
	background: #fff;
	color: #000;
	display: block;
	margin: 0 10px;
	font-size: 18px;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	transition-property: background, color;
}

.header .header-menu ul li a svg{
	margin-top: 8px;
}

.header .header-menu ul li a:hover{
	background: #4CCEE8;
	color: #fff;
}

.wrapper{
	width: 270px;
    position: fixed;
    z-index: 1;
	top: 70px;
	padding-right: 15px;
}

.wrapper .sidebar{
	background: #2F323A;
	transition: 0.3s;
	transition-property: width;
	overflow-y: auto;
	height: 100vh;
}

.wrapper .sidebar .sidebar-menu{
	overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .profile p{
	color: #bbb;
	font-weight: 700;
	margin-bottom: 10px;
	margin: 20px 20px;
}

.wrapper .sidebar .sidebar-menu .item{
	overflow: hidden;
	font-size: 0.9rem;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn{
	display: block;
	color: #fff !important;
	position: relative;
	padding: 20px 20px;
	transition: 0.3s;
	transition-property: color;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn:hover{
	color: #4CCEE8;
	text-decoration: none;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn svg{
	margin:0px 10px;
	font-size: 25px;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn span svg{
	font-size: 10px;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn .drop-down{
	float: right;
	font-size: 12px;
	margin-top: 3px;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu{
	background: #3498DB;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
	transition-property: background, max-height;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a{
	display: block;
	position: relative;
	color: #fff !important;
	white-space: nowrap;
	font-size: 15px;
	padding: 10px 10px 10px 40px;
	transition: 0.3s;
	transition-property: background;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a:hover{
	background: #55B1F0;
	text-decoration: none;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a:not(last-child){
	border-bottom: 1px solid #8FC5E9;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu i{
	padding-right: 20px;
	font-size: 10px;
}

.wrapper .sidebar .sidebar-menu .item:target .sub-menu{
	max-height: 500px;
}

.wrapper .main-container{
	width: (100% - 250px);
	margin-top: 70px;
	margin-left: 250px;
	padding: 15px;
	background: url(background.jpg)no-repeat;
	background-size: cover;
	height: 100vh;
	transition: 0.3s;
}

.wrapper.collapse .sidebar{
	width: 70px;
}

.wrapper.collapse .sidebar .profile img,
.wrapper.collapse .sidebar .profile p,
.wrapper.collapse .sidebar a span{
	display: none;
}

.wrapper.collapse .sidebar .sidebar-menu .item .menu-btn{
	font-size: 23px;
}

.wrapper.collapse .sidebar .sidebar-menu .item .sub-menu i{
	font-size: 18px;
	padding-left: 3px;
}

.wrapper.collapse .main-container{
	width: calc(100% - 70px);
	margin-left: 70px;
}

.wrapper .main-container .card{
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.wrapper .contactAlert{
	padding: 0px 7px;
    background-color: var(--red);
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-left: 5px;
}

.wrapper .contactAlert{
	padding: 0px 7px;
    background-color: var(--red);
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-left: 5px;
}

.wrapper .sub-menu .contactAlert{
	padding: 0px 7px;
    background-color: var(--red);
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-left: -10px;
}

.menu_burger .contactAlert{
	padding: 0px 10px;
    background-color: var(--red);
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-right: 5px;
}

/* ------------------- Largeur de contenu -------------------- */

.bodyContent{
	width: 78%;
	margin-left: 18%;
}

/* ------------------- Entete views Admin -------------------- */

.enteteViewAdmin{
	padding: 5px 10px;
	background-color: rgba(135, 206, 250, 0.3);
	border-top: solid 2px rgb(135,206, 250);
	border-bottom: solid 2px rgb(135, 206, 250);
}

.enteteViewAdminP{
	font-size: 12px;;
}

.countTableau{
	background-color: #343a40;
	height: 50px;
}

.countTableau div span{
	color: white;
	font-size: 15px;
	line-height: 50px;
	padding-left: 10px;
}

.countTableau div .p{
	color: #343a40;
	padding: 2px 10px;
	background-color: white;
	border-radius: 20px;
}

.recapOrder{
	padding: 5px 10px;
	background-color: rgba(38, 116, 165, 0.1);
	border: solid 2px rgb(135,206, 250);
	margin-bottom: 10px;
}

.recapOrder .align-items-center{
	height: 60px;
	margin: 0;
}

.recapOrder .recapOrderP{
	margin-left: 5px;
	font-weight: bold;
	font-size: 15px;
}

.recapOrder .recapOrderH3{
	font-size: 18px;
	margin-top: 10px;
	font-weight: bolder;
	color: darkgreen;
}

.buyer, .delivery{
	padding: 5px 10px;
	border: solid 2px rgb(135,206, 250);
	margin-bottom: 10px;
}

.underline{
	border-bottom: solid 2px rgb(135,206, 250);
}

.delivery .address p{
	font-family: 'Courier New', Courier, monospace !important;
	margin: 0;
}

.orderViewMessage *{
	font-family: 'Courier New', Courier, monospace;
}

.orderViewMessage p{
	margin: 0;
}

.orderViewMessage div:first-child hr{
	display: none;
}

/* -------------------vue review-------------------- */

#nbrvisit{
	margin: 0;
	padding: 15px 15px;
}

#nbrvisit .nbrvisitTitre{
	font-size: 20px;
}

#nbrvisit .nbrvisitP{
	font-size: 40px;
	font-weight: 600;
}

.nbrvisit{
	border: 1px solid rgb(135,206,250);
	background: rgba(135, 206, 250, 0.3);
	border-radius: 5px;
	margin-bottom: 15px;
}


.graphAdmin{
	padding: 15px;
	margin-bottom: 30px;
}

.nbrIp{
	font-size: 120px;
}

/*---------------- review -------------------*/

.nbrview .margin-tab{
    margin-bottom: 15px !important;
}

/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
margin-bottom: 5px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}

.tabcontent {
animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}

#visitor{
height: 305px;
}

/* -------------------vue addArticle-------------------- */

.listActiveButton{
	width: 90px;
	margin-bottom: 15px;
}

.buttonArticleAction{
	margin-right: 15px;
}

/* -------------------vue addArticle-------------------- */

.prepareArticle{
    padding: 20px;
    background-color: rgba(197, 232, 253, 0.3);
    border: solid 2px rgb(135,206, 250);
    border-radius: 15px;
}

.dropzone{
	width: 100%;
    max-width: 330px;
    max-height: 150px;
    border: 2px dashed rgb(151, 151, 151);
    color: rgb(151, 151, 151);
    text-align: center;
    border-radius: 15px;
}


.dropzone.dragover{
    background: #dadada;
    border-color: #000;
    color:#000;
}

.dropzone.dragover p{
    color: #000;
}

.imgUpload{
    width: 80px;
    height: auto;
}

#uploads a{
	margin-bottom: 5px;
}

/* -------------------vue addArticle-------------------- */

#articlesList .imgArticle, #mobileArticlesList .imgArticle{
	width: 100px;
	height: auto;
}

#articlesList .imgActiv, #mobileArticlesList .imgActiv{
	width: 24px;
	height: auto;
	margin-top: 5px;
}

#mobileArticlesList{
	padding: 0 5px;
	margin-top: 15px;
}

#mobileArticlesList .listActiveButton{
	margin: 0;
}

#mobileArticlesList .articleRow{
	border: 1px solid grey;
	border-radius: 10px;
	margin-top: 5px;
}

#mobileArticlesList .articleRow:first-child{
	margin-top: 0;
}

#mobileArticlesList .articleRow:last-child{
	margin-bottom: 5px;
}

#mobileArticlesList .listId{
	width: 35px;
}

#mobileArticlesList .articleContent{
	width: calc(100% - 35px);
}

/* -------------------vue addArticle-------------------- */

.nota{
    background-color: rgba(197, 232, 253, 0.3);
    border: solid 2px rgb(135,206, 250);
    border-radius: 15px;
}

.nota img{
	border: 1px solid #fc5130;
}

.nota #imgNota{
	max-width: 418px;
	width: 100%;
}

.positive{
	color: green;
	font-weight: bold;
}

.negative{
	color: red;
	font-weight: bold;
}

/*--------------------vue modifyArticle---------------------*/

.modifyArticle{
	padding: 0 15px;
}

#mobileArticlesList .imgPartnair{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* -------------------vue listTagsArticle-------------------- */

#listTag .tagNbre span, #mobileListTag .tagNbre span{
	color: #fff;
	padding: 2px 10px;
	background-color: #fc5130;
	border-radius: 20px;
}

#listTag .tagNbreNull span, #articlesList td span, #MobileListTag .tagNbreNull span{
	color: #fc5130;
	padding: 2px 10px;
	border-radius: 20px;
	border: 2px solid #fc5130;
	font-weight: bold;
}

#listTag .tagName span, #MobileListTag .tagName span{
	color: #fff;
	padding: 5px 15px;
	background-color: #fc5130;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}

#listTag .tagName{
	padding: 15px 0 0 0;
}

#MobileListTag .tagName{
	margin-top: 10px;
}

#mobileListTag{
	padding: 0 5px;
}

#mobileListTag .tag{
	border: 1px solid grey;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 5px;
	min-height: 130px;
}

#mobileListTag .tag:first-child{
	margin-top: 5px;
}

#mobileListTag .listId{
	width: 35px;
}

#mobileListTag .contentTag{
	width: calc(100% - 35px);
}

#mobileListTag .tagNbre, #mobileListTag .tagNbreNull{
	width: 35px;
}

.addTags * {
	margin-bottom: 15px;
}

.addTags h2, .addFamily h2{
	margin: 25px 0 50px;
}

.addTags form, .addTags form div{
	margin-bottom: 0;
}

.addTags span.tag, .addFamily span.tag{
	color: #fff;
	padding: 5px 10px 5px;
	background-color: #fc5130;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}

.addTags span img, .addFamily span img{
	padding-left: 10px;
	margin-bottom: 2px;
}

.addTags button, .addFamily button{
	margin-bottom: 50px;
}

.addFamily form{
	margin: 0 !important;
}

/* -------------------vue listTagsArticle-------------------- */

.catLink{
	margin-bottom: 10px;
}

/* -------------------vue notation-------------------- */

.postit:before, .postit:after{
	content: "";
	position: absolute;
	bottom: 33px;
	width: 70%;
	height: 70%;
	z-index: -1;
}

.postit:before{
	left: 10px;
	transform: rotate(-4deg) skew(-9deg);
	box-shadow: -10px 20px 9px rgba(0, 0, 0, .4);
}

.postit:after{
	right: 10px;
	transform: rotate(4deg) skew(9deg);
	box-shadow: 10px 20px 9px rgba(0, 0, 0, .4);
}

/* -------------------vue config-admin-------------------- */

.logoSocial{
	width: 40px;
	height:40px;
	padding: 5px;
	border-radius: 5px;
}

.imgLogoSocial{
	width: 30px;
	height: auto;
}

.imgAdvertising{
	width: auto;
	height: 80px;
}

.imgSplit{
	width: 96px;
	height: 80px;
}

.imgUnsplit{
	width: 136px;
	height: 80px;
}

.textUnsplit{
	width: 96px;
}

.textSplit{
	width: 136px;
}

/* -------------------vue modifyTeam-------------------- */

.modifyTeam .manager a img{
	margin-right: 25px;
}

.modifyTeam .manager{
	width: 320px;
}

.resultSet{
	padding: 15px 5px 5px;
	border: 1px solid black;
	border-radius: 18px 3px 3px;
}

.resultSet a{
	top: 4;
	right: 4;
}

/* -------------------vue mon espace-------------------- */

	/* -------------------générique-------------------- */	

.spaceBottom{
	margin-top: 30px;
}

/* -------------------vue mon espace-------------------- */

.configBody{
	margin: 0 !important;
}

.configBody h3{
	margin-bottom: 15px;
}

.configBody .galleryImage{
	border-right: 1px solid rgba(0,0,0,.1);
}

.configBody .gallerySelect{
	padding-left: 25px;
}

.configBody .gallery img{
	width: 100%;
}

.configBody .gallery p{
	font-size: 12px;
	text-align: center;
}

.configBody .imageAccueil{
	width: 633px;
	height: 280px;
	background: red;
}

.configBody .setting{
	padding: 0;
}

.configBody .settingSpan{
	border: 2px solid #fc5130;
	border-radius: 18px;
	height: 36px;
	width: 150px;
}

.configBody .quantity input{
	border: none;
	text-align: right;
	width: 40px;
}

.configBody .quantity .min{
	margin-left: 15px;
}

/* -------------------vue fonctionnalités-------------------- */

.selectHexa{
	margin: auto 20px auto 0;
}

.imgHexa{
	border-radius: 4px;
}

.imgPub{
	border-radius: 5px;
}

.leftLittlePub{
	width: 240px;
	height: 400px;
	background-position: left;
}

.rightLittlePub{
	width: 240px;
	height: 400px;
	background-position: right;
}

.fullLittlePub{
	width: 480px;
	height: 400px;
}

.fullBigPub{
	width: 55vw;
	height: auto;
}

.textLeftPub, .textRightPub{
	width: 240px;
}

.textFullPub{
	width: 480px;
}

#modifyAdvertisingButton{
	margin-top: 0 !important;
}

/* -------------------vue spécification-------------------- */

.specifications textarea{
	width: 400px;
}

.specifications input{
	width: 250px;
}

.specifications .euro{
	font-size: 1rem;
	margin: auto 0;
}

.specifications p{
	font-size: 12px;
	margin: 0 1rem 1rem;
}

.specifications #addSpec{
	margin-bottom: 15px;
}

.specifications .articlePrice{
	text-align: center;
	width: 230px;
}

.specifications .articlePrice p{
	margin-bottom: 0;
}

/* -------------------vue footer_admin-------------------- */

.footer_admin{
	height: 20px;
}

.sidebar .mentions{
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.sidebar .mentions p, .sidebar .mentions a{
	font-size: 10px;
	color: #fff;
}

.sidebar .mentions a{
	text-decoration: none;
}

.sidebar .mentions a:hover{
	color: #fff;
}

/* -------------------vue login-------------------- */

.log{
	height: 100vh;
	padding: 20px 30px;
}

/* -------------------vue config_admin-------------------- */

/* -------------------Menu Admin-------------------- */

.range{
	width: 150px;
}

.upload_card{
	border: 1px solid grey;
	border-radius: 10px;
	padding: 5px;
}

.upload_card a:hover{
	text-decoration: none;
}

.upload_card:hover{
	background-color: rgba(255, 0, 0, .5);
}

/*---------- Desktop ----------------------*/

@media only screen and (min-device-width : 1150px){

	.teamImg img{
		max-width: 500px;
		height: auto;
		margin-right: 50px;
	}

}



@media only screen and (min-device-width : 769px){

	.column{
		min-width: 400px;
	}

	.enteteViewAdmin{
		width: calc(100vw - 300px);
		margin-top: 85px;
		margin-bottom: 10px;
	}

	#nbrvisit .nbrvisit{
		min-width: 220px;
		margin-left: 30px;
	}
	
	#nbrvisit .nbrvisit:first-child{
		margin-left: 0;
	}

	.nota{
		padding: 20px 50px;
	}

	.nota li{
		line-height: 50px;
	}

	#uploads{
		max-width: 600px;
	}

	#addOffice{
		width: 280px;
	}

	#addTimes{
		width: 400px;
	}

	.timesCards a{
		border: 1px solid black;
		border-radius: 10px;
	}

	.officeCard {
		margin-bottom: 20px;
	}

	/* -------------------vue modifyTeam-------------------- */

	.modifyTeam .manager{
		min-width: 250px;
		height: 30px;
	}

	.modifyTeam .listManager{
		border-right: 1px solid lightgray;
		margin-right: 25px;
	}

	/* -------------------vue modifyTeamImg -------------------- */

	.modifyTeamImg{
		padding: 0 15px;
	}

	.modifyTeamImg img{
		width: 250px;
		height: auto;
		margin-right: 25px;
	}

	#myResult .nav-link{
		width: 250px !important;
	}

}

/*---------- Mobile ----------------------*/

@media only screen and (min-width : 769px) and (max-width : 1150px){

	.teamImg img{
		width: calc(100% - 255px);
		height: auto;
		margin-right: 0;
	}

}

@media only screen and (max-device-width : 768px){

	.upload_list{
		justify-content: center;
		padding: 0 15px;
	}

	.column{
		width: 100%;
	}

	.nav-item{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#listOffice{
		flex-wrap: wrap;
	}

	h2{
		font-size: 25px;
	}

	h3{
		font-size: 21px;
	}

	.enteteViewAdmin{
		width: 100vw;
		margin-top: 70px;
		margin-bottom: 10px;
	}

	.enteteViewAdmin .enteteViewAdminP{
		margin: 0;
	}

	#nbrvisit{
		width: 100vw;
	}

	#nbrvisit .nbrvisit{
		width: 100%;
	}

	.nota{
		padding: 20px 30px;
	}

	.nota li{
		line-height: 35px;
	}

	.teamImg img{
		width: 100%;
		height: auto;
	}

	.modifyTeam .manager{
		width: 100%;
	}

	.modifyTeamImg img{
		width: 100%;
	}

	#calendrier .nav-item{
		width: 100%;
	}

	#calendrier .nav-tabs .nav-link {
		text-align: center;
	}

	#myResult .nav-item.active .nav-link {
		color: var(--white);
		background-color: #343a40;
		border-top-color: #343a40 !important;
		border-right-color: #343a40 !important;
		border-bottom-color: #343a40 !important;
		border-left-color: #343a40 !important;
		color: white !important;
	}

	#addOffice{
		width: 100%;
	}

	.officeCard {
		margin-right: 0;
	}

	.officeListCards{
		justify-content: center;
	}



}

@media only screen and (min-device-width : 430px){

	.upload_card{
		width: 200px;
		margin-right: 20px;
	}

	.buyer, .delivery{
		margin-right: 10px;
	}

	

}

@media only screen and (max-device-width : 429px){

	.upload_card{
		width: 80%;
		margin: 0 15px 15px;
	}

	.buyer, .delivery{
		width: 100%;
	}

}	