/*
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.
*/



/* Mise en place d'une police alternative

@font-face {
    font-family: 'montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format ('truetype');

    font-weight: normal;
    font-style: normal;

}
*/

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


IMG.displayed {
  display: block;
  padding-top: 2%;
  margin-left: auto;
  margin-right: auto;
 
  width: auto;
  height: 50%;
  max-width: 500px;
  max-height: 500px;
}

blockquote {
    font-family: latoblack, arial, serif;
    position: relative;
    padding-bottom: 2%;
    font-size: 35px;
    text-align: center;
    
}