html
{
	scroll-behavior: smooth;
}

body
{
	margin: auto;
	background-color: black;
	color: white;
	overflow-x: hidden;
}

.container-fluid
{
	padding: 0px;
}

.tablink 
{
 	background-color: transparent;
	border: none;
}

.tablink:hover 
{
  	cursor: pointer;
}

.tabcontent {
 	color: white;
	background-color: black;
 	display: none;
 	height: 100%;
	margin-top: 60px;
}

.dropdown
{
	position: relative;
	display: inline-block;
}

.dropdown-content
{
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: white;
	font-size: 9px;
	background-color: black;
	width: 100%;
	height: auto;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	padding-left: 40px;
	padding-right: 40px;
  	transition: all 400ms ease-out;
	pointer-events: none;
	padding-top: 12px;
}



.dropdown:hover .dropdown-content
{
	opacity: 1;
	transform: translateY(0px);
}

.dropdown-content p
{
	font-family: 'AkzidGroRom';
}

.tag1
{
	margin-bottom: 0px;
}

.paragraphe
	{
		overflow-y: scroll;
		position: relative;
		height: 150px;
	}
	
.paragraphe
	{
		-ms-overflow-style: none;
    	scrollbar-width: none;
	}
	
.paragraphe::-webkit-scrollbar 
	{
    	display: none;
	}

.sous-titre
{
	margin-bottom: 1px;
}

#Grille img
{
	background-color: black;
	margin-bottom: 60px;
}

#Ligne img
{
	border-bottom: solid 1px white;
	background-color: black;
	margin-top: -6px;
	margin-bottom: 50px;
}

#Ligne .row
{
	opacity: 1;
	transition: 0.3s;
}


.filterDiv {
  display: none;
}

.show {
  display: block;
}

.bg_nav
{
	background-color: black;
	color: white;
	border-bottom: solid 1px white;
}

.card-body
{
	background-color: black;
	color: white;
	border-top: solid 1px;
	border-radius: 0px;
	height: auto;
	padding: 0px;
	border-bottom: 0.0px solid white;
}

.bg_nav
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.boutons_nav
{
    margin-left: 20px;
}

.boutons_nav, .boutons_affichage
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-primary
{
    background-color: transparent;
    border: solid 1px transparent;
    padding: 5px 15px 5px 15px;
    margin-left: 0px;
    margin-right: 0px;
    outline: none;
    transition: all 0.1s ease-in !important;
    font-size: 12px;
    color: white;
}

.bg_nav a
{
    color: white;
}

