html
{
	scroll-behavior: smooth;
}

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

table td, table td * {
    vertical-align: top;
}

.container-fluid
{
	padding: 0px;
}

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

.tablink:hover 
{
  	cursor: pointer;
}

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

.dropdown
{
	position: relative;
}


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

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

.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
{
	display: none;
}

#Ligne
{
	display: block;
}

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

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


.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;
	min-height: 60px;
}

.boutons_nav
{
    margin-left: 20px;
}

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

.btn-primary
{
    background-color: black !important;
    border: solid 1px white !important;
	border-radius: 100px;
    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;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .selected:not(.collapsed), .btn-primary.active
{
    background-color: white !important;
	color: black !important;
    border: solid 1px white !important;
    border-radius: 100px !important;
    outline: none !important;
    box-shadow: none !important;
	text-decoration: none;
}

.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;
		margin: 0px;
	}
	
.margintexte3 p, .margintexte4 p
	{
		font-size: 13px;
		margin: 0px;
	}
	
.margintexte
	{
		padding-left: 20px;
		border-bottom: solid 1px white;
		border-top: solid 1px white;
		padding-top: 10px;
		padding-right: 20px;
		height: auto;
		padding-bottom: 15px;
	}

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

.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_nav
{
	height: 60px;
}

.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, .section_about .cv1 h6, .section_about .cv2 .ligne, .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;
}


.enligne{
	height: 200px;
	border-bottom: solid 1px white;
	background-color: black;
}

.enligne .imagesgrille{
	display: none;
}

.enligne .imagesligne{
	display: flex;
}

.enligne .imagesligne{
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.engrille{
	/*border-right: 1px solid white;
	border-bottom: 1px solid white;*/
	box-shadow: 1px 1px 0px 0px white;
}



.engrille .imagesgrille{
	overflow: hidden;
}

.engrille .imagesgrille img{
	max-width: 100%;
	max-height: 100%;
	padding-left: 1px;
	padding-top: 1px;

}

.engrille .imagesgrille{
	display: block;
}

.engrille .imagesligne{
	display: none;
}



@media (min-width: 576px) 
{ 

}


@media (min-width: 768px) 
{

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

	.bg_nav
	{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
		
	.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;
		}
		
	.margintexte3 p, .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;
		}

}




@media (min-width: 992px) 
{
	
.boutons_affichage img
{
	margin-left: 0px;
	margin-right: 10px
}

.dropdown-content
{
	opacity: 0;
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 0px;
	z-index: 1;
	color: white;
	font-size: 10px;
	background-color: black;
	height: 70px;
	border-top: solid 1px white;
	border-left: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
  	transition: all 400ms ease-out;
	pointer-events: none;
}	
	
.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, .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;
	}	
	
	
#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: 1px 11px 5px 11px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}
	
.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;
}