/* @override 
	https://mediatest.media-kit.org/css/style.css?* */

/* 
	Table of Contents

		 01. Reset ------------------------------------
		 02. Base -------------------------------------
		 03. Fonts ------------------------------------
		 04. Helpers ----------------------------------
		 Clear ------------------------------------
		 Notext -----------------------------------
		 Hidden -----------------------------------
		 Alignleft --------------------------------
		 Alignright -------------------------------
		 Disabled ---------------------------------
		 Grid -------------------------------------
		 Responsive Helpers -----------------------
		 05. Container --------------------------------
		 06. Content ----------------------------------
		 07. Footer -----------------------------------
		 08. Header -----------------------------------
		 09. Main -------------------------------------
		 10. Shell ------------------------------------
		 11. Sidebar ----------------------------------
		 12. Wrapper ----------------------------------
		 13. Button -----------------------------------
		 Button Block -----------------------------
		 14. Form Elements ----------------------------
		 15. Form -------------------------------------
		 16. Intro ------------------------------------
		 17. List -------------------------------------
		 18. Logo -------------------------------------
		 19. Nav --------------------------------------
		 20. Popup ------------------------------------
		 21. Section ----------------------------------
		 22. Section form -----------------------------
		 23. Slider -----------------------------------
		 24. Table ------------------------------------
		 25. Tabs -------------------------------------
		 26. Widget -----------------------------------
 */

.copy { background: url(../css/images/sprite/copy.png) no-repeat 0 0; background-size: 100% 100%; width: 27px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }
.copy-x-2 { background: url(../css/images/sprite/copy@x2.png) no-repeat 0 0; background-size: 100% 100%; width: 54px; height: 54px; display: inline-block; vertical-align: middle; font-size: 0; }
.footer-logo { background: url(../css/images/footer-logo.svg) no-repeat 0 0; background-size: 100% 100%; width: 128px; height: 50px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-arrow { background: url(../css/images/ico-arrow.svg) no-repeat 0 0; background-size: 100% 100%; width: 18px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-redo { background: url(../css/images/sprite/ico-redo.png) no-repeat 0 0; background-size: 100% 100%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-zip { background: url(../css/images/ico-zip.svg) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }

.ico-pdf { background: url(../css/images/ico-pdf.svg) no-repeat 0 0; background-size: 100% 100%; width: 24px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }

.ico-zip-color { background: url(../css/images/ico-zip-color.svg) no-repeat 0 0; background-size: 100% 100%; width: 24px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }


.num { background: url(../css/images/num.svg) no-repeat 0 0; background-size: 100% 100%; width: 52px; height: 52px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.ico-redo { background: url(../css/images/sprite/ico-redo@2x.png) no-repeat 0 0; width: 16.5px; height: 16px; background-size: 100% 100%; display: inline-block; vertical-align: middle; font-size: 0; }

}

.cols:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Gabarito', 'Arial', sans-serif; font-size: 14px; line-height: 1.3; color: #213055; font-weight: 400; }

a { color: inherit; text-decoration: underline; transition: border .3s, color .3s; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: .5em; }

h1 { font-size: ; }
h2 { font-size: 28px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/*body.lang-en .logo { background: url(images/logo-en@x2.png) center no-repeat; background-size: cover; /*width: 468px; height: 183px; *!/display: inline-block; }*/
body.lang-en .nav ul li.en a { font-weight: 700; }
body.lang-fr .nav ul li.fr a { font-weight: 700; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
.iframe_form_submit { position: fixed; top: 0; left: -100%; z-index: -1; overflow: hidden; display: block; width: 0; height: 0; border: 0; opacity: 0; width: 100%; }

/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }


/*  Grid  */

.cols { margin: 0 -15px; }
.cols:after { }

.col { float: left; width: 100%; padding: 0 15px; }

.col-1of2 { width: 50%; }


/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { /*max-width: 1600px;*/ display: block; margin: 0 auto; min-height: 100vh; background-color: #fff; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {padding: 35px 0; min-height: 200px; margin-top: 70px; background-color: #F4F4F4;}
.footer .nav { float: right; padding: 3px 0 0; }
.footer .nav li { display: inline-block; margin-left: 40px; font-size: 12px; line-height: 1.8; text-transform: uppercase; letter-spacing: 0.9px;  }
.footer .nav li + li:before { display: none; }
.footer .nav li a { display: inline-block; }
.footer .nav li:last-child a { opacity: .5; }

.footer ul.logos li { list-style-type: none; float: left; padding-left: 40px; }

.footer-logo2 { background: url(../css/images/sprite/logo-adhesion-group.png) no-repeat 0 0; background-size: 100% 100%; width: 139px; height: 34px; display: inline-block; vertical-align: middle; font-size: 0; }


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: absolute; top: 0; left: 0; right: 0; color: #213055; text-align: right; padding: 14px 0; font-size: 11px; }
.header a { color: inherit; text-decoration: none; }
.header .nav ul li a { font-size: 11px;  }


/*.header .nav ul li:first-child a { padding: 0 12px; font-size: 11px; letter-spacing: 1.8px; }*/
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1150px; padding-left: 15px; padding-right: 15px; margin: auto; }

.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; background-color: #e2e2e2; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in .mfp-content .popup { opacity: 1; }
.mfp-zoom-in.mfp-removing.mfp-bg .popup { opacity: 0; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; padding: 16px 40px 16px 40px; font-size: 21px; background-color: #FB004E; background: linear-gradient(35deg, #E6284F 0%, #E50052 30%, #6668AD 100%);  border: none; color: #ffffff; line-height: 1.2; transition: all .3s; text-decoration: none; letter-spacing: -0.1px; border-radius: 17px; font-family: 'IBM Plex Sans', monospace; text-transform: uppercase;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.btn:hover { background: #FB004E; /*border-bottom: 3px solid #c6420e;*/}



.loading .btn { cursor: progress; }


/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

.btn-zip { position: relative; padding-left: 78px; }
.btn-zip .ico-zip { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 23px; }

.btn-upload { display: inline-block; width: 80px; z-index: -7; display: inline-block; opacity: 0;}



/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

label { font-weight: 700; color: #181716; }
input[type="text"] { border-radius: 5px; border: 3px solid #ebf1f1; font-size: 20px; font-weight: 700; text-align: center; color: #FB004E; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}
.form .form-body { padding: 30px 0; }

.form .form-row { }
.form .form-row-small { display: inline-block; width: auto; margin-right: 26px; }
.form .form-row-small label { display: inline-block; vertical-align: middle; font-size: 18px; line-height: 1.1; }
.form .form-row-small .form-controls { width: 280px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.form .form-row-small .form-controls input { width: 100%; padding: 5px 10px; }

.form .form-actions { padding-top: 30px; }
.form .form-actions .ico-arrow { content: ''; display: inline-block; pointer-events: none; margin-left: 20px; margin-top: -5px; 
}
.form .form-actions input { padding: 23px 70px 23px 40px; text-transform: uppercase; font-weight: 700; font-size: 18px; background-color: #2db1e3; border: none; border-bottom: 5px solid #027bb4; border-radius: 5px; line-height: 1.3; letter-spacing: 0.9px; transition: all .3s; }
.form .form-actions input:hover { background-color: #027bb4; }


.form .form-upload-button-info { margin-top: 50px;}

.form-upload-btn .form-controls { position: relative;  margin-top: 20px;}
.form-upload-btn .form-controls:after { content: ''; width: 69px; height: 66px; position: absolute; top: 0; left: 0; background-image: url(../css/images/upload-btn.svg); z-index: 5; background-repeat: no-repeat; pointer-events: none; }
.form-upload-btn .form-controls .file-bnt-label {  display: inline-block; }



.form .file-bnt-label { color: #a4a4a4; }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { color: #181716; min-height: 313px; padding: 0 ; background-color: #FB004E; margin-bottom: 40px; padding: 0; background: #FB004E url('../css/images/intro-image.jpg') no-repeat left top; background-size:  cover; }

/*.intro:after { content: ""; position: absolute; top: 80px; background: url('../css/images/kv.svg') no-repeat center top; width: 285px; height: 184px; width: 100%; }
.intro:before { content: ""; position: absolute; top: 0; background: url('../css/images/kv2.svg') no-repeat center center; width: 846px; height: 313px; width: 100%; }*/



.intro .shell { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.intro .intro-inner { width: 30%; text-align: right; padding: 20px; position: absolute;  width: 360px; right: 7vw; top: 70px; z-index: 100; color: #FFFFFF; }
.intro .intro-inner h1 { line-height: 1.1; margin: 0; font-weight: 600; font-size: 80px; letter-spacing: 0; font-family: 'Gabarito', 'Arial', sans-serif; letter-spacing: 0; text-align: right; }
.intro .intro-inner p { font-size: 10px; text-transform: uppercase; margin: 0; letter-spacing: 1.2px; width: 200px; display: block; float: right; }
/*.intro .intro-inner:after { content: ''; display: block; position: absolute; width: 7px; height: 70px; bottom: 20px; right: 0; background-color: #fff; border-radius: 2px; }*/

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

.list-banners { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px; padding: 24px 0 0px; margin-bottom:50px /* max-width: 830px; */ }
.list-banners li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 10px 5px; vertical-align: top; }
.list-banners li a { text-decoration: none; text-align: center; display: block; padding: 29px 25px 4px;  border: 4px solid #F4F4F4; }
.list-banners li a:hover { border-color: #FB004E; }
.list-banners li a span { text-align: center; display: inline-block; font-size: 13px; font-family: 'IBM Plex Sans', monospace ;
}
.list-banners li a:before { font-family: 'FontAwesome'; color: #705bb3; font-size: 21px; line-height: 1; text-align: left; display: block; margin: -9px 0 12px; }

.list-banners .twitter a:before { content: '\f099';  color: #1dcaff; }
.list-banners .facebook a:before { content: '\f09a'; color: #3a589e; }
.list-banners .linkedin a:before { content: '\f0e1'; color: #0d77b7; }
.list-banners .instagram a:before { content: '\f16d'; color: #213055; }
/*.list-banners .email a:before { content: '\f108'; color: #213055; }*/
.list-banners .email-hd a:before { content: '\f108'; color: #213055; }



.list-banners li a img { display: block; margin: 0 auto 10px; }
.list-banners li > .popup { display: none; }
.list-banners .banner_hd a:before { content: ''; display: inline-block; width: 25px; height: 21px; margin-left: -200px; margin-bottom: 4px; background-image: url( '../css/images/print.svg');
background-size: cover; }



.list-banners li a  {position: relative; }



.list-banners li a:after { content: ''; width: 100%; height: 33px; position: absolute; top: 1px; left: 20px; z-index: 5; background-repeat: no-repeat; pointer-events: none; }

.list-banners li.square a:after {  background-image: url(../css/images/icon-social-square.svg); }
.list-banners li.portrait a:after {  background-image: url(../css/images/icon-social-portrait.svg); }
.list-banners li.story a:after {  background-image: url(../css/images/icon-social-story.svg); }
.list-banners li.landscape a:after {  background-image: url(../css/images/icon-social-landscape.svg); }
.list-banners li.email a:after {  background-image: url(../css/images/icon-email.svg); }





/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { background: url(images/logo.svg) center no-repeat; background-size: cover; width: 513px; height:127px; display: inline-block; margin-left: 20px; display: block;  position: absolute; left: 6vw; top: 90px; z-index: 10; }

body.lang-en .logo { background: url(images/logo-en.svg) center no-repeat; background-size: cover; width: 483px; height:276px; display: inline-block; margin-left: 20px; display: block;  position: absolute; left: 6vw; top: 18px; z-index: 10; }



/* ------------------------------------------------------------ *\
	Example banner
\* ------------------------------------------------------------ */

#stand .tab-example .example { background: url(images/example-stand.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }
body.lang-en #stand .tab-example .example { background: url(images/en-example-stand.png) center no-repeat; }

#logo .tab-example .example { background: url(images/example-logo.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }
body.lang-en #logo .tab-example .example { background: url(images/en-example-logo.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px;}

#logo-stand .tab-example .example { background: url(images/example-logo-stand.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }
body.lang-en #logo-stand .tab-example .example { background: url(images/en-example-logo-stand.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }




/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { display: inline-block; position: absolute; right: 7vw; z-index: 100;
}
.nav ul { }
.nav ul li { display: inline-block; letter-spacing: 1.2px; font-size: 11px; font-weight: 400; font-size: 14px; }
.nav ul li:last-child { text-transform: none; text-decoration: underline; }

.nav ul li.lang a { 
font-size: 0; line-height: 0; width:22px; height: 16px; display: block; position: relative; padding: 0; background-repeat: no-repeat; background-position: 0 0; background-size: 100% 100%;  float: right; margin: 2px 0 0 4px }

.nav ul li.en a  { background-image: url(../css/images/lang-en.svg);}
.nav ul li.fr a { background-image: url(../css/images/lang-fr.svg);}
.nav ul li + li:before { content: '|'; font-size: 8px; opacity: 0; padding: 0 3px 0 3px; font-weight: 200; display: inline-block;  margin-top: -2px; color: #FFFFFF;
}
.nav ul li a { text-decoration: none; }

.nav ul li a:hover { text-decoration: underline; }


body.lang-fr .nav ul li.fr a:after { content: ''; width: 8px; height: 1px; position: absolute; top: 100%; left: 50%; margin: 7px 0 0 -4px; background-color: #213055; }
body.lang-en .nav ul li.en a:after { content: ''; width: 8px; height: 1px; position: absolute; top: 100%; left: 50%; margin: 7px 0 0 -4px; background-color: rgba(255, 255, 255, 0.5); }

.header .nav ul li.bt a { font-size: 11px; letter-spacing: 1px; text-decoration: none; color: #FFFFFF; padding: 6px 5px; opacity: 1; z-index: 100; /*border: 1px solid #fff; */}


/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup { background-color: #fff; max-width: 1033px; margin: 0 auto; padding: 83px 98px 58px 75px; font-size: 14px; position: relative; }
.popup:after { content: ''; display: table; clear: both;}
.popup .mfp-close { position: absolute; font-size: 0px; color: #213055; width: 25px; height: 25px; display: block; position: absolute; top: 24px; right: 28px; }
.popup .mfp-close:before,
.popup .mfp-close:after { content: ''; display: block; top: 50%; left: 50%; background-color: #213055; width: 30px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; position: absolute; border-bottom: 2px solid #213055; display: block; }

.popup .mfp-close:before { -webkit-transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); transform: translate(-50%,-50%) rotate(45deg); }
.popup .mfp-close:after { -webkit-transform: translate(-50%,-50%) rotate(-45deg); -ms-transform: translate(-50%,-50%) rotate(-45deg); transform: translate(-50%,-50%) rotate(-45deg); }
.popup img { /*border: 17px solid #213055;*/ /*border-radius: 5px;*/ margin-bottom: 20px; }
.popup img.alignright { float: right; margin-left: 44px; margin-bottom: 0; }
.popup img.alignright + code,
.popup img.alignright + p { margin-top: 40px; }
.popup img.alignright ~ code,
.popup img.alignright ~ p { display: block; overflow: hidden; }
.popup code { border-left: 10px solid #181716; display: block; padding: 30px 60px 30px 30px; background-color: #f5f8f8; position: relative; }
.popup code .copy { position: absolute; right: 10px; top: 10px; }
.popup p { }

.popup.popup-small { max-width: 704px; padding: 99px 79px 58px; }
.popup.popup-small img { border-width: 17px; width: 100%; max-width: 523px; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { }

/*  .section head  */
.section .section-head { text-align: center; padding: 10px 0 50px; }
.section .section-head h2 { margin-bottom: 0.15em; font-weight: 700; font-size: 33px; font-family: 'Gabarito', 'Arial', sans-serif; color: #213055; text-transform: uppercase; }
.section .section-head h5 { font-weight: 400; /*color: #181716; */text-transform: uppercase; letter-spacing: 1.55px; margin-bottom: 1.2em; font-family: 'IBM Plex Sans', monospace; }
.section .section-head p { line-height: 1.8; max-width: 900px; margin-left: auto; margin-right: auto; letter-spacing: 0.17px; }
.section .section-title { }

/*  .section body  */
.section .section-body { }
.section .section-content { }
.section .section-aside { }

/*  .section foot  */
.section .section-foot { }

/* ------------------------------------------------------------ *\
	Section form
\* ------------------------------------------------------------ */

.section-form { }

/*  .section-form head  */
.section-form .section-head { }
.section-form .section-title { }

/*  .section-form body  */
.section-form .section-body { }
.section-form .section-content { }
.section-form .section-aside { }

/*  .section-form foot  */
.section-form .section-foot { }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs { margin: 5px 0; }

.tabs-nav .current { font-weight: bold; }

.tabs-nav .subtab {     display: block; text-transform: none; font-weight: 400; font-size: 10px; padding-top: 5px; letter-spacing: 1px; }
.tabs .tab { position: absolute; top: 0; left: 0; right: 0; opacity: 0; pointer-events: none; transition: opacity .3s 0s; background-color: #fff; padding: 55px 0 0 87px; }
.tabs .tab.current { position: relative; opacity: 1; pointer-events: auto; transition: opacity .3s .3s; z-index: 50; }

.tabs .tabs-head { border-bottom: 0 solid #FB004E; }
.tabs .tabs-head ul { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.tabs .tabs-head ul li { width: 250px; margin: 0 4px; background-color: #213055; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: all .3s; color: #ffffff; border-radius: 27px;}
.tabs .tabs-head ul li a {display: block; padding: 19px 20px 10px; text-align: center; text-transform: uppercase; font-weight: 700; text-decoration: none; font-size: 21px; line-height: 1.15; width: 100%;  }
.tabs .tabs-head ul li a span{ display: block; text-transform: none; font-weight: 400; font-size: 12px; padding-top: 5px; letter-spacing: 1px;}
.tabs .tabs-head ul li:hover,
.tabs .tabs-head ul li.current {opacity: 1; background-color: #FB004E; background: linear-gradient(35deg, #E6284F 0%, #E50052 30%, #6668AD 100%); }
.tabs .tabs-head ul li.current a, .tabs .tabs-head ul li:hover a {color: #FFFFFF;  }
.tabs .tabs-body { max-width: 1100px; margin: 0 auto; line-height: 1.8; letter-spacing: 0.3px; position: relative; overflow: hidden;  }
.tabs .tabs-body strong { letter-spacing: -0.2px; }
.tabs .tabs-body h3 { text-transform: uppercase; font-weight: 700; font-size: 25px; word-spacing: 5px; margin-bottom: 0.95em; line-height: 1.3; position: relative; color: #181716; font-family: 'Gabarito', 'Arial', sans-serif;}
.tabs .tabs-body h3 .num { text-align: center; line-height: 52px; color: #ffffff; font-size: 28px; position: absolute; top: -10px; left: -79px; }

.tabs .tabs-body .tab-inner { padding: 38px 0; }
.tabs .tabs-body .link-revert { font-size: 14px; text-decoration: none; letter-spacing: 0.1px; display: inline-block; padding: 5px 0; }
.tabs .tabs-body .ico-redo { margin: 5px 24px 10px 0; }
.tabs .tabs-body .ico-pdf, .tabs .tabs-body .ico-zip-color { margin: 5px 10px 10px 0; }

.tabs code { border-left: 10px solid #2db1e3; display: block; padding: 30px 60px 30px 30px; background-color: #f5f8f8; position: relative; margin-bottom: 20px; }
.tabs code .copy { position: absolute; right: 10px; top: 10px; }
.tabs .tabs-body .video { border: 27px solid #213055; border-radius: 5px; max-width: 866px; width: 100%; display: block; position: relative; padding-top: 49%; background-color: #213055; margin-bottom: 20px; }
.tabs .tabs-body .video iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; }
.tabs .tabs-body .loader i { background-image: url('../css/images/loader.gif'); background-repeat: no-repeat; width: 49px; height: 49px; background-size: cover; display: inline-block;  }
.tabs .tabs-body .loader p { display: inline-block; vertical-align: top; margin-top: 11px; margin-left: 30px; }
.tabs .tab-head code {margin-bottom: 50px; }

.tabs .tab-head {max-width: 710px; padding-right: 20px; }
.tabs .tab-example { float: right; }


.tabs .message { display: block; padding: 30px 60px 30px 30px; background-color: #fff; position: relative; margin-bottom: 20px; border: 2px solid #003333; font-family: Arial; }


.tabs .message .btn { cursor: pointer; padding: 14px 30px; font-size: 15px; /*background-color: #003333; */}


ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-bottom: 20px ;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #003333;
  font-weight: bold;
  padding-right: 10px;
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }


/*div*/
ul.download { list-style: none; }
ul.download li { padding-bottom: 17px; }

.form .field-stand .form-controls { width: 100px; }


/* ------------------------------------------------------------ *\
	E-Invitation Tab
\* ------------------------------------------------------------ */

#e-invitation.tab {	padding: 51px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#e-invitation.tab p { color: #181716; }
#e-invitation.tab .tab-sidebar { width: 32.91%; padding-top: 20px; margin-left: 40px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -ms-flex-negative: 0; flex-shrink: 0; }
#e-invitation.tab .tab-sidebar .tab-sidebar__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-left: 12px; }
#e-invitation.tab .tab-sidebar .tab-sidebar__head h4 {}
#e-invitation.tab .tab-sidebar .tab-sidebar__head a { font-size: 12px; margin-top: 8px; letter-spacing: .04em; }
#e-invitation.tab .tab-sidebar .tab-sidebar__content { padding: 23px 21px 19px; border-radius: 10px; background-color: #ededed; }
#e-invitation.tab .tab-sidebar .tab-sidebar__content img { width: 100%; height: auto; }
#e-invitation.tab .tab-content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
#e-invitation.tab .tab__preview { background-color: #ededed; }
#e-invitation.tab .tab__preview iframe { display: block; width: 100%; pointer-events: none; margin: 0 auto; }
#e-invitation.tab .tab__switcher { background-color: #ededed; height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#e-invitation.tab .tab__switcher-divider { height: 45px; width: 1px; background-color: #bbb; margin: 0 20px; }
#e-invitation.tab .tab__switcher .ico-desktop { background-image: url(images/ico-desktop-inactive.svg); width: 37px; height: 32px; background-size: contain; background-repeat: no-repeat; background-position: center center; cursor: pointer; transition: background-image .3s; }
#e-invitation.tab .tab__switcher .ico-phone { background-image: url(images/ico-mobile-inactive.svg); width: 17px; height: 29px; background-size: contain; background-repeat: no-repeat; background-position: center center; cursor: pointer; transition: background-image .3s; }

#e-invitation.tab .tab__switcher .ico-desktop.active { background-image: url(images/ico-desktop.svg); }
#e-invitation.tab .tab__switcher .ico-phone.active { background-image: url(images/ico-mobile.svg); }

#e-invitation.tab .tab-head { margin-bottom: 45px; }
#e-invitation.tab .tab-head p { font-weight: 700; font-size: 16px; line-height: 1.5; }
#e-invitation.tab .tab-body h3 { margin-left: 60px; margin-bottom: 0; font-size: 20px; padding-top:  20px;
}
#e-invitation.tab .tab-body h3 + p { margin-left: 25px; margin-top: 25px; font-weight: 700; }
#e-invitation.tab .tab-body h3 .num { top: 5px; left: -64px; width: 58px; height: 50px; }
#e-invitation.tab .tab-body #reload-btn { margin-left: 20px; font-weight: 700; }

#e-invitation.tab .form { margin-top: 3px; }
#e-invitation.tab .form .form__row { display: block; margin-bottom: 29px; }
#e-invitation.tab .form .form__row p { margin: 10px 0; font-size: 13px; letter-spacing: .01em; color: #181716; }
#e-invitation.tab .form .form__row.form__row--image { margin: -7px 0 33px; }
#e-invitation.tab .form .form__row.form__row--textarea { margin: -8px 0 33px; }
#e-invitation.tab .form .form__row.form__row--textarea--small textarea { height: 105px; }
#e-invitation.tab .form .form__row label { display: block;  }
#e-invitation.tab .form .form__row input:not([type="file"]) { padding: 10px 10px 7px 12px; display: block; width: 100%; font-size: 13px; text-align: left; color: gray; font-weight: 400; color: #181716; }
#e-invitation.tab .form .form__row textarea { padding: 14px 73px 12px 12px; display: block; width: 100%; font-size: 13px; text-align: left; color: gray; font-weight: 400; resize: none; height: 176px; line-height: 25px; letter-spacing: .01em; border: 3px solid #ebf1f1; border-radius: 5px; color: #181716; }
#e-invitation.tab .form .form__row p.file-bnt-label { margin: 21px 0 0 9px; }
#e-invitation.tab .form .form__row .form-upload-btn .form-controls:after { width: 72px; height: 69px; }
#e-invitation.tab .form .form__help { margin-bottom: 40px; }
#e-invitation.tab .form .form__help p { position: relative; font-size: 11px; margin-top: 16px; margin-left: 29px; letter-spacing: .017em; line-height: 16px; }
#e-invitation.tab .form .form-actions { padding-top: 2px; }
#e-invitation.tab .form .form__loader { display: none; margin-left: 10px; position: relative; height: 57px; padding-left: 80px; line-height: 57px; }
#e-invitation.tab .form .form__loader p { color: #181716; }
#e-invitation.tab .form .form__loader:before { content: ''; background-image: url(images/loader.gif); width: 46px; height: 46px; background-size: contain; background-repeat: no-repeat; background-position: center center; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/*  Icon  */
.ico-help { position: absolute; left: -29px; top: 3px; display: inline-block; width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url(images/info.svg); }


/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
.logo { width: 298px; height:170px;		margin: 0 auto; position: relative; top: 0; padding: 0; right: 0; left: 0; }
.header {padding: 5px 0; font-size: 11px;}
.intro .intro-inner {padding: 20px 0 10px 0; }
.intro .intro-inner h1 {font-size: 50px; }
.section .section-head h2 { font-size: 27px; }
.intro .intro-inner { text-align: center; position: relative; right: 0; left: 0; top: 0; }
.intro .intro-inner:after { background: none; }
.intro:after, .intro:before { display: none!important; }
.intro { padding: 40px 20px; min-height: 200px; }


}


/* ------------------------------------------------------------ *\
	Croppie
\* ------------------------------------------------------------ */

.croppie-container {
	width: 300px;
	margin: 25px 0; 
}

/* ------------------------------------------------------------ *\
	Speakers Tab
\* ------------------------------------------------------------ */

body.loading { cursor: wait !important; }
.tab-speakers .tab-example .example { background: url(images/example-speaker.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }
body.lang-en .tab-speakers .tab-example .example { background: url(images/en-example-speaker.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }

/*
.tab-speakers .tab-body { color: #00579F; }
.tab-speakers .tab-body .form-label,
.tab-speakers .tab-body h3 { color: #00579F; }*/
.tab-speakers .tab-body .form-row-small input { text-align: left; }
.tab-speakers .tab-body .form-row-small + .form-row-small { margin-top: 20px; }
.tab-speakers .tab-body .form-row-small + .form-row-small { margin-top: 20px; }
.tab-speakers .tab-body .form-label { width: 230px; }

body .tab-speakers .form .error-message,
body.file-error .tab-speakers .form .form-actions {
	display: none !important;
}

body.file-error .tab-speakers .form .error-message {
	display: block !important; 
	color: red;
}

h3.mlang {padding-left: 40px; font-size: 19px!important; margin-top: 30px; }


h3.mlang:after {
    content: '';
    width: 22px;
    height: 66px;
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../css/images/lang-fr.svg);
    z-index: 5;
    background-repeat: no-repeat;
    pointer-events: none;
}


h3#men:after {
    background-image: url(../css/images/lang-en.svg);

}




.link {text-decoration: none; font-weight: 700;}


.ico-msg {
    background: url(../css/images/ico-msg.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 24px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
	margin-right: 10px ;
}



/* ------------------------------------------------------------ *\
	Video Tab
\* ------------------------------------------------------------ */


#form-create-video .hide {
	display: none;
}

#form-create-video .num,
.video-wrapper .num
{
	border-radius: 50%;
}

#form-create-video .step-2 {
	margin-top: 40px;
}
#form-create-video .step-2 label {
	margin-right: 15px;
	font-size: 20px;
}

#form-create-video .step-2 input[type="text"] {
	width: 160px;
	padding: 6px 13px;
	text-align: left;
	font-size: 20px;
	color: #FB004E;
}

#form-create-video .step-2 .form-controls input[type="file"] {
	height: 66px;
}

#form-create-video .formats {
	display: flex;
	align-items: flex-start;
	flex-shrink: 1;
	gap: 20px;
}

#form-create-video .format {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	border: 3px solid #ebf1f1;
	cursor: pointer;
}

#form-create-video .format:hover,
#form-create-video .format.current {
	border-color: #FB004E;
}

#form-create-video .format .format__media {
	position: relative;
	width: 130px;
	margin-top: 10px;
	transition: width 0.25s ease-in-out 0s;
}


.format__media.landscape  {
	width: 160px!important;

}


#form-create-video .format:hover .format__media {
	width: 170px!important;

}


#form-create-video .format:hover .format__media.landscape {
	width: 180px!important;

}

#form-create-video .format .format__media img {
	max-width: 100%;
	height: auto;
}

#form-create-video .format .format__media .format__static {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}

#form-create-video .format .format__media:hover .format__static {
	opacity: 0;
}

#form-create-video .format .format__foot .share-icons-list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	gap: 11px;
	padding-block-start: 11px;
	font-size: 0;
}

#form-create-video .form-actions {
	margin-top: 40px;
}



#form-create-video .loader.hide {
	display: none;
}

#form-create-video .loader {
	display: flex;
	align-items: center;
	margin-top: 40px;
	gap: 20px;
}

#form-create-video .loader h4 {
	font-size: 25px;
	margin-bottom: 0;
}

#form-create-video .loader img {
	width: 64px;
	height: 64px;
}

#form-create-video .error {
	margin-top: 20px;
	color: #FB004E;
}

.video-wrapper {
	margin-top: 86px;
}

.video-wrapper.hide,
.video-wrapper .hide {
	display: none;
}

.video-wrapper.show-reset-only {
	display: block;
	margin-top: 0;
}

.video-wrapper.show-reset-only > :not(.video-reset) {
	display: none;
}

.video-wrapper a {
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}


.video-wrapper .video-reset a {
	font-size: 15px;
	font-weight: normal;
}




.video-wrapper a img {
	width: 68px;
	height: 68px;
	margin-right: 10px;
}

.video-preview {
	--max-video-width: 445px;

	display: inline-block;
	width: min(100%, var(--max-video-width));
	border: 4px solid #EAEAEA;
	margin-bottom: 52px;
	transition: width 300ms;
}

.video-preview.is-expanded {
	--max-video-width: 700px;
}

.video-preview__head {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr auto 1fr;
	gap: 10px;
	align-items: center;
	padding-inline: 12px;
}

.video-preview__title {
	padding-block: 10px;
	color: #242424;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.video-preview__title-category {
	text-transform: uppercase;
}

.video-preview__fullscreen {
	width: 24px;
	height: 24px;
	border: none;
	background: center center no-repeat url(../css/images/btn-fullscreen.svg);
	text-indent: -50000em;
	font-size: 0;
	display: block;
	margin-left: auto;
}

.video-preview .plyr {
	align-items: stretch;
	padding-inline: 30px;
}

.video-preview .plyr--video .plyr__controls {
	--plyr-video-controls-background: none;
	--plyr-color-main: #000;
	--plyr-video-progress-buffered-background: #EAEAEA;
	--plyr-control-icon-size: 20px;

	position: static;
	order: 2;
	padding: 5px 0;
	opacity: 1 !important;
	transform: unset !important;
	pointer-events: all !important;
}

.video-preview .plyr--video .plyr__control,
.video-preview .plyr--video .plyr__control:hover {
	padding-left: 0;
	background-color: transparent;
	color: #000;
}

.video-preview .plyr--video .plyr__control:hover {
	color: #0009;
}

.video-download,
.video-reset {
	margin-left: 17px;
}

.video-download {
	display: flex;
}

.video-download a {
	display: flex;
	align-items: center;
	flex-shrink: 1;
	line-height: 1.2;
}

.video-download__size {
	font-size: 16px;
	font-weight: normal;
}

.video-reset {
	margin-top: 40px;
	font-size: 16px;
}


/* ------------------------------------------------------------ *\
	Messages Tab
\* ------------------------------------------------------------ */
.confirmation-message {
            display: none;
            background-color: #FFF7B2;
            color: #FB004E;
            padding: 6px 10px;
            margin-top: 10px;
			margin-left: 10px;

            border: 1px solid #FB004E;
            border-radius: 7px;
        }
        .show {
            display: inline-block;
			
        }