.bg_nav a:hover
{
    color: white;
    text-decoration: none ;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .bg_nav .active
{
    background-color: transparent !important;
    border: solid 1px white !important;
    border-radius: 100px !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-collapse3.selected, .btn-collapse4.selected
{
	background-color: transparent !important;
    border: solid 1px white !important;
    border-radius: 100px !important;
    outline: none !important;
    box-shadow: none !important;
}

.ligne_filtres :nth-child(2n+2):not(.circle)
{
	border-left: 1px solid white;
}

.filtres_container
{
	margin-bottom: -1px;
}

.colonnes_filtre
{
	border-bottom: 1px solid white;
}


.boutons_affichage
{
	position: absolute;
	right: 0%
}

.boutons_affichage img
{
	margin-left: 5px;
}

.btn-danger
{
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 13px !important; 
	transition: all 0.1s ease-in !important;
	padding-bottom: 10px;
	padding-top: 10px;
}


.btn-danger:hover, .btn-danger.focus, .btn-danger:focus, .btn-danger:active
{
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}	

.btn-danger > .circle
{
	background-color: transparent;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	border: solid 1px white;
	margin-top: 3px;
	margin-right: 15px;
	margin-left: 5px;
}

.btn-danger:hover > .circle
{
	background-color: white;
}

.btn-danger.selected > .circle
{
	background-color: white;
}


h4, button
{
	font-family: 'AkzidGroRom';
}

p
{
	font-family: 'AkzidGroRom';
}

.colonne_texte a
{
	color: white;
	text-decoration: underline;
}

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


.margintexte p, .margintexte2 p
	{
		font-size: 9px;
	}
	
	
.margintexte
	{
		padding-left: 20px;
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		padding-top: 10px;
		padding-right: 20px;
		height: auto;
	}

.margintexte2
{
	height: auto;
}
	
.margintexte2, .margintexte4
	{
		padding-top: 12px;
		padding-left: 20px;
		border-bottom: solid 1px white;
		padding-right: 20px;
		height: auto;
	}

.margintexte4
{
	font-size: 13px;
}

.collapse span
	{
		font-size: 9px;
		margin-top: 5px;
		display: none;
	}

.carousel-control-prev:hover
{
	cursor: w-resize;
}

.carousel-control-next:hover
{
	cursor: e-resize;
}

.section_about a
{
	text-decoration: underline;
	color: white;
}

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

.section_about h4
{
	font-size: 26px;
}

.section_about .uzn p, .section_about .contact p, .section_about .cv1 h5
{
	font-size: 13px;
	line-height: 17px;
}

.section_about .cv1 p, .section_about .cv1 h6, .section_about .cv2 p, .section_about .cv2 h5, .section_about .cv2 h6
{
	font-size: 9px;
	line-height: 13px;
}

.section_about .cv1 p, .section_about .cv2 p, .section_about .contact p
{
	margin-bottom: 25px;
}

.section_about .cv1
{
	border-bottom: solid 1px white;
}

.uzn, .contact
{
	border-bottom: solid 1px white;
}

.uzn, .contact, .cv1, .ligne
{
	padding: 20px !important;
}

.column
{
	float: left;
	width: 50%;
}

.column2
{
	float: left;
	width: 100%;
}

.ligne:after
{
	content: "";
	display: table;
	clear: both;
}

.abreviation
{
	border-bottom: solid 1px white;
	padding-left: 30px;
	padding-top: 19px;
	height: 78px;
}

.abreviation p
{
	line-height: 19px !important;
	font-size: 13px !important;
}

.section_about
{
	margin-top: 65px;
}

.cv1, .contact, .ligne
{
	margin-top: 10px;
}

.cartouches_bloc
{
	width: 100%;
}

.margintexte p, .margintexte2 p, .margintexte3 p, .margintexte4 p
{
	padding-left: 5px;
	padding-right: 5px;
}






@media (min-width: 576px) 
{ 

}


@media (min-width: 768px) 
{
	
#Grille img
{
	background-color: black;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	margin-left: 1px;
	margin-bottom: 60px;
}

.dropdown img
{
	margin-top: 0px;
}	
	
.dropdown-content
{
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: white;
	font-size: 10px;
	background-color: black;
	width: 100%;
	height: 70px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	border-left: none;
	padding-left: 40px;
	padding-right: 40px;
	pointer-events: none;
	margin-left: 1px;
	padding-top: 12px;
}

.bg_nav
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
	
.bg_nav .boutons_nav
{
	padding-left: 10px;
}
	
	
.tabcontent
	{
		margin-top: 60px;
	}
	
.boutons_affichage img
{
	margin-left: 15px;
}

.paragraphe
	{
		height: 107px;
		border-left: solid 1px white;
	}
	
.margintexte p, .margintexte2 p
	{
		font-size: 10px;
	}
	
.margintexte4 p
	{
		font-size: 13px;
	}
	
.margintexte
	{
		padding-left: 30px;
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		padding-top: 15px;
		padding-right: 30px;
	}
	
.margintexte2, .margintexte4
	{
		padding-top: 10px;
		padding-left: 30px;
		border-bottom: solid 1px white;
		padding-right: 30px;
	}
	
.margintexte3
	{
		margin-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}

.section_about .cv1
{
	border-right: none;
}

.uzn, .contact
{
	border-right: solid 1px white;
}	
	
.abreviation
	{
		border-top: solid 1px white;
		padding-top: 19px;
		height: 78px;
		margin-top: -1px;
	}
	
.column
	{
		float: left;
		width: 25%;
	}
	
.uzn, .contact, .cv1, .ligne
{
	padding: 20px !important;
}

.cv1, .contact, .ligne
{
	margin-top: 0px;
}	
	
.colonne_images, .colonne_texte
	{
		padding-top: 0px;
	}
	
	
#Ligne img
	{
		margin-bottom: 68px;
	}

	
	
}




@media (min-width: 992px) 
{
	
#Grille img
	{
		margin-bottom: 0px;
	}	

	
.boutons_affichage img
{
	margin-left: 0px;
	margin-right: 10px
}
	
.dropdown-content
	{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		height: 50px;
	}

.dropdown-content
{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: white;
	font-size: 10px;
	background-color: black;
	width: 100%;
	height: 70px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	border-left: none;
	padding-left: 40px;
	padding-right: 40px;
  	transition: all 400ms ease-out;
	pointer-events: none;
	margin-left: 1px;
}	
	
.ligne_filtres :nth-child(2n+2)
{
	border-left: none;
}	
	
.ligne_filtres :nth-child(1n+2):not(.circle)
{
	border-left: 1px solid white;
}
	
.ligne_filtres :nth-child(3n+1):not(.circle)
{
	border-left: none;
}

.filtres_container
{
	margin-bottom: -1px;
}

.colonnes_filtre
{
	border-bottom: 1px solid white;
}


.margintexte2 p
	{
		font-size: 10px;
	}
	
.margintexte3 p
	{
		font-size: 10px;
	}
	
.margintexte4 p
	{
		font-size: 13px;
	}
	
.margintexte
	{
		padding-left: 30px;
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		padding-top: 10px;
		padding-right: 30px;
		border-left: none;
		border-right: none;
	}
	
.margintexte2, .margintexte4
	{
		padding-top: 10px;
		padding-left: 30px;
		border-bottom: solid 1px white;
		padding-right: 30px;
		border-left: none;
		border-right: none;
	}
	
.margintexte3
	{
		padding-top: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
.section_about .cv1
{
	border-right: solid 1px white;
}

.uzn, .contact
{
	border-right: solid 1px white;
}

.column
{
	float: left;
	width: 50%;
}

.column2
{
	float: left;
	width: 100%;
}

.ligne:after
{
	content: "";
	display: table;
	clear: both;
}

.abreviation
{
	border-bottom: solid 1px white;
	padding-left: 30px;
	margin-top: 6px;
	padding-top: 23px;
	height: 78px;
}

.abreviation p
{
	line-height: 15px !important;
}
	
.uzn, .contact, .cv1, .ligne
{
	padding: 30px !important;
	border-bottom: none !important;
}
	
.section_about
{
	margin-top: 48px;
}

.colonne_texte
	{
		position: relative;
		
	}
	
.colonne_images
	{
		border-left: solid 1px white;
	}
	
.cartouches_bloc
	{
		position: absolute;
		bottom: 0;
		left: 0;
	}	
	
#Ligne img
	{
		margin-bottom: 0px;
	}
	
#myParagraph
	{
		opacity: 0;
		transition: opacity 0.6s;
		margin-top: 90px;
	}
	
#myParagraph.hide
	{
		opacity: 1;
		transition: opacity 0.6s;
	}
	
.colonne_texte
	{
		height: 100vh;
	}
	
.colonne_images
{
	border-bottom: solid 1px white;
	height: 100vh;
}
	
.bouton_paragraphe
{
	background-color: transparent;
	color: white;
	border: solid 1px white;
	border-radius: 100%;
	padding: 2px 10px 5px 10px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 13px;
}
	
.bouton_paragraphe:hover
{
	background-color: white;
	color: black;
}

	
#Bloc img
{
	margin-bottom: -35px;
}
	
#more9, #more8, #more6, #more5, #more4, #more3, #more2
	{
		opacity: 0;
		transition: opacity 0.6s;
	}
	
	
	

	
}
	
	

@media (min-width: 1200px) 
{ 
	
	
}










@font-face {
    font-family: 'MbNewReligion';
    src: url('../font/mbnewreligion-medium-webfont.woff2') format('woff2'),
         url('../font/mbnewreligion-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkzidGroRom';
    src: url('../font/AkzidGroRom-Roman.woff2') format('woff2'),
         url('../font/AkzidGroRom-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}