@font-face {
	font-family: "Better Times";
	src: url(‘/fonts/bettertimes.ttf’) format(‘truetype’)
}

@font-face {
	font-family: "Segoe UI";
	src: url(‘/fonts/segoeui.ttf) format(‘truetype’)
}

/* text */
body {
    font-family: 'Open sans', sans-serif, verdana, sans-serif !important;
    font-size: 0.9em;
    margin: 0 15px;
}

p {
    color: #222;
    float: left;
    width: 100%;
    line-height: 145%;
    font-weight: 400;
    padding: -15px;
}

.p1 {
    margin-bottom: -10px;
}

h1 {
    font-family: 'Segoe UI' !important;
    font-size: calc(1.6rem + 0.5vw);
    text-align: center;
    padding: 0px 18% 0 18%;
    font-weight: 800;
    color: #222;
}

.better {
    font-family: "Better Times";
    font-size: calc(2.2rem + 0.5vw);
    color: #00C95A; 
    vertical-align: sub;
    padding: 0px 15px 0 15px;
    font-weight:200;
}

h2 {
    font-size: calc(0.1vw + 20px);
    padding-top: 10px;
}

hr {
    height: 4px;
    background-color: #f9af0d;
    border: none;
    margin: -20px 0 40px;
}

.leading {
    color: #00C95A;
    font-weight:700;
}

.intro {
    margin: -15px 18% 0 18%;
}

* {
    box-sizing: border-box;
}

/* column */
.column {
    float: left;
    width: 100%;
    line-height: 160%;
    padding: 15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* logos bannière */
.flex-container {
    display: flex;
    align-items: center;
    background-color: white;
    width: 40%;
  }
  
.flex-container > div {
    color: white;
    margin: 10px;
    text-align: left;
    line-height: 75px;
    font-size: 30px;
  }

/* blocs navigation */
.sig-content {
    -webkit-text-size-adjust: 100%;
    font-family: 'roboto', sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    box-sizing: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.sig-row-padding {
    box-sizing: inherit;
    padding: 0 4px;
    margin: 0 -16px;
}

.sig-half {
    box-sizing: inherit;
    float: left;
    width: 50%;
    padding: 0 20px;
}

.sig-figure {
    box-sizing: inherit;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 24px -20px;
    box-shadow: none !important;
}

.text-sig {
    font-family: 'Open sans', sans-serif, verdana, sans-serif !important;
    font-size: 1em;
    float: left;
    width: 80%;
    padding: 10px;
    vertical-align: inherit;
    font-weight: 400;
    color: #222;
  }

/* overlay */
.container {
    position: relative;
    width: 100%;
  }

  .image {
    display: block;
    width: 80%;
    height: auto;
    border-radius: 25px;
  }

  .overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 80%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0B57A4;
    border-radius: 25px;
  }

  .overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 80%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00C95A;
    border-radius: 25px;
  }

  .container:hover .overlay1 {
    opacity: 0.98;
  }

  .container:hover .overlay2 {
    opacity: 0.98;
  }

  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

/* footer */
footer {
   text-align:center;  
}

.sig-footer {
    font-family: 'Segoe UI' !important;
    font-size: 1em;
    font-weight: 600;
    line-height: 145%;
    margin-top:30px;
    padding: 0 30px;
}