body {
  background-image: url("assets/bandeau02.svg");
  background-position: 75% 20%;
  background-size: 60%;
  background-repeat: no-repeat; }

@media (max-width: 991.98px) {
  body {
    background-position: 0% 0%;
    background-size: cover; } }
.main {
  min-height: 90vh; }

footer {
  width: 100%;
  height: 10vh; }

h1, .h1 {
  font-size: 40px;
  font-weight: 600; }

h2, .h2 {
  font-size: 24px;
  font-weight: 600; }

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 32px; }

  h2, .h2 {
    font-size: 16px; } }
.btn {
  border: none;
  outline: none;
  color: #000000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  width: 100%;
  min-height: 4.25rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left; }
  .btn:hover {
    color: #000000;
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.btn-primary {
  background-color: #ffffff;
  border: 1px solid #ffe700; }
  .btn-primary:hover {
    background-color: #ffe700;
    border: 1px solid #ffe700; }
  .btn-primary:active {
    background-color: #ffe700 !important;
    border: 1px solid #ffe700 !important;
    color: #000000 !important; }
  .btn-primary:focus-visible {
    background-color: #ffe700 !important;
    border: 1px solid #ffe700 !important;
    color: #000000 !important;
    box-shadow: none; }

#actualites .articles {
  position: relative;
  transition: all 0.2s ease; }
  #actualites .articles div > p {
    margin-bottom: 0; }
  #actualites .articles a {
    color: #000000;
    text-decoration: none; }
  #actualites .articles img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    border-width: 1px 1px 0 1px;
    background: #f5f5f5;
    border-radius: 4px 4px 0 0; }
  #actualites .articles .title {
    display: block;
    background: #ffffff;
    width: 100%;
    font-weight: 600;
    font-size: 1.5rem;
    border: 1px solid #dddddd;
    border-width: 1px 1px 0 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #actualites .articles .excerpt {
    display: block;
    background: #ffffff;
    width: 100%;
    border: 1px solid #dddddd;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px; }
  #actualites .articles .link {
    display: block;
    background: #ffffff;
    width: 100%;
    border: 1px solid #dddddd;
    border-width: 0 1px 1px 1px; }
  #actualites .articles:hover {
    transform: scale(1.015); }

/*# sourceMappingURL=social_style.css.map */
