/** END FONCTIONS **/
/** SLIDER **/
#slider_home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 620px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 580px, 0% 100%);
}
#slider_home .slide {
  width: 100%;
  height: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  padding-bottom: 170px;
  text-align: center;
}
#slider_home .slide .t1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 3px;
}
#slider_home .slide .t2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
  letter-spacing: 3px;
  margin-top: 30px;
}
#slider_home .slide .t3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
  font-style: italic;
  letter-spacing: 3px;
  margin-top: 20px;
}
#slider_home .owl-controls {
  margin-top: 0;
}
#slider_home .owl-controls .owl-nav {
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
#slider_home .owl-controls .owl-nav [class*=owl-] {
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  background-color: transparent;
  border-radius: 2px 0 0 0;
  position: relative;
  font-size: 0;
}
#slider_home .owl-controls .owl-nav .owl-prev {
  transform: rotate(-45deg);
}
#slider_home .owl-controls .owl-nav .owl-next {
  transform: rotate(135deg);
}
#section_slider {
  position: relative;
}
.indic {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  position: absolute;
  top: -120px;
  width: 300px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  background-image: url(../images/fleche-indic-m.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 50.5px;
  display: none;
}
/** END SLIDER **/
#section_blocs_formations {
  margin-top: -90px;
  position: relative;
  z-index: 10;
}
#section_blocs_formations li {
  width: 315px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 12px 23px 0 rgba(96, 105, 107, 0.7);
  background-repeat: no-repeat;
}
#section_blocs_formations li .titre {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}
#section_blocs_formations li .titre br {
  display: none;
}
#section_blocs_formations li .texte {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
#section_blocs_formations li .btn a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  box-shadow: 10px 16px 21px 0 rgba(8, 24, 36, 0.3);
  position: relative;
}
#section_blocs_formations li .btn a:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#section_blocs_formations li .btn a:after {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 34px;
  text-align: center;
  width: 36px;
  font-size: 18px;
  font-weight: 300;
}
#section_blocs_formations li .btn a:hover:before {
  border-width: 5px;
}
#section_blocs_formations li:nth-of-type(1) {
  background-color: #899ba6;
  background-image: url(../images/lines-licence.png);
  background-position: -200px -170px;
  background-size: 540px;
}
#section_blocs_formations li:nth-of-type(1) .btn a:after {
  color: #899ba6;
}
#section_blocs_formations li:nth-of-type(2) {
  background-color: #0ABAEE;
  background-image: url(../images/lines-master.png);
  background-position: -200px -170px;
  background-size: 538px;
}
#section_blocs_formations li:nth-of-type(2) .btn a:after {
  color: #0ABAEE;
}
#section_blocs_formations li:nth-of-type(3) {
  background-color: #0067A2;
  background-image: url(../images/lines-prepas.png);
  background-position: 0 0;
  background-size: 315px;
}
#section_blocs_formations li:nth-of-type(3) .btn a:after {
  color: #0067A2;
}
#section_blocs_formations li:nth-of-type(4) {
  background-color: #fff;
  border: 1px solid #899BA6;
  box-shadow: none;
}
#section_blocs_formations li:nth-of-type(4) .titre,
#section_blocs_formations li:nth-of-type(4) .texte {
  color: #000;
}
#section_blocs_formations li:nth-of-type(4) .btn a {
  background-color: #0067A2;
}
#section_blocs_formations li:nth-of-type(4) .btn a:before {
  border-color: #0067A2;
}
#section_blocs_formations li:nth-of-type(4) .btn a:after {
  color: #fff;
}
#section_forces {
  background-color: #0067A2;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-top: -290px;
  padding-top: 350px;
  padding-bottom: 320px;
  overflow: hidden;
}
#section_forces .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 423px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/bg_forces_m.png);
  background-size: 208px;
}
#section_forces:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 380px 0 0 1920px;
  border-color: #fff #fff #fff #0067A2;
}
#section_forces:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 380px 0;
  border-color: #fff #0067A2 #fff #fff;
}
#section_forces > * {
  position: relative;
  z-index: 5;
}
#section_forces .titre {
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-style: italic;
}
#section_forces .stitre {
  font-family: 'verveine', sans-serif;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 100;
  text-transform: none;
}
#section_forces .indication {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  background-image: url(../images/flechegauche-disciplines.png), url(../images/flechedroite-disciplines.png);
  background-size: calc(47px / 2), calc(59px / 2);
  background-position: left 0px center, right 0px center;
  background-repeat: no-repeat;
  width: 400px;
  margin: 0 auto;
  margin-top: 90px;
}
#section_forces ul {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
#section_forces ul li {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 240px;
  height: 185px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#section_forces ul li p {
  font-size: 18px;
  letter-spacing: -1px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
#section_forces ul li p strong {
  font-weight: 900;
}
#section_content {
  position: relative;
  z-index: 5;
}
#liste_actus.home {
  overflow: visible;
  margin-top: -360px;
}
#liste_actus.home:before {
  display: none;
}
#liste_actus.home:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1920px 380px 0;
  border-color: #fff #0ABAEE #fff #fff;
}
#liste_actus.home .bouton {
  position: relative;
  z-index: 10;
}
#section_partenaires {
  background-color: #F0F3F9;
  padding: 80px 20px;
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}
#section_partenaires > * {
  position: relative;
  z-index: 5;
}
#section_partenaires:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #fff #fff #F0F3F9 #fff;
}
#section_partenaires .titre {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#section_partenaires ul {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#section_partenaires ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_partenaires ul li a {
  display: block;
}
#section_partenaires ul li img {
  display: block;
  width: inherit;
}
#section_partenaires .owl-stage {
  display: flex;
  align-items: center;
}
#section_partenaires .owl-controls {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0;
}
#section_partenaires .owl-controls .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
#section_partenaires .owl-controls .owl-nav [class*=owl-] {
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 0;
  border-top: 3px solid #0067A2;
  border-left: 3px solid #0067A2;
  background-color: transparent;
  border-radius: 2px 0 0 0;
  position: relative;
}
#section_partenaires .owl-controls .owl-nav [class*=owl-]:before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
}
#section_partenaires .owl-controls .owl-nav [class*=owl-]:hover {
  border-color: #000;
}
#section_partenaires .owl-controls .owl-nav .owl-prev {
  transform: rotate(-45deg);
}
#section_partenaires .owl-controls .owl-nav .owl-next {
  transform: rotate(135deg);
}
.fl-module.chiffre_cle img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.fl-module.chiffre_cle p {
  margin-bottom: 0;
}
.fl-module.chiffre_cle .editor-titre {
  font-size: 40px;
}
/* Version 768 */
@media (min-width: 768px) {
  #section_blocs_formations ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section_blocs_formations ul li {
    margin-right: 5px;
    margin-left: 5px;
  }
  #section_forces ul {
    max-width: 740px;
    height: 440px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  #section_forces ul li {
    position: absolute;
  }
  #section_forces ul li:nth-of-type(1) {
    top: 25px;
    left: 120px;
  }
  #section_forces ul li:nth-of-type(2) {
    top: 0;
    left: 50%;
  }
  #section_forces ul li:nth-of-type(3) {
    top: 220px;
    left: 0;
  }
  #section_forces ul li:nth-of-type(4) {
    bottom: 0;
    left: 0;
    right: 0;
  }
  #section_forces ul li:nth-of-type(5) {
    top: 195px;
    right: 0;
  }
  #section_forces .bouton a {
    transform: translateY(-263px);
  }
  #section_partenaires {
    padding-top: 280px;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #slider_home {
    clip-path: none;
    height: 690px;
  }
  #slider_home:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px;
    background-image: url(../images/bas-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #slider_home .slide {
    height: 690px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 170px;
  }
  #slider_home .slide .t1 {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 5px;
  }
  #slider_home .slide .t2 {
    font-size: 24px;
    margin-top: 40px;
    letter-spacing: 5px;
  }
  #slider_home .slide .t3 {
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 5px;
  }
  #section_blocs_formations {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  #section_blocs_formations ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -220px;
  }
  #section_blocs_formations ul li {
    width: 220px;
    height: 270px;
    padding: 35px 20px;
    position: relative;
  }
  #section_blocs_formations ul li .titre br {
    display: block;
  }
  #section_blocs_formations ul li .btn {
    position: absolute;
    bottom: 35px;
    left: 20px;
  }
  #section_blocs_formations ul li:nth-of-type(2) {
    margin-top: 30px;
  }
  #section_blocs_formations ul li:nth-of-type(3) {
    margin-top: 60px;
  }
  #section_blocs_formations ul li:nth-of-type(4) {
    margin-top: 60px;
  }
  .indic {
    text-align: right;
    padding-right: 50px;
    margin: 0;
    left: inherit;
    top: -70px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  #section_partenaires {
    padding-top: 380px;
    margin-top: -100px;
  }
  #section_partenaires ul {
    padding: 0 150px;
  }
  #section_partenaires .owl-carousel .owl-nav {
    padding: 0 100px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #section_forces {
    margin-top: -600px;
    padding-top: 250px;
    padding-left: 300px;
    padding-bottom: 60px;
    background-image: url(../images/background-forces-pc.png);
    background-size: 1920px;
    background-position: center 0;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  #section_forces:after,
  #section_forces:before {
    display: none;
  }
  #section_forces .bg {
    display: none;
  }
  #section_content {
    margin-top: -70px;
  }
  #section_liste_evenements ul {
    min-height: 680px;
  }
}
/* Version > 1300 */
@media (min-width: 1300px) {
  #liste_actus.home {
    margin-top: -430px;
    padding-top: 350px;
  }
  #liste_actus.home .titre_section {
    margin-bottom: 60px;
  }
  #liste_actus.home ul {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    font-size: 0;
    text-align: left;
    max-width: 1280px;
  }
  #liste_actus.home .bouton {
    width: 380px;
    margin: 0 auto;
    z-index: 20;
  }
}
