.has-tooltip-arrow {
	z-index: 0 !important;
}

.container-img {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
/**/
/***********Alternance****************/

/*-------------Modal---------------*/
.container_company {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-family: sans-serif;
	flex-wrap: wrap;
}

.modal_content p {
	text-align: justify;
}
.container_company a h4 {
	font-size: 17px;
	background-color: #f3f3f3;
	padding: 5px;
	border-radius: 5px;
}

.button_modal {
	width: 400px;
	height: 300px;
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.company {
	background-image: url("../img/IG/Scapartois/leclerc.png");
	background-position: center;
	background-size: 210px;
	background-repeat: no-repeat;
}

.group {
	background-image: url("../img/sio/service.png");
	background-position: center;
	background-size: 190px;
	background-repeat: no-repeat;
}

.service {
	background-image: url("../img/IG/Scapartois/scapartois.png");
	background-position: center;
	background-size: 230px;
	background-repeat: no-repeat;
}

.skills {
	background-image: url("../img/sio/workexperience.png");
	background-position: center;
	background-size: 230px;
	background-repeat: no-repeat;
}

.modal_a {
	text-decoration: none;
	padding: 15px;
	border-radius: 5px;
	transition: all 0.5s;
	background-color: #fff;
	box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}

.modal_a:hover {
	background-size: 280px;
	background-color: #0a71b577;
}
.modal_a h4 {
	text-transform: uppercase;
	color: black;
}

.modal_content {
	border-radius: 4px;
	position: relative;
	width: 700px;
	font-size: 20px;
	max-width: 90%;
	background: white;
	padding: 1.5em 2em;
	margin: 25px;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: grey;
	text-decoration: none;
}

@media all and (max-width: 2300px) {
	.button_modal {
		width: 335px;
	}
}

@media all and (max-width: 1500px) {
	.button_modal {
		width: 310px;
	}
}

@media all and (max-width: 1100px) {
	.button_modal {
		width: 450px;
	}
}
@media all and (max-width: 1000px) {
	.button_modal {
		width: 310px;
	}
}

@media all and (max-width: 800px) {
	.modal_content {
		width: 95%;
	}
}

/*******card docs**********/

/********Site***************/
.divider {
	width: 95%;
	margin: 0px !important;
	height: 0;
}

.container_card {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3rem 0rem !important;
	/*
	overflow-y: scroll;*/
}
.card_own {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: all 0.5s;
	min-height: 100px;
	width: 190px;
	height: 190px;
	align-items: center;
	cursor: pointer;
	border-radius: 0 0 3px 0;
	border-bottom: 5px solid #e7edf400;
	border-bottom: 1px solid #e7edf4;
}

.card_patron {
	border-right: 1px solid #e7edf4;
}

.card_own:hover {
	border-bottom: 5px solid /*#19d6ba*/ #3298dc;
	box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
	background-color: #ffffff;
}
.card_own:hover .subtitle {
	opacity: 1;
}

.card_own img {
	max-width: 150px;
	max-height: 90px;
	margin-top: 25px;
}
.card_own .title {
	font-weight: 500;
	color: #5e5d5d;
	background-color: rgba(255, 255, 255, 0);
	text-align: center;
}

.titleAbsolute {
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;
}

.card_own .subtitle {
	font-weight: 500;
	color: /*#19d6ba*/ #3298dc;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
	left: 7px;
	bottom: 10px;
}
.card_own .subtitle:hover {
	opacity: 1;
}
.modal-card-body p {
	text-align: justify;
}

@media all and (max-width: 875px) {
	.card_own {
		width: 160px;
	}
	.card_own .subtitle {
		display: none;
	}
}
@media all and (max-width: 750px) {
	.card_own {
		width: 143px;
	}
	.card_own .subtitle {
		left: 10px;
	}
	.card_own img {
		max-height: 80px;
	}
}
@media all and (max-width: 640px) {
	.card_own {
		width: 200px;
	}
	.card_own .subtitle {
		left: 30px;
	}
	.card-responsive {
		border-right: 0px solid #e7edf4 !important;
	}
	.card_own img {
		max-height: 100px;
	}
}
@media all and (max-width: 470px) {
	.card_own {
		width: 145px;
	}
	.card_own .subtitle {
		display: none;
	}
	.card_own img {
		max-height: 85px;
	}
}
@media all and (max-width: 355px) {
	.card_own {
		width: 125px;
	}
	.card_own img {
		max-height: 70px;
	}
}

.titleStage {
	margin-left: 20px;
	width: 230px;
	background-color: #19d6ba;
	color: #fff;
}

/***********skills************/

#title_top {
	margin-bottom: 25px;
	margin-top: 25px;
}

.card-content .content {
	font-weight: bolder;
}

/*****skills****/
/*
.containerInformatique,
.containerJuridique {
	display: none;
}

.open {
	display: block !important;
}
*/
.tabs li.is-active a {
	color: #3298dc;
}

.columns {
	margin-bottom: 20px !important;
}

.columns .is-half {
	text-align: justify;
}
