#modif {
    display: -webkit-box;
	}
#alignement{
	margin-left: 500px;
	margin-top: auto;
    margin-bottom: auto;
}

#footer {
    z-index: 65;
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}
a {
    color: #8a8f94;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.navbar-dark .navbar-nav .nav-link {
    color: #8a8f94;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #8a8f94
}
#whitebg{
    background-color: #fff;
}

#main {
    z-index: 50;
    position: relative;
    /* font-family: "HelveticaNeueW02-45Ligh"; */
    font-size: 17px;
    font-size: 1.7rem;
    color: #000000;
}
footer .subFooter .footerLogo {
    width: 123px;
    height: 26px;
    margin-bottom: 20px;
}
#positionlang{
	margin-top: 20px;
    margin-left: 85px;
}

li:hover>a{
	color: #fff;
	background: #343a40;
}
.navbar-toggler-icon {
    background: grey;
}
.navbar-toggler {
    background-color: #818182;
}
#size{
	font-size: 13px;
}
#direction{
	flex-direction: row;
}
#footerdisplay{
	display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #c0c1c3;
}

.modal-header h4{
	color: #b50a1b;
	vertical-align: middle;
}
.checkbox .mb-3 label{
	color: #8a8f94;
}

.navperso{
	letter-spacing: 5px;
	vertical-align: middle;
	padding-right: 20px;
    padding-left: 20px;
	margin-top: 5px;
}
/*.carousel-item img{
	opacity: 1.0;
	filter: alpha(opacity=50);
}  transparence*/

.langue{
	display: flex!important;
}
.langue a{
	text-align: right;
	margin-left: 250px;
    margin-top: 20px;
}
.langue button{
	width:10px;
}
.langue select{
    margin-left: 250px;
    border-color: transparent;
	border-width: 10px;
}	
.boutoncar a{
    color: #fff;
    background-color: #b50a1b;
    border-color: #b50a1b;
}
.boutoncar a:hover{
    color: #fff;
    background-color: #8a8f94;
	border-color: #8a8f94;
}
/*----------text fixed with caroussel--------------*/
.main-text
{
    position: absolute;
    top: 250px;
    width: 96.66666666666666%;
}
.main-text h1,p{
	color:#fff;
}
.btn-primary {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-block {
    display: block;
    width: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.buttonpers a:hover {
    color: #f8f9fa;
    text-decoration: underline;
}
.buttonpers a {
    color: #f8f9fa;
    text-decoration: underline;
}

.btn-primaryperso {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.modal-header{
	justify-content: center;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
.text-center h1{
	text-decoration-line: underline;
    text-decoration-color: red;
	text-underline-position: under;
}

/* -------------------end fixed---------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#div {
    display: block;
}
#body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4em;
    line-height: 1.4;
    /* letter-spacing: 0.05em; */
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 0, 0, 0.5);
}



/*.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
/*}*/