@import url("https://fonts.googleapis.com/css?family=Montserrat:300,700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4 {
  margin-top: 0; }

h1 {
  font-size: 2.625rem;
  font-weight: bold;
  color: #00609c;
  text-transform: uppercase; }
  h1 span {
    display: block;
    font-size: 2.625rem;
    font-weight: 300;
    color: #00609c; }

.text {
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 5rem; }
  .text > :first-child {
    margin-top: 0; }
  .text > :last-child {
    margin-bottom: 0; }

p, ul, ol {
  margin: 1rem 0; }

a {
  text-decoration: none;
  color: #0070f9; }
  a:hover, a:active {
    text-decoration: underline; }

img {
  vertical-align: middle;
  max-width: 100%;
  /* Remettre actif pour rendre plus vos transition sur image, mis en commentaire pour permettre le border-radius sur les parent d'image 
  -webkit-backface-visibility: hidden; 
  -ms-interpolation-mode: bicubic;*/ }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.nowrap {
  white-space: nowrap; }

/* Autres */
::-moz-selection {
  background: #0070f9;
  color: #181716;
  text-shadow: none; }

::selection {
  background: #0070f9;
  color: #181716;
  text-shadow: none; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  color: #181716;
  font-size: 16px; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff; }

.wrapAll {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

.wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto; }

.colloque {
  width: 100%;
  text-align: center;
  padding-top: 11.25rem;
  padding-bottom: 5rem; }
  .colloque img {
    width: 100%;
    max-width: 660px; }

.logo {
  width: 100%;
  text-align: center;
  padding-bottom: 3.4375rem; }
  .logo img {
    width: 100%;
    max-width: 225px; }
