@charset "UTF-8";

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: rgba(9,8,8,1.00);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

/*on nav*/
.nav {
	height: 40px;
	width: 100%;
}
.nav ul {
	text-align: center;
}
.nav ul li {
	display: inline;
}
.nav ul li a {
	text-decoration: none;
	color: rgba(220,130,16,1.00);
	margin-left: 30px;
	font-size: 14px;
}
.nav ul li a:hover {
    color: rgba(223,218,27,1.00);
}
/*end nav*/

.container-fluid {
    text-align: center;
}
.container-fluid footer {
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid .container .navbar {
}
.container-fluid .container .section {
    text-align: left;
    width: 1140px;
    border: medium solid rgba(38,36,37,1.00);
}
.container .section .section-texte {
    float: left;
}
.container #logo .logo-ima {
}

.navbar-nav.mr-auto .nav-item .nav-link {
    color: #ED9710;
    height: 56px;
}
.container-fluid .container .text-center {
    color: #ED9710;
    height: 60px;
    padding-top: 10px;
}

.container-fluid .container .row-1 {
    height: 400px;
}	
.row-1 .dant .dant-pas {
    background-color: rgba(78,73,73,1.00);
    color: rgba(237,151,16,1.00);
    border-radius: 10px;
    font-size: 14px;
    height: 25px;
    margin-left: 10px;
    width: auto;
}
.row-1 .dant .dant-texte {
    height: 100px;
    background-color: rgba(6,6,5,1.00);
    color: rgba(46,97,3,1.00);
    font-size: small;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 10px;
    margin-right: 15px;
    text-align: left;
    margin-top: 0px;
}
.row-1 .dant .dant-titre {
    height: 50px;
    background-color: rgba(12,9,9,1.00);
    margin-left: 15px;
    color: rgba(181,176,176,1.00);
    padding-left: 15px;
    padding-top: 10px;
    font-size: x-large;
    padding-right: 15px;
    left: 0px;
    margin-right: 15px;
}
.row-1 .dant .dant-ima {
    width: 318px;
    margin-left: 15px;
    height: 180px;
}
.container .row-1 .dant {
    width: 350px;
    background-color: rgba(32,32,33,1.00);
    height: 400px;
    float: left;
    margin-left: 20px;
}
.row-1 .dant .dant-fond {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
    background-color: rgba(6,5,5,1.00);
    height: 60px;
}
