/*!
 * This stylesheet contains:
 * - reset styles 
 * - grid declarations
 * - theme style
 *
 * If you don't need grid or want to set your own reset css,
 * you can erase the content of this file and work in the 
 * style.css file of the theme.
 *
 */
/***********************************************************************
	CenturyGothic
***********************************************************************/
@font-face {
  font-family: 'CenturyGothic';
  src: url('/iframe/fonts/century-gothic/CenturyGothic.eot');
  src: url('/iframe/fonts/century-gothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('/iframe/fonts/century-gothic/CenturyGothic.woff') format('woff'), url('/iframe/fonts/century-gothic/CenturyGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('/iframe/fonts/century-gothic/CenturyGothic-Bold.eot');
  src: url('/iframe/fonts/century-gothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('/iframe/fonts/century-gothic/CenturyGothic-Bold.woff') format('woff'), url('/iframe/fonts/century-gothic/CenturyGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/***********************************************************************
	Verlag
***********************************************************************/
@font-face {
  font-family: 'Verlag';
  src: url('/iframe/fonts/verlag/Verlag-Black.eot?#iefix') format('embedded-opentype'), url('/iframe/fonts/verlag/Verlag-Black.otf') format('opentype'), url('/iframe/fonts/verlag/Verlag-Black.woff') format('woff'), url('/iframe/fonts/verlag/Verlag-Black.ttf') format('truetype'), url('/iframe/fonts/verlag/Verlag-Black.svg#Verlag-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Verlag';
  src: url('/iframe/fonts/verlag/Verlag-Bold.eot?#iefix') format('embedded-opentype'), url('/iframe/fonts/verlag/Verlag-Bold.otf') format('opentype'), url('/iframe/fonts/verlag/Verlag-Bold.woff') format('woff'), url('/iframe/fonts/verlag/Verlag-Bold.ttf') format('truetype'), url('/iframe/fonts/verlag/Verlag-Bold.svg#Verlag-Black') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Verlag';
  src: url('/iframe/fonts/verlag/Verlag-Book.eot?#iefix') format('embedded-opentype'), url('/iframe/fonts/verlag/Verlag-Book.otf') format('opentype'), url('/iframe/fonts/verlag/Verlag-Book.woff') format('woff'), url('/iframe/fonts/verlag/Verlag-Book.ttf') format('truetype'), url('/iframe/fonts/verlag/Verlag-Book.svg#Verlag-Black') format('svg');
  font-weight: 400;
  font-style: normal;
}
/**
-------------------------------------------------------------------------
	MIXINS D'ANIMATION
-------------------------------------------------------------------------
*/
/**
Exemple : 
---------
.logo { 
	.animation-name(bgAnim);
	.animation-duration(0.8s);
	.animation-delay(5s);
	.animation-fill-mode(both);
	
	.keyframes(bgAnim; {
		0% { 	opacity: 0; }
		100% { 	opacity: 1; }
	});
}
*/
* {
  box-sizing: border-box;
}
html,
body,
div,
p,
ul,
ol,
li,
section,
article,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
fieldset {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
html {
  font-size: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font: antialiased;
}
ul,
li {
  list-style-type: none;
}
img {
  border: none;
  max-width: 100%;
}
figure {
  display: block;
}
a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: inherit;
  outline: 0;
}
fieldset {
  border: none;
}
button,
input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button::-ms-clear,
input::-ms-clear {
  display: none;
}
button::-webkit-search-decoration,
input::-webkit-search-decoration,
button::-webkit-search-cancel-button,
input::-webkit-search-cancel-button,
button::-webkit-search-results-button,
input::-webkit-search-results-button,
button::-webkit-search-results-decoration,
input::-webkit-search-results-decoration {
  display: none;
}
/**
-------------------------------------------------------------------------------------
	STYLE
-------------------------------------------------------------------------------------
*/
html,
body {
  height: 100%;
}
body {
  font-family: Verlag, sans-serif;
  background: #007396;
}
/**
-------------------------------------------------------------------------------------
	HORIZONTAL LARGE
	
	> 910
-------------------------------------------------------------------------------------
*/
.WidgetWrapper {
  position: absolute;
  top: 50%;
  margin-top: -87px;
  width: 100%;
  height: 174px;
}
.WidgetWrapper .title {
  padding: 14px 0 18px;
  font-family: Verlag, sans-serif;
  font-size: 24px;
  color: White;
  text-align: center;
  letter-spacing: 0.01em;
}
.WidgetWrapper .title-cr1,
.WidgetWrapper .title-cr2 {
  display: none;
}
.WidgetWrapper .logos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: red;
}
.WidgetWrapper .logos .logo {
  position: absolute;
}
.WidgetWrapper .logos .logo.logo_depistage {
  width: 36px;
  left: 20px;
  bottom: 20px;
}
.WidgetWrapper .logos .logo.logo_inca {
  width: 82px;
  right: 21px;
  bottom: 30px;
}
.WidgetWrapper .Form {
  margin-left: 158px;
  margin: 0 auto;
}
.Form {
  width: 685px;
  font-size: 0;
}
.Form-label,
.Form-step1,
.Form-step2 {
  display: inline-block;
  vertical-align: middle;
}
.Form-label {
  width: 72px;
  position: relative;
  top: -2px;
  font-family: Verlag, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
}
.Form-step1 {
  width: 209px;
}
.Form-step2 {
  width: 403px;
  position: relative;
  top: 1px;
}
.Form-choice {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  width: 90px;
}
.Form-picto {
  display: inline-block;
  width: 100%;
  height: auto;
}
.Form-age {
  position: relative;
  display: inline-block;
  width: 188px;
  margin-right: 24px;
}
.Form-ageInput {
  width: 100%;
  display: inline-block;
}
.Form-ageLabel {
  width: 100%;
  display: inline-block;
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-family: Verlag, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #444444;
  text-align: center;
  cursor: text;
}
.Form-fillIn {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.Form-error {
  display: none;
  width: 180px;
  height: 40px;
  float: right;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.Form-submit {
  display: inline-block;
  width: 188px;
}
.Btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
  font-family: Verlag, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
}
.Btn._color_2 {
  background-color: #007396;
  color: white;
  box-shadow: 1px 2px 1px -1px rgba(40, 40, 40, 0.3);
}
.Btn._color_3 {
  background-color: #dc5a28;
  color: white;
  box-shadow: 1px 2px 1px -1px rgba(40, 40, 40, 0.3);
  transition: all 0.2s;
}
.Btn._color_3:hover {
  background-color: white;
  color: #007396;
}
.Btn._size_1 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.Btn._size_2 {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 11px;
}
.FieldText {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 1px 0 0 #aaa inset;
  background: #f5f5f5;
  font-family: Verlag, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #444444;
  text-align: center;
}
.FieldText::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #444444;
}
.FieldText:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444444;
  opacity: 1;
}
.FieldText::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444444;
  opacity: 1;
}
.FieldText:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444444;
}
.FieldText:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #444444;
}
.FieldText._size_2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
.FieldText::-ms-clear {
  display: none;
}
.FieldText::-ms-clear {
  display: none;
}
.FieldText::-webkit-search-decoration,
.FieldText::-webkit-search-cancel-button,
.FieldText::-webkit-search-results-button,
.FieldText::-webkit-search-results-decoration {
  display: none;
}
/**
-------------------------------------------------------------------------------------
	HORIZONTAL SMALL
	
	<= 910 && >= 670 
-------------------------------------------------------------------------------------
*/
@media screen and (max-width: 910px) and (min-width: 670px) {
  .Form {
    width: 492px;
    font-size: 0;
  }
  .Form-step2 {
    width: 188px;
    position: relative;
    top: 1px;
  }
  .Form-age {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .Form-submit {
    width: 188px;
    display: block;
    margin-top: 10px;
  }
}
/**
-------------------------------------------------------------------------------------
	VERTICAL LARGE
	
	<= 669 && >= 240
-------------------------------------------------------------------------------------
*/
@media screen and (max-width: 669px) and (min-width: 240px) {
  .WidgetWrapper {
    margin-top: -227px;
    width: 100%;
    height: 454px;
  }
  .WidgetWrapper .title {
    padding: 14px 0 18px;
  }
  .WidgetWrapper .title-cr1 {
    display: inline;
  }
  .Form {
    width: 188px;
    font-size: 0;
  }
  .Form-label,
  .Form-step1,
  .Form-step2 {
    display: block;
    width: 100%;
  }
  .Form-label {
    margin-bottom: 7px;
    text-align: center;
  }
  .Form-step1 {
    top: 0px;
    margin-bottom: 20px;
  }
  .Form-choice {
    margin: 0;
  }
  .Form-choice.woman {
    float: left;
  }
  .Form-choice.man {
    float: right;
  }
  .Form-step2 {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .Form-step2 {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .Form-age {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .Form-submit {
    width: 188px;
  }
}
/**
-------------------------------------------------------------------------------------
	VERTICAL SMALL
	
	<= 239
-------------------------------------------------------------------------------------
*/
@media screen and (max-width: 239px) {
  .WidgetWrapper {
    margin-top: -278px;
    width: 100%;
    height: 556px;
  }
  .WidgetWrapper .title {
    padding: 14px 0 18px;
    font-size: 20px;
    line-height: 1.21;
  }
  .WidgetWrapper .title-cr1,
  .WidgetWrapper .title-cr2 {
    display: inline;
  }
  .WidgetWrapper .logos .logo.logo_depistage {
    width: 33px;
    left: 10px;
    bottom: 10px;
  }
  .WidgetWrapper .logos .logo.logo_inca {
    width: 75px;
    right: 9px;
    bottom: 17px;
  }
  .Form {
    width: 150px;
    font-size: 0;
  }
  .Form-label,
  .Form-step1,
  .Form-step2 {
    display: block;
    width: 100%;
  }
  .Form-label {
    margin-bottom: 7px;
    text-align: center;
  }
  .Form-step1 {
    top: 0px;
    margin-bottom: 10px;
  }
  .Form-choice {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .Form-step2 {
    width: 100%;
    padding: 0 10px;
    position: relative;
    top: 0px;
  }
  .Form-step2 {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .Form-age {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .Form-submit {
    width: 100%;
  }
  .Form-error {
    width: 100%;
    float: none;
  }
}
/**
-------------------------------------------------------------------------
	ANIMATIONS
-------------------------------------------------------------------------
*/
@media screen and (min-width: 240px) {
  .Form-choice {
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform 0.3s;
  }
  .Form-choice.isSelected {
    z-index: 2;
    -ms-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .Form-choice.isSelected.woman {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-animation-name: choice_show_woman_hzt;
    -moz-animation-name: choice_show_woman_hzt;
    -webkit-animation-name: choice_show_woman_hzt;
    animation-name: choice_show_woman_hzt;
  }
  .Form-choice.isSelected.man {
    -ms-animation-name: choice_show_man_hzt;
    -moz-animation-name: choice_show_man_hzt;
    -webkit-animation-name: choice_show_man_hzt;
    animation-name: choice_show_man_hzt;
  }
  .Form-choice.isNotSelected {
    z-index: 1;
    -ms-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .Form-choice.isNotSelected.woman {
    -ms-animation-name: choice_hide_woman_hzt;
    -moz-animation-name: choice_hide_woman_hzt;
    -webkit-animation-name: choice_hide_woman_hzt;
    animation-name: choice_hide_woman_hzt;
  }
  .Form-choice.isNotSelected.man {
    -ms-animation-name: choice_hide_man_hzt;
    -moz-animation-name: choice_hide_man_hzt;
    -webkit-animation-name: choice_hide_man_hzt;
    animation-name: choice_hide_man_hzt;
  }
}
@media screen and (max-width: 239px) {
  .Form-choice {
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform 0.3s;
  }
  .Form-choice.isSelected {
    z-index: 2;
    -ms-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .Form-choice.isSelected.woman {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-animation-name: choice_show_woman_vrt;
    -moz-animation-name: choice_show_woman_vrt;
    -webkit-animation-name: choice_show_woman_vrt;
    animation-name: choice_show_woman_vrt;
  }
  .Form-choice.isSelected.man {
    -ms-animation-name: choice_show_man_vrt;
    -moz-animation-name: choice_show_man_vrt;
    -webkit-animation-name: choice_show_man_vrt;
    animation-name: choice_show_man_vrt;
  }
  .Form-choice.isNotSelected {
    z-index: 1;
    -ms-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .Form-choice.isNotSelected.woman {
    -ms-animation-name: choice_hide_woman_vrt;
    -moz-animation-name: choice_hide_woman_vrt;
    -webkit-animation-name: choice_hide_woman_vrt;
    animation-name: choice_hide_woman_vrt;
  }
  .Form-choice.isNotSelected.man {
    -ms-animation-name: choice_hide_man_vrt;
    -moz-animation-name: choice_hide_man_vrt;
    -webkit-animation-name: choice_hide_man_vrt;
    animation-name: choice_hide_man_vrt;
  }
}
/* Horizontal */
@-ms-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-moz-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-webkit-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-ms-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-moz-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-webkit-keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@keyframes choice_show_woman_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(20px) translateY(0px);
  }
}
@-ms-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-moz-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-webkit-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-ms-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-moz-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-webkit-keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@keyframes choice_show_man_hzt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(-20px) translateY(0px);
  }
}
@-ms-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-moz-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-webkit-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-ms-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-moz-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-webkit-keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@keyframes choice_hide_woman_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(20px) translateY(0px);
  }
}
@-ms-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@-moz-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@-webkit-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@-ms-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@-moz-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@-webkit-keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
@keyframes choice_hide_man_hzt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(-20px) translateY(0px);
  }
}
/* Horizontal */
@-ms-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-moz-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-webkit-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-ms-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-moz-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-webkit-keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@keyframes choice_show_woman_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(20px);
  }
}
@-ms-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-moz-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-webkit-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-ms-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-moz-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-webkit-keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@keyframes choice_show_man_vrt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    transform: scale(1.2) translateX(0px) translateY(-20px);
  }
}
@-ms-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-moz-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-webkit-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-ms-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-moz-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-webkit-keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@keyframes choice_hide_woman_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(20px);
  }
}
@-ms-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@-moz-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@-webkit-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@-ms-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@-moz-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@-webkit-keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
@keyframes choice_hide_man_vrt {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0) translateY(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8) translateX(0px) translateY(-20px);
  }
}
/**
-------------------------------------------------------------------------
	MIXINS D'ANIMATION
-------------------------------------------------------------------------
*/
