:root {
    --gb: "goback-fira-sans-condensed-bold";
    /* --g: "Roboto"; */
  }

  header{
    box-shadow: 0 8px 9px 0 rgba(0,0,0,.1);
  }

  .navbar-nav {
    padding-top: 10px;
  }

  .navbar-toggler {
    background-color: #e9e9ed;
  }
  

  .text-white:hover {
    color: #f8441d !important;;
  }

  /* .section__1 {
    margin-bottom: 50px;
  } */



  .bar-long {
	height: 3px;
	width: 0;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	-webkit-box-shadow: 0 0 15px rgba(33,32,32,.66);
	box-shadow: 0 0 15px rgba(33,32,32,.66);
}

img {
    border-radius: 15px;
    overflow: hidden;
}



.section__3 {
    padding: 100px 0 10px;
  background-color: #f7f7f7;
  margin-bottom: 80px;
}

.section__3 a {
	color: #5d0712;
	font-weight: 500;
}

.title {
    color: #fff;
    letter-spacing: .025em;
    margin-bottom: 40px;
}

.button {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.box__bottom {
    display: flex;
    justify-content: center;
	border-radius: 12px 12px 12px 12px;
	margin: 40px 0;
	background: #ed5a11;
	padding: 50px 40px;
}

/* Styles de boutons */

.read {
    font: 600 18px/1.3em Arial!important;
    background-color: #44be4c;
    box-shadow: 0 10px 35px 0 rgba(182,45,63,.4);
    border-radius: 50px;
    padding: 15px 60px;
    color: #fff !important;
    letter-spacing: .05em;
    text-decoration: none;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.read:hover {
    -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.25);
    transform: translate(0,-3px);
}

.read_white {
    font: 600 18px/1.3em Arial!important;
    background-color: #fff;
    box-shadow: 0 10px 35px 0 rgba(182,45,63,.4);
    border-radius: 50px;
    padding: 15px 60px;
    color: #000 !important;
    letter-spacing: .05em;
    text-decoration: none;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.read_white:hover {
    -webkit-box-shadow: 0 30px 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 30px 30px 0 rgba(0,0,0,.25);
    transform: translate(0,-3px);
}

h2, h3, h4 {
    margin-bottom: 1em;
}

h4 {
    color:#ffff;
}

p {
    margin-bottom: 40px;
}

footer {
    padding: 20px 0;
    text-align: center;
}

img {
    border-radius: 15px;
    overflow: hidden;
}

ul.mark {
	padding-left: 30px;
	margin-bottom: 20px;
}

.img-fluid {
    margin-bottom: 20px;
}

.row {
    margin-bottom: 40px;
}

span {
    font-weight: bold;
}

ul {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 400;
  }

ol {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 400;
}

  li {
    position: relative;
    margin-bottom: .9375rem;
    color: inherit;
  }
/* .section__1 {
    height: 600px ;
} */

footer {
   background-color:#f0f3f7;
   padding: 70px 0 50px;
}

/* Bloc de style FAQ */

.accordion-body {
    background-color: #f0f3f7;
}

.accordion-button {
    background-color: transparent;
}


.accordion-button:not(.collapsed) {
    background-color: #44be4c;
    color:white
}

/* Bloc de publication */

.publication {
    display: flex;
}

.date {
    display: flex;
    padding-left:20px ;
}

.readtime {
    display: flex;
    padding-left:20px ;
}

.date-icon {
    border-radius: 0;
    margin-right: 5px;
}

.eye-icon {
    border-radius: 0;
    margin-right: 5px;

}

@media only screen and (max-width: 768px) {
    .publication {
        display:block;
    }

    .date {
        display: flex;
        padding-left:0px ;
    }
    
    .readtime {
        display: flex;
        padding-left:0px ;
    }

    ul {
        padding-left: 1rem;
      }
    
    ol {
        padding-left: 1rem;
    }

    .read_white {
        padding: 20px 20px;
        text-align: center;
    }

    h1 {
        text-align: center;
    }

    .read {
        text-align: center;
    }
  }
  