/* POLICES */
.defaultPolice {
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* GENERAL */
div.effect {
  -o-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.2s ease-in-out;
  transition-property: all;
  transition: 0.2s ease-in-out;
}
.ombre {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#555', Direction=135, Strength=2);zoom: 1;*/

}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  cursor: hand;
  transition: color 0.5s ease-in-out;
  cursor: pointer;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  padding: 0;
  font-size: 1rem;
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/*body{
	overflow-x:hidden;
}*/
.video {
  width: 600px;
  height: 390px;
  float: left;
  position: relative;
}
.video iframe,
.video object {
  width: 100%;
  height: 100%;
}
.titreVideo {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0 0 0;
}
.fullBlock,
.fullBlock2,
.fullBlock3 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.fullBlock.marginTop20,
.fullBlock2.marginTop20,
.fullBlock3.marginTop20 {
  margin: 20px 0 0 0;
}
.T24 {
  font-size: 24px;
}
hr {
  width: 100%;
  height: 1px;
  line-height: 1px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: rgba(102, 102, 102, 0.1);
  border: none;
  margin: 0;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
hr.marginTop10 {
  margin: 10px 0;
}
hr.marginTop20 {
  margin: 20px 0;
}
hr.marginTopOnly20 {
  margin: 20px 0 0 0;
}
hr.marginTop30 {
  margin: 30px 0;
}
hr.marginTop50 {
  margin: 50px 0;
}
hr.marginTop10Bottom30 {
  margin: 10px 0 30px 0;
}
hr.bgBleu {
  background-color: rgba(7, 176, 219, 0.2);
}
.fullBlock {
  text-align: left;
}
.fullBlock2 {
  text-align: center;
}
.fullBlock3 {
  text-align: right;
}
.autoBlock {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
}
.autoBlock2 {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#tarteaucitronAlertBig {
  color: #ffffff !important;
  margin: auto !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  background-color: #be1522 !important;
  line-height: 22px !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: inline-block !important;
  text-align: left !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert i,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #ffffff !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border: solid 1px #000000 !important;
  float: right;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  margin-left: auto !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  border: solid 1px #52ae32 !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  border: solid 1px #008bd2 !important;
}
#global {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 30px;
}
#global aside {
  height: auto;
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global aside.fullWidth {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#global aside sup {
  line-height: 20px;
}
#global aside strong {
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global aside h3 {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0;
}
#global .btnLink {
  display: inline-block;
  padding: 15px 20px 20px 20px;
  color: #000000;
  border: solid 1px #000000;
  margin: 30px auto 0 0;
  font-size: 24px;
  line-height: 24px;
  -moz-border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global .btnLink:hover {
  background-color: #000000;
  color: #FFFFFF;
}
#global .blanc .btnLink {
  display: inline-block;
  padding: 15px 20px 20px 20px;
  color: #ffffff;
  border: solid 1px #ffffff;
  margin: 30px auto 0 0;
  font-size: 24px;
  line-height: 24px;
  -moz-border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global .blanc .btnLink:hover {
  background-color: #ffffff;
  color: #000000;
}
#global header {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main h1,
#global main h3 {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main h1 strong,
#global main h3 strong {
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global main h2 {
  max-width: 560px;
  width: 100%;
  flex: 0 1 auto;
  text-align: left;
  font-size: clamp(16px, 5vw, 40px);
  line-height: clamp(16px, 5vw, 40px);
  padding: 0 15px;
  font-family: bigcity-grotesque-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#global main .cadre {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #000000;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main .cadre.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}
#global main .cadre.marginH120 {
  margin: 120px 0 0 0;
}
#global main .cadre:before,
#global main .cadre:after {
  content: "";
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main .cadre:before {
  background: transparent url("/media/img/cadreHG.png") center center no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
}
#global main .cadre:after {
  background: transparent url("/media/img/cadreBD.png") center center no-repeat;
  background-size: 100%;
  bottom: -40px;
  right: 0;
}
#global main .cadre h1 {
  font-size: clamp(16px, 20vw, 150px);
  line-height: 1.2;
}
#global main .cadre h1 sup {
  line-height: 20px;
}
#global main .cadre h3 {
  font-size: 24px;
}
#global main .cadre .badge {
  width: 100%;
  max-width: 240px;
  min-height: 240px;
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 30px 30px;
  transition: all 0.3s ease;
}
#global main .cadre .badge svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#global main .cadre .badge svg path {
  transition: stroke 0.3s ease;
}
#global main .cadre .badge svg rect {
  transition: fill 0.3s ease;
}
#global main .cadre .badge .content {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 30px 0;
  color: #000000;
  transition: color 0.3s ease;
}
#global main .cadre .badge .content aside {
  margin: 0 0 10px 0;
}
#global main .cadre .badge:hover svg rect {
  fill: #000000;
}
#global main .cadre .badge:hover svg path {
  stroke: #000000;
}
#global main .cadre .badge:hover .content {
  color: #ffffff;
}
#global main .blocBlur {
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
  align-items: stretch;
  overflow: hidden;
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  padding: 40px;
  margin: 80px 0 0 0;
}
#global main .blocBlur:before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: 0;
}
#global main .blocBlur.blanc section {
  color: #FFFFFF;
}
#global main .blocBlur.blanc section:after {
  content: "";
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  background: transparent url("/media/img/cadreBD_bl.png") center center no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main .blocBlur.reverse {
  flex-direction: row-reverse;
}
#global main .blocBlur img {
  width: 40%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  -moz-border-radius: 2.1875em;
  -webkit-border-radius: 2.1875em;
  border-radius: 2.1875em;
}
#global main .blocBlur section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}
#global main .blocBlur section:after {
  content: "";
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  background: transparent url("/media/img/cadreBD.png") center center no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global main .blocBlur h2 {
  margin: 0 0 30px 0;
  padding: 0;
}
#global main .blocBlur > * {
  position: relative;
  z-index: 1;
}
#global footer {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 50px 0 30px 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#global footer ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  grid-gap: 20px;
}
#global footer ul li {
  width: 160px;
  padding: 0;
  font-size: 12px;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
#global footer ul li:nth-child(2) {
  width: auto;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}
#global footer ul li a {
  color: #000000;
}
@media screen and (max-width: 640px) {
  #global {
    padding: 0 15px;
  }
  #global main .cadre.marginH120 {
    margin: 60px 0 0 0;
  }
  #global main .cadre:before,
  #global main .cadre:after {
    width: 63px;
    height: 63px;
  }
  #global main .cadre:after {
    bottom: -20px;
  }
  #global main .cadre h1 {
    font-size: 80px;
  }
  #global main .cadre h3 {
    font-size: 14px;
  }
  #global main .blocBlur {
    flex-wrap: wrap;
  }
  #global main .blocBlur img,
  #global main .blocBlur section {
    width: 100%;
  }
  #global footer {
    padding: 25px 0 0 0;
  }
  #global footer ul {
    justify-content: center;
  }
}
