/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 mars 2021, 18:38:18
    Author     : vscha
*/

.bg-custom {
  background-color: lightpink !important;
}

.h1,
h1 {
  font-size: 2.5rem;
  margin-top: 25px;
}

.h3, h3 {
  text-align: left;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 104px;
  float: left;
  padding: 5px;
}

body {
  margin: 0;
  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: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: url("images/sky-411136.jpg");
  padding-top: 50px;
  background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.btn-secondary {
  color: black;
  background-color: lightpink;
  border-color: #6c757d;
}

.jumbotron {
    background: url("images/feuille12.jpg");
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.img-blur {
  filter: blur(2px);
}

footer {
  margin-top: 90px;
}