@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600|Oswald:200,400&display=swap");
@font-face {
  font-family: 'postscriptumlight';
  src: url("../fonts/postscriptum_light-webfont.woff2") format("woff2"), url("../fonts/postscriptum_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  overflow-x: hidden; }

body {
  margin: 0; }

a {
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #414042;
  font-family: "Montserrat", sans-serif;
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.35; }
  @media only screen and (min-width: 1260px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 20px;
      font-size: 1.25rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  font-family: "postscriptumlight", "Oswald", sans-serif;
  text-transform: uppercase; }

h3 {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative; }
  h3:before {
    content: url(../images/lines_h3.svg);
    width: 250px;
    position: absolute;
    left: -300px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 44px;
      font-size: 2.75rem; } }
  @media only screen and (min-width: 1500px) {
    h3 {
      font-size: 52px;
      font-size: 3.25rem; } }

h4 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 35px; }
  h4 span {
    color: #bb4052;
    text-transform: capitalize; }
  h4.lines {
    position: relative; }
    h4.lines:before {
      content: url(../images/lines_h4.svg);
      width: 200px;
      position: absolute;
      left: -185px;
      top: -15px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1500px) {
    h4 {
      font-size: 44px;
      font-size: 2.75rem; } }

h5 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  padding: 15px 25px;
  position: relative; }
  .intelligence h5 {
    background: #ea646c; }
  .criminalite h5 {
    background: #ebbc55; }
    .criminalite h5:after {
      content: url(../images/lines_creneau_red.svg); }
  .cybersecurite h5 {
    background: #414042; }
  .ideologie h5 {
    background: #bb4052; }
  .securite h5 {
    background: #e6e7e8;
    color: #bb4052; }
    .securite h5:after {
      content: url(../images/lines_creneau_red.svg); }
  h5:after {
    content: url(../images/lines_creneau_white.svg);
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
    z-index: 5; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media only screen and (min-width: 1500px) {
    h5 {
      font-size: 36px;
      font-size: 2.25rem; } }

h6 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #bb4052;
  text-transform: uppercase;
  margin-bottom: 15px; }
  h6 .small {
    font-size: 24px;
    font-size: 1.5rem; }

p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.25em; }

b {
  color: #bb4052; }

.small {
  font-size: 16px;
  font-size: 1rem; }

.desc {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  color: #bb4052;
  line-height: 1.5;
  margin-bottom: 50px; }
  .desc span {
    font-size: 28px;
    font-size: 1.75rem;
    display: block;
    text-transform: uppercase; }
  @media only screen and (min-width: 1500px) {
    .desc {
      font-size: 24px;
      font-size: 1.5rem; }
      .desc span {
        font-size: 32px;
        font-size: 2rem; } }

.pullquote .titleQuote {
  font-size: 40px;
  font-size: 2.5rem;
  color: #414042;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Oswald", sans-serif; }

ul.list li {
  margin-bottom: 0.75em;
  padding-left: 35px;
  position: relative; }
  ul.list li:before {
    position: absolute;
    content: "—";
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    left: 0;
    top: 2px;
    color: #bb4052; }

ol.list {
  list-style: none;
  counter-reset: item;
  padding: 0; }
  ol.list > li {
    margin-bottom: 2.5em;
    position: relative;
    padding-left: 50px; }
    ol.list > li:before {
      position: absolute;
      content: counter(item);
      counter-increment: item;
      left: 0;
      top: -2px;
      font-family: "postscriptumlight", "Oswald", sans-serif;
      font-size: 40px;
      font-size: 2.5rem;
      color: #bb4052; }
    @media only screen and (min-width: 768px) {
      ol.list > li {
        padding-left: 50px; }
        ol.list > li:before {
          top: -10px;
          font-size: 48px;
          font-size: 3rem; } }
  ol.list ul {
    margin-top: 1em; }

ol.alpha {
  list-style: none;
  counter-reset: list;
  padding: 0; }
  ol.alpha > li {
    margin-bottom: 2.5em;
    position: relative;
    padding-left: 50px; }
    ol.alpha > li:before {
      position: absolute;
      content: "\\ " counter(list, lower-alpha);
      counter-increment: list;
      left: 0;
      top: -8px;
      font-family: "postscriptumlight", "Oswald", sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      color: #bb4052; }
    @media only screen and (min-width: 768px) {
      ol.alpha > li {
        padding-left: 50px; }
        ol.alpha > li:before {
          top: -10px;
          font-size: 32px;
          font-size: 2rem; } }
  ol.alpha ul {
    margin-top: 1em; }

.list .flex {
  margin-top: 35px; }

.list .encadre {
  background: #e6e7e8;
  position: relative;
  padding: 100px 75px 100px 0;
  margin-bottom: 50px; }
  .list .encadre p:last-of-type {
    margin-bottom: 0; }
  .list .encadre:after {
    position: absolute;
    content: '';
    background: inherit;
    width: 700px;
    height: 100%;
    left: -700px;
    top: 0; }

a {
  color: #bb4052;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:visited {
    color: #bb4052; }
  a:hover, a:focus, a:active {
    color: #953341; }
  a:hover, a:active {
    outline: 0; }
  a.readMore {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    position: relative; }
    a.readMore:after {
      content: '+';
      position: absolute;
      margin-left: 15px;
      border-radius: 35px;
      padding: 0 20px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    a.readMore:hover:after {
      background: #bb4052;
      color: #fff; }
  a.btn {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 200;
    text-transform: uppercase;
    background: #bb4052;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border: 2px solid #bb4052;
    margin: 25px 0; }
    a.btn:hover {
      color: #bb4052;
      background: transparent; }
    @media only screen and (min-width: 1500px) {
      a.btn {
        font-size: 36px;
        font-size: 2.25rem; } }
  a.btnBlogue {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 200;
    text-transform: uppercase;
    background: #e6e7e8;
    color: #bb4052;
    padding: 15px 25px;
    display: inline-block;
    border: 2px solid #e6e7e8;
    margin-top: 125px; }
    a.btnBlogue:hover {
      color: #bb4052;
      background: transparent;
      border-color: #bb4052; }
    @media only screen and (min-width: 1500px) {
      a.btnBlogue {
        font-size: 36px;
        font-size: 2.25rem; } }

.centerBtn {
  text-align: center; }

header {
  position: fixed;
  width: 100%;
  z-index: 9001; }

nav {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 200; }
  nav a {
    color: #231f20; }
    nav a:visited {
      color: #231f20; }
    nav a:hover {
      color: #bb4052; }

.topNav {
  background: #e6e7e8;
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 1500px) {
    .topNav {
      font-size: 24px;
      font-size: 1.5rem; } }
  .smallNav .topNav {
    font-size: 16px;
    font-size: 1rem; }
  .topNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    .topNav ul a {
      display: inline-block;
      padding: 5px 15px 10px;
      border-top: 5px solid transparent; }
      .topNav ul a:hover {
        border-top: 5px solid #bb4052; }
      .smallNav .topNav ul a {
        padding: 3px 10px 5px;
        border-top-width: 2px; }
  .topNav .active {
    background: #bb4052; }
    .topNav .active a {
      color: #fff; }

#logo {
  position: relative;
  z-index: 9001; }
  #logo a {
    display: block; }
    #logo a img {
      height: 75px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .smallNav #logo a img {
        height: 50px; }
        @media only screen and (max-width: 1000px) {
          .smallNav #logo a img {
            height: 40px; } }

.mainNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.75);
  box-shadow: 0px 10px 20px 0px rgba(128, 128, 128, 0.75); }
  .mainNav nav {
    width: 100%; }
  .mainNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-size: 1.75rem;
    width: 100%; }
    .mainNav ul li {
      margin: 0 25px; }
      .mainNav ul li:first-child {
        margin-left: 50px; }
      .mainNav ul li.lang {
        margin-left: auto;
        margin-right: 0; }
    @media only screen and (min-width: 1000px) {
      .mainNav ul {
        font-size: 24px;
        font-size: 1.5rem; }
        .mainNav ul li {
          margin: 0 15px; }
          .mainNav ul li:first-child {
            margin-left: 25px; }
          .mainNav ul li.lang {
            margin-left: auto;
            margin-right: 0; } }
    @media only screen and (min-width: 1260px) {
      .mainNav ul {
        font-size: 32px;
        font-size: 2rem; } }
    .smallNav .mainNav ul {
      font-size: 20px;
      font-size: 1.25rem; }
      .smallNav .mainNav ul li {
        margin: 0 15px; }
        .smallNav .mainNav ul li:first-child {
          margin-left: 50px; }
        .smallNav .mainNav ul li.lang {
          margin-left: auto;
          margin-right: 0; }
  .mainNav .lines {
    width: 175px;
    margin-top: -75px;
    margin-left: -35px; }
  .mainNav .lang {
    margin-left: auto; }
  .mainNav .active {
    position: relative; }
    .mainNav .active a {
      color: #bb4052; }
    .mainNav .active:after {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #bb4052;
      z-index: -1; }
  .mainNav .menu-btn {
    margin-left: auto;
    background: 0;
    border: 0;
    color: #bb4052;
    font-size: 32px;
    font-size: 2rem; }

.pushy {
  position: fixed;
  width: 275px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #ebbc55;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 28px;
    font-size: 1.75rem; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-275px, 0, 0);
  -ms-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-275px, 0, 0);
  -ms-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#content {
  padding: 50px 0; }

.container {
  width: 90%;
  margin: auto; }
  @media only screen and (min-width: 1500px) {
    .container {
      max-width: 1400px; } }

@media only screen and (min-width: 1000px) {
  .hideDesktop {
    display: none; } }

.hideMobile {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .hideMobile {
      display: inherit; } }

@media only screen and (min-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .flex.even > .content {
      width: calc(50% - 50px); } }

.flex .content .background {
  background: #e6e7e8;
  position: relative;
  margin-bottom: 175px; }
  .flex .content .background:after {
    content: '';
    position: absolute;
    width: 120vw;
    top: -75px;
    right: -10vw;
    height: calc(100% + 150px);
    background: inherit;
    z-index: -1; }
  @media only screen and (min-width: 1000px) {
    .flex .content .background:after {
      width: 50vw;
      top: -75px;
      right: -50px;
      height: calc(100% + 150px); } }

.flex p:first-child {
  margin-top: 0; }

.full {
  margin-top: 100px;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2; }
  .full h1 {
    font-size: 64px;
    font-size: 4rem;
    color: #fff;
    position: absolute;
    bottom: -16px; }
  .full .gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1; }
  @media only screen and (min-width: 1260px) {
    .full {
      margin-top: 130px;
      height: 400px;
      background-attachment: fixed; }
      .full h1 {
        font-size: 80px;
        font-size: 5rem;
        bottom: -17px; } }
  @media only screen and (min-width: 1500px) {
    .full {
      margin-top: 145px; } }
  .full.propos {
    background-image: url(../images/hero_1.jpg); }
  .full.maitrise {
    background-image: url(../images/hero_4.jpg); }
  .full.formation {
    background-image: url(../images/hero_5.jpg); }
  .full.blog {
    background-image: url(../images/hero_3.jpg); }
  .full.infolettre {
    background-image: url(../images/hero_2.jpg); }
  .full.joindre {
    background-image: url(../images/hero_6.jpg); }

section {
  margin-bottom: 100px; }

#creneaux {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  grid-gap: 25px; }
  @media only screen and (min-width: 768px) {
    #creneaux {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px; } }
  @media only screen and (min-width: 1000px) {
    #creneaux {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 25px; } }
  #creneaux .logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 20px;
    display: none; }
    @media only screen and (min-width: 768px) {
      #creneaux .logo {
        display: inherit; } }
    @media only screen and (min-width: 1260px) {
      #creneaux .logo {
        padding: 40px; } }

.creneau {
  position: relative; }
  .creneau h2 {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 25px;
    margin-top: 10%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-size: 32px;
    font-size: 2rem; }
    .creneau h2.mainColor {
      color: #bb4052; }
    @media only screen and (min-width: 1260px) {
      .creneau h2 {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media only screen and (min-width: 1500px) {
      .creneau h2 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .creneau img {
    margin-bottom: -6px; }

.quote {
  padding: 75px 0;
  border-top: 3px solid #bb4052;
  border-bottom: 3px solid #bb4052;
  position: relative;
  margin-top: 150px; }
  @media only screen and (min-width: 1000px) {
    .quote {
      margin-top: 0;
      padding: 125px 0; } }
  .quote p {
    margin: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 32px;
    font-size: 2rem;
    color: #bb4052; }
    @media only screen and (min-width: 768px) {
      .quote p {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media only screen and (min-width: 1500px) {
      .quote p {
        font-size: 40px;
        font-size: 2.5rem; } }
  .quote:before {
    content: url(../images/quote.svg);
    position: absolute;
    width: 50px;
    top: -50px;
    left: 25px; }
  .quote:after {
    content: url(../images/quote.svg);
    position: absolute;
    width: 50px;
    bottom: -50px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .quote.inline {
    margin-top: 60px; }
    .quote.inline p {
      font-size: 24px;
      font-size: 1.5rem; }
      @media only screen and (min-width: 768px) {
        .quote.inline p {
          font-size: 28px;
          font-size: 1.75rem; } }
      @media only screen and (min-width: 1500px) {
        .quote.inline p {
          font-size: 32px;
          font-size: 2rem; } }

.pullquote {
  padding: 75px 0;
  margin-top: 50px; }
  .pullquote p {
    margin: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 28px;
    font-size: 1.75rem;
    color: #bb4052; }
    @media only screen and (min-width: 768px) {
      .pullquote p {
        font-size: 32px;
        font-size: 2rem; } }
    @media only screen and (min-width: 1500px) {
      .pullquote p {
        font-size: 36px;
        font-size: 2.25rem; } }

section.sep {
  width: 175vw;
  padding: 50px 0 25px;
  margin-left: -6px; }
  @media only screen and (min-width: 768px) {
    section.sep {
      width: 150vw; } }
  @media only screen and (min-width: 1000px) {
    section.sep {
      width: 100vw;
      padding: 100px 0 50px; } }

.logos {
  margin: 50px 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .logos img:first-child {
    margin-bottom: 10px; }
  .logos.justify-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }

.udes {
  width: 250px;
  margin-right: 50px; }

.mentor {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 5px solid transparent; }
  .mentor span:not(.small) {
    color: #bb4052; }
  .mentor .small {
    font-size: 20px;
    font-size: 1.25rem;
    display: block; }
  .intelligence .mentor {
    border-color: #ea646c; }
  .criminalite .mentor {
    border-color: #ebbc55; }
  .cybersecurite .mentor {
    border-color: #414042; }
  .ideologie .mentor {
    border-color: #bb4052; }
  .securite .mentor {
    border-color: #e6e7e8; }
  @media only screen and (min-width: 768px) {
    .mentor {
      font-size: 24px;
      font-size: 1.5rem; }
      .mentor .small {
        display: inline; } }
  @media only screen and (min-width: 1500px) {
    .mentor {
      font-size: 32px;
      font-size: 2rem; } }

.date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .date p {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 22.4px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 15px 0; }
    .date p span {
      color: #bb4052;
      text-transform: lowercase; }
    @media only screen and (min-width: 1500px) {
      .date p {
        font-size: 28.8px;
        font-size: 1.8rem; } }
  .date a {
    font-family: "postscriptumlight", "Oswald", sans-serif;
    font-size: 19.2px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 1500px) {
      .date a {
        font-size: 24px;
        font-size: 1.5rem; } }
  .date:first-of-type {
    margin-top: 25px; }
  .date:last-of-type {
    margin-bottom: 75px; }
  @media only screen and (min-width: 768px) {
    .date:first-of-type {
      margin-top: 50px; }
    .date:last-of-type {
      margin-bottom: 50px; } }

.encadreBg {
  background: #e6e7e8;
  padding: 75px 0;
  position: relative;
  margin-bottom: 75px; }
  .encadreBg:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 100%;
    left: -600px;
    top: 0;
    background: inherit; }
  .encadreBg:after {
    content: '';
    position: absolute;
    width: 600px;
    height: 100%;
    right: -600px;
    top: 0;
    background: inherit; }
  .encadreBg.flex {
    padding: 25px 0; }

@media only screen and (max-width: 1000px) {
  .nouvelles {
    margin-bottom: 100px; } }

@media only screen and (min-width: 1000px) {
  .nouvelles {
    margin-bottom: 0; } }

.article {
  margin-top: 75px; }
  .article p {
    margin: 0; }
  .article a.read {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem; }
  .article .tag {
    display: inline-block;
    padding: 5px 10px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem; }
    .article .tag.intelligence {
      background-color: #ea646c; }
    .article .tag.criminalite {
      background-color: #ebbc55; }
    .article .tag.cybersecurite {
      background-color: #414042; }
    .article .tag.ideologie {
      background-color: #bb4052; }
    .article .tag.securite {
      color: #bb4052;
      background-color: #e6e7e8; }
  @media only screen and (min-width: 768px) {
    .blog .article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .blog .article .content:first-child {
        width: calc(30% - 25px); }
      .blog .article .content:last-child {
        width: 70%; } }
  @media only screen and (min-width: 1260px) {
    .blog .article .content:first-child {
      width: calc(30% - 50px); } }

@supports (grid-area: auto) {
  .team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px; }
    @media only screen and (min-width: 1000px) {
      .team {
        grid-template-columns: repeat(5, 1fr); } } }

@supports not (grid-area: auto) {
  .team {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team .content {
      width: calc(20% - 15px); } }

.membre {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 5px solid transparent; }
  .membre span {
    color: #bb4052;
    font-size: 20px;
    font-size: 1.25rem;
    display: block; }
  @media only screen and (min-width: 1500px) {
    .membre {
      font-size: 32px;
      font-size: 2rem; }
      .membre span {
        font-size: 24px;
        font-size: 1.5rem; } }

.hub {
  max-width: 350px; }

@media only screen and (min-width: 768px) {
  .flexForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    .flexForm .content {
      width: calc(50% - 10px); } }

label span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #bb4052;
  vertical-align: super; }

input, textarea {
  padding: 10px 15px;
  border: 0;
  background: #e6e7e8;
  margin-bottom: 25px; }

input, label, textarea {
  display: block;
  width: 100%;
  color: #414042; }

form button {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 200;
  text-transform: uppercase;
  background: #bb4052;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #bb4052;
  margin: 25px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  width: 100%; }
  form button:hover {
    color: #bb4052;
    background: transparent; }
  @media only screen and (min-width: 1500px) {
    form button {
      font-size: 36px;
      font-size: 2.25rem; } }

.preFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 50px;
  border-top: 5px solid #bb4052; }
  .preFooter img {
    width: 250px;
    margin-bottom: 50px; }
  .preFooter a i {
    position: relative;
    font-size: 32px;
    font-size: 2rem; }
  .preFooter a:not(:first-child) i {
    padding-left: 35px;
    margin-left: 25px; }
    .preFooter a:not(:first-child) i:after {
      content: '\\';
      font-size: 64px;
      font-size: 4rem;
      color: #e6e7e8;
      position: absolute;
      left: 0;
      top: -35%;
      font-family: "postscriptumlight", "Oswald", sans-serif; }
  @media only screen and (min-width: 768px) {
    .preFooter {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 25px 50px; }
      .preFooter img {
        width: 200px;
        margin-bottom: 0; }
      .preFooter a i {
        font-size: 32px;
        font-size: 2rem; }
      .preFooter a:not(:first-child) i {
        padding-left: 35px;
        margin-left: 25px; }
        .preFooter a:not(:first-child) i:after {
          font-size: 64px;
          font-size: 4rem;
          top: -35%; } }
  @media only screen and (min-width: 1000px) {
    .preFooter img {
      width: 250px; }
    .preFooter a i {
      font-size: 48px;
      font-size: 3rem; }
    .preFooter a:not(:first-child) i {
      padding-left: 35px;
      margin-left: 25px; }
      .preFooter a:not(:first-child) i:after {
        font-size: 80px;
        font-size: 5rem;
        left: 0;
        top: -25%; } }

.siteInfo {
  background: #e6e7e8;
  padding: 15px 50px;
  text-align: center; }
  .siteInfo p {
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .siteInfo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
