

/* --- Main --- */
* {
  font-family: 'Open Sans', sans-serif;
}

.container h1 {
  font-size:167%;
  font-weight: 300;
  color: #000000;
}

.custom-body h1 {
  font-size:167%;
  font-weight: 300;
  color: #000000;
}

.custom-header h1 {
  padding-top: 50px;
}

.custom-header h1::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: white;
  margin: 4px 10px;
}

.custom-header h1::before{
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: white;
  margin: 4px 10px;
}

h2 {
  padding: 10px;
  color: #00707F
}

h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #00707F;
  margin: 4px 10px;
}

section {
  margin-bottom: : 50px;
}

/* --- CUSTOM HEADER --- */
.custom-header {
  justify-content: center;
  padding: 60px;
  text-align: center;
  font-size: 40px;
  background-image: url("../images/alex-h-unsplash.jpg");
  background-size: cover;
  background-position: 50% 49%;
  color: white;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* --- INTRODUCTION --- */
.intro .container{
  justify-content: center;
  display: flex;
}

.intro div p{
  width: 20%;
  max-width: 50%;
  display: flex;
  text-align: center;
  font-size: 117%;
  font-family: Georgia;
}


/* --- COURSE ELEMENT --- */

.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}

.courses .course-content {
  padding: 20px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: grey;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
  border-radius: 7px;
}

.courses .goto {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .btn {
  background: #00707F;
  border-radius: 4px 12px;
  border-style: none;
  padding: 5px 10px;
}

.courses .btn:hover {
  background: #E68D82;/*#F8AA00;*/
  color:white;
}

/* Probabilités */
#header_image_math0495 {
    background-image: url("../images/josh-appel-unsplash.jpg");
    background-size: cover;
    background-position: 50% 49%;
}

.custom-body {
  color: #666666;
  background-color: #E6E6E1 
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size:93%;
  margin:20px auto;
  width:960px;
}
