/*font*/
@font-face {
    font-family: 'Poppins';
    src: url('./font/poppins/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'times roman';
    src: url('./font/Times New Roman/times new roman.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./font/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
/*fin font*/
.back-top-button:after {
    content: url('./images/backup.png');
    width: 25px;
    z-index: 100;
    position: absolute;
    height: 35px;
}

.back-top a {
    background: #000000;
	border: 2px solid #000000;
	box-sizing: border-box;
	border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-top{
	position: fixed;
    bottom: 10px;
    width: 55px !important;
    right: 10px;
}

#Modal .modal_contenu p a{
	color:#0d6efd !important;
}

.modal_contenu p{
	font-family: 'times roman';
	font-style: normal;
	font-size: 15px;
	line-height: 98.5%;
	color: #2D2D2D;
}

.text_colleft{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 98.5%;
	color: #FFFFFF;
}

.lien_ancre p a{
	cursor:pointer;
	font-family: 'times roman';
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 98.5%;
	text-decoration-line: underline;
	color: #FFFFFF;
	opacity: 0.7;
}

.h-100vh{
	height:100vh;
}

.text-titre-right{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 98.5%;
	color: #000000;
}

.trie select{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 98.5%;
	color: #FFFFFF;
	background: #2D2D2D;
	border-radius: 10px;
	height :48px;
}

.card_custom{
	background: #EEEEEE;
	border-radius: 10px;
}

a.btn-acceder:hover {
    color: #fff !important;
}

.trie{
	position: relative;
}

.trie:after{
	content:url('./images/Vector_select.png');
	width: 0px;
    height: 0px;
    right: 35px;
    top: 11px;
    position: absolute;
}

.trie select{
	appearance:none;
}

.btn-acceder{
	text-decoration: none;
	background: #2D2D2D;
	border-radius: 10px;
	font-family: 'times roman';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 98.5%;
	color: #FDFDFD;
	width :129px;
	height:42px;
	padding: 12px 14px;
    white-space: nowrap;
}

.content-card h1{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 90.5%;
	color: #000000;
}

.content-card h3{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 60.5%;
	color: #000000;
}

.content-card p{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.apropos h2{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 98.5%;
	color: #000000;
}

.apropos p{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 98.5%;
	color: #2D2D2D;
}

.btn-acceder:after{
	content:url('./images/Vector.png');
	width: auto;
	margin-left:8px;
}

.lien_ancre p a:after {
	content:url('./images/Vectorleft.png');
	width: auto;
	margin-left: 12px;
    margin-right: 12px;
}

.apropos a {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.lien_ancre a{
	text-decoration: underline !important;	
	color: #FFFFFF !important;
	text-underline-offset:5px;
}

#Modal .modal-content{
	height:100%;
}

#Modal .modal-header {
    border-bottom: none !important;
}

#Modal .modal-footer {
    border-top: none !important ;
}

#Modal .modal-footer button{
	background: #2D2D2D;
	border-radius: 10px;
	color: #FDFDFD;
}

#Modal .modal-footer{
	margin: auto;
}

#Modal .modal-body{
	display:flex;
}

#Modal .modal_img{
	background-image: url('./images/image_popup.png');
	background-repeat: no-repeat;
	background-position: center;
	min-height: 299px;
}

#Modal .modal_content{
	font-family: 'times roman';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 98.5%;
	color: #2D2D2D;
}

#Modal{
	background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	body .trie_contenaire {
	    margin-right: auto !important;
	    margin-left: auto !important;
	}

	.lien_ancre p{
		margin:0 !important;
	}

	.trie_contenaire{
		margin:0 !important;
	}

	.trie_contenaire select{
		width:100% !important;
	}

	body .content_left{
		max-width: 43% !important;
	}

	.content_left img{
		height:auto !important;
	}

	.content_left>div{
		height:100% !important;
	}

	.text_colleft {
    	font-size: 18px !important;
    }

    .lien_ancre p a {
    	font-size: 16px !important;
    }

    .right_div{
    	margin:auto;
    }

    body .card_custom{
		margin-right: auto !important;
		margin-left: auto !important;	
	}

	.content-card h1 {
    	font-size: 24px !important;
    	line-height: 102% !important;
    }

    .content-card h3 {
    	font-size: 18px !important;
    	line-height: 80% !important;
	}

	#Modal .modal-dialog{
		height: 92%;
		max-width: 85%;
	}

	.modal_img{
		display:flex;
	}

	.modal_img img{
		margin:auto;
	}
}

@media only screen and (min-width: 992px) {
	.modal-header .btn-close {
    	margin: 16px 55px 0px auto !important;
	}

	#Modal .modal-dialog{
		max-width: 65%;
		height: 80%;
	}

	#Modal .modal-body>div{
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.modal_img{
		display:flex;
	}

	.modal_img img{
		margin:auto;
	}

	#Modal .modal-dialog{
		height: 90%;
	}

	body .content_left{
		position: relative !important;
	}	

	.content_left img{
		height:auto !important;
	}

	.content_left>div{
		height:100% !important;
	}

	body .right_div{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	body .card_custom{
		margin-right: auto !important;
		margin-left: auto !important;	
	}
	
	.right_div .trie_contenaire select{
		width: 100% !important;
	}

	.right_div .trie_contenaire{
		margin-right: 0 !important;
    	width: 100%;
	}

	.text_colleft {
    	font-size: 25px !important;
    }

    .lien_ancre p a {
    	font-size: 20px !important;
	}

	.content-card h1 {
    	font-size: 26px !important;
    	line-height: 103.5% !important;
	}

	.content-card h3 {
    	font-size: 18px !important;
    	line-height: 103% !important;
    }

    .btn-acceder {
    	font-size: 18px !important;
	}
    .content-card .div_btn-acceder {
    	text-align: end;
    	padding-top: 25px;
    }
}


#card-container .card_custom div:first-child img{
	width: 100%;
}
.bgPieVII{
	background-image: url('./images/image 8.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;    
	height: 100vh;


}
.bgPieVII hr{
	width: 10%;
	height: 3px !important;
	background-color: #fff;
	border: none;
	opacity: 1;
	aspect-ratio: 605/966;
}

#space-btn{
	height: 35%;
}

@media only screen and (min-width: 768px){
	.insideBgPieVII{
		max-height: 100vh; 
	}
}
.insideBgPieVII{
	aspect-ratio: 605/966;
}

@media only screen and (max-width: 768px){
	.bgPieVII{
		height: auto;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
	#space-btn{
		height: 20%
	}

	.bgPieVII{
		height: auto;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
	#space-btn{
		height: 10%
	}
	.bgPieVII{
		height: auto;
	}
}
