/*-----------------------------------------------------------------------------------
	CleanAir2027
	About: A shiny new Blocs website.
	Author: Luís Barros
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Klavika-Medium';
	src: url('./fonts/Klavika-Medium/Klavika-Medium.woff');
	src: url('./fonts/Klavika-Medium/Klavika-Medium.woff') format('woff'),
	url('./fonts/Klavika-Medium/Klavika-Medium.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Klavika-Medium/Klavika-Medium.ttf') format('truetype'),
	url('./fonts/Klavika-Medium/Klavika-Medium.svg#Klavika-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Klavika-Bold';
	src: url('./fonts/Klavika-Bold/Klavika-Bold.woff');
	src: url('./fonts/Klavika-Bold/Klavika-Bold.woff') format('woff'),
	url('./fonts/Klavika-Bold/Klavika-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Klavika-Bold/Klavika-Bold.ttf') format('truetype'),
	url('./fonts/Klavika-Bold/Klavika-Bold.svg#Klavika-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Klavika-Regular';
	src: url('./fonts/Klavika-Regular/Klavika-Regular.woff');
	src: url('./fonts/Klavika-Regular/Klavika-Regular.woff') format('woff'),
	url('./fonts/Klavika-Regular/Klavika-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Klavika-Regular/Klavika-Regular.ttf') format('truetype'),
	url('./fonts/Klavika-Regular/Klavika-Regular.svg#Klavika-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Klavika-Light';
	src: url('./fonts/Klavika-Light/Klavika-Light.woff');
	src: url('./fonts/Klavika-Light/Klavika-Light.woff') format('woff'),
	url('./fonts/Klavika-Light/Klavika-Light.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Klavika-Light/Klavika-Light.ttf') format('truetype'),
	url('./fonts/Klavika-Light/Klavika-Light.svg#Klavika-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSansSemiCondensed-ExtraBold';
	src: url('./fonts/OpenSansSemiCondensed-ExtraBold/OpenSansSemiCondensed-ExtraBold.woff');
	src: url('./fonts/OpenSansSemiCondensed-ExtraBold/OpenSansSemiCondensed-ExtraBold.woff') format('woff'),
	url('./fonts/OpenSansSemiCondensed-ExtraBold/OpenSansSemiCondensed-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSansSemiCondensed-ExtraBold/OpenSansSemiCondensed-ExtraBold.ttf') format('truetype'),
	url('./fonts/OpenSansSemiCondensed-ExtraBold/OpenSansSemiCondensed-ExtraBold.svg#OpenSansSemiCondensed-ExtraBold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSansCondensed-Bold';
	src: url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff');
	src: url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff') format('woff'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.ttf') format('truetype'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSansCondensed-Regular';
	src: url('./fonts/OpenSansCondensed-Regular/OpenSansCondensed-Regular.woff');
	src: url('./fonts/OpenSansCondensed-Regular/OpenSansCondensed-Regular.woff') format('woff'),
	url('./fonts/OpenSansCondensed-Regular/OpenSansCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSansCondensed-Regular/OpenSansCondensed-Regular.ttf') format('truetype'),
	url('./fonts/OpenSansCondensed-Regular/OpenSansCondensed-Regular.svg#OpenSansCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}





/*
    Lists
*/

.list-horizontal-layout{
	padding-left:0px;
}

.list-horizontal-layout li{
	display:inline-block;
	margin:0 .5rem;
}

.list-is-0:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:0px!important;
}

.list-is-1:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:.25rem!important;
}

.list-is-2:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:.5rem!important;
}

.list-is-3:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:1rem!important;
}

.list-is-4:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:1.5rem!important;
}

.list-is-5:not(.list-horizontal-layout):not(.navbar-nav) li{
	margin-bottom:3rem!important;
}


/* --- Small (sm) --- */
@media (min-width: 576px) {
	
  .list-is-sm-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-sm-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-sm-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-sm-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-sm-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-sm-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Medium (md) --- */
@media (min-width: 768px) {
	
  .list-is-md-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-md-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-md-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-md-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-md-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-md-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Large (lg) --- */
@media (min-width: 992px) {
	
  .list-is-lg-0:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 0rem!important;
	 }
  .list-is-lg-1:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .25rem!important;
	 }
  .list-is-lg-2:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: .5rem!important;
	 }
  .list-is-lg-3:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1rem!important;
	 }
  .list-is-lg-4:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 1.5rem!important;
	 }
  .list-is-lg-5:not(.list-horizontal-layout):not(.navbar-nav) li {
	 margin-bottom: 3rem!important;
	 }
}

/* --- Clear Botton Margin on Last List Item --- */
[class*="list-is-"]:not(.list-horizontal-layout):not(.navbar-nav) li:last-child {
	margin-bottom: 0 !important;
}



/* --- Small (sm) --- */
@media (min-width: 576px) {
	
  .list-horizontal-layout.list-is-sm-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-sm-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-sm-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-sm-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-sm-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-sm-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-sm-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

/* --- Medium (md) --- */
@media (min-width: 768px) {
	
  .list-horizontal-layout.list-is-md-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-md-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-md-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-md-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-md-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-md-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-md-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

/* --- Large (lg) --- */
@media (min-width: 992px) {
	
  .list-horizontal-layout.list-is-lg-0 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-0 li {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

  .list-horizontal-layout.list-is-lg-1 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-1 li {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

  .list-horizontal-layout.list-is-lg-2 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-2 li {
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}

  .list-horizontal-layout.list-is-lg-3 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-3 li {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

  .list-horizontal-layout.list-is-lg-4 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-4 li {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

  .list-horizontal-layout.list-is-lg-5 li,div:not(.blocsapp-special-menu) .navbar-nav.list-is-lg-5 li {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

}

.list-horizontal-layout.list-is-0 li,.navbar-nav.list-is-0 li{
	margin-left:0px;
	margin-right:0px;
}

.list-horizontal-layout.list-is-1 li,.navbar-nav.list-is-1 li{
	margin-left:.25rem;
	margin-right:.25rem;
}

.list-horizontal-layout.list-is-2 li,.navbar-nav.list-is-2 li{
	margin-left:.5rem;
	margin-right:.5rem;
}

.list-horizontal-layout.list-is-3 li,.navbar-nav.list-is-3 li{
	margin-left:1rem;
	margin-right:1rem;
}

.list-horizontal-layout.list-is-4 li,.navbar-nav.list-is-4 li{
	margin-left:1.5rem;
	margin-right:1.5rem;
}

.list-horizontal-layout.list-is-5 li,.navbar-nav.list-is-5 li{
	margin-left:3rem;
	margin-right:3rem;
}


/* --- Clear Left and Right Margin on First and Horizontal Last List Item --- */
.list-horizontal-layout[class*="list-is-"] li:first-child,div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:first-child {
	margin-left: 0!important;
}

.list-horizontal-layout[class*="list-is-"] li:last-child,div:not(.blocsapp-special-menu) .navbar-nav[class*="list-is-"] li:last-child {
	margin-right: 0!important;
}


/* --- Prevent Spacing on Collapsed Menu and Special Menu Items --- */
.navbar:not(.navbar-expand-sm):not(.navbar-expand-md):not(.navbar-expand-lg):not(.navbar-expand-xl):not(.navbar-expand-xxl) [class*="list-is-"] li, blocsnav [class*="list-is-"] li{
	margin-left: 0;
	margin-right: 0;
}


@media (max-width: 991.98px) {
	
  .navbar-expand-lg [class*="list-is-"] li {
	margin-left: 0!important;
	margin-right: 0!important;
}

}

@media (max-width: 767.98px) {
	
  .navbar-expand-md [class*="list-is-"] li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

}

@media (max-width: 575.98px) {
	
  .navbar-expand-sm [class*="list-is-"] li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

}
	
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img, > picture, > a)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:90px;
	width:250px;
}
.img_box{
	background-image:url("img/CleanAir_2025_img.jpg");
	background-image: -webkit-image-set(url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);background-image: image-set(url("img/CleanAir_2025_img.jpg") 1x,
url("img/CleanAir_2025_img.jpg") 2x,url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);
	background-image: -webkit-image-set(url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);background-image: image-set(url("img/CleanAir_2025_img.jpg") 1x,
url("img/CleanAir_2025_img.jpg") 2x,url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);
	height:50%;
	width:100%;
}
.conference_title{
	font-family:"Klavika-Bold";
	font-weight:normal;
	font-size:60px;
	color:var(--swatch-var-2259)!important;
	text-shadow:2.72px 1.27px 4px rgba(0,0,0,0.50);
	padding-bottom:50px;
	width:800px;
}
.main_local_text{
	font-family:"Klavika-Medium";
	font-weight:normal;
	font-size:40px;
	text-transform:uppercase;
	color:var(--swatch-var-2259)!important;
	text-shadow:1.81px 0.85px 2px #000000;
	letter-spacing:-1px;
}
.button_link_foot{
	font-family:"Klavika-Medium";
	font-weight:600;
	color:rgba(255,255,255,0.60)!important;
}
.button_link_foot:hover{
	font-weight:600;
	font-family:"Klavika-Medium";
	color:#FFFFFF!important;
}
.follow{
	font-family:"Klavika-Regular";
	color:#FEFFFE!important;
}
.h4-siga-nos-em-style{
	line-height:42px;
}
.facebook-link-btn{
	background-image:url("img/Icn_white_facebook.png");
	background-image: -webkit-image-set(url("img/Icn_white_facebook.webp") 1x,
url("img/Icn_white_facebook.webp") 2x);background-image: image-set(url("img/Icn_white_facebook.png") 1x,
url("img/Icn_white_facebook.png") 2x,url("img/Icn_white_facebook.webp") 1x,
url("img/Icn_white_facebook.webp") 2x);
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	width:52px;
	height:52px;
	margin-right:auto;
	margin-left:auto;
}
.facebook-link-btn:hover{
	background-image:url("img/Icn_blue_facebook.png");
	background-image: -webkit-image-set(url("img/Icn_blue_facebook.webp") 1x,
url("img/Icn_blue_facebook.webp") 2x);background-image: image-set(url("img/Icn_blue_facebook.png") 1x,
url("img/Icn_blue_facebook.png") 2x,url("img/Icn_blue_facebook.webp") 1x,
url("img/Icn_blue_facebook.webp") 2x);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:52px;
	height:52px;
}
.twiter-link-btn{
	width:52px;
	height:52px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("img/Icn_white_twiter.png");
	background-image: -webkit-image-set(url("img/Icn_white_twiter.webp") 1x,
url("img/Icn_white_twiter.webp") 2x);background-image: image-set(url("img/Icn_white_twiter.png") 1x,
url("img/Icn_white_twiter.png") 2x,url("img/Icn_white_twiter.webp") 1x,
url("img/Icn_white_twiter.webp") 2x);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.twiter-link-btn:hover{
	width:52px;
	height:52px;
	background-image:url("img/Icn_blue_twiter.png");
	background-image: -webkit-image-set(url("img/Icn_blue_twiter.webp") 1x,
url("img/Icn_blue_twiter.webp") 2x);background-image: image-set(url("img/Icn_blue_twiter.png") 1x,
url("img/Icn_blue_twiter.png") 2x,url("img/Icn_blue_twiter.webp") 1x,
url("img/Icn_blue_twiter.webp") 2x);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.instagram-link-btn{
	background-size:100% 100%;
	width:52px;
	height:52px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	background-image:url("img/Icn_white_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
}
.instagram-link-btn:hover{
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:52px;
	height:52px;
	background-image:url("img/Icn_blue_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
}
.email-link-btn{
	width:52px;
	height:52px;
	margin-right:auto;
	margin-left:auto;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-image:url("img/Icn_white_email.png");
	background-image: -webkit-image-set(url("img/Icn_white_email.webp") 1x,
url("img/Icn_white_email.webp") 2x);background-image: image-set(url("img/Icn_white_email.png") 1x,
url("img/Icn_white_email.png") 2x,url("img/Icn_white_email.webp") 1x,
url("img/Icn_white_email.webp") 2x);
}
.email-link-btn:hover{
	width:52px;
	height:52px;
	background-image:url("img/Icn_blue_email.png");
	background-image: -webkit-image-set(url("img/Icn_blue_email.webp") 1x,
url("img/Icn_blue_email.webp") 2x);background-image: image-set(url("img/Icn_blue_email.png") 1x,
url("img/Icn_blue_email.png") 2x,url("img/Icn_blue_email.webp") 1x,
url("img/Icn_blue_email.webp") 2x);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.idmec_button{
	width:200px;
	height:60px;
	background-size:contain;
	background-position:right center;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url("img/logo_IDMEC_W.png");
	background-image: -webkit-image-set(url("img/logo_IDMEC_W.webp") 1x,
url("img/logo_IDMEC_W.webp") 2x);background-image: image-set(url("img/logo_IDMEC_W.png") 1x,
url("img/logo_IDMEC_W.png") 2x,url("img/logo_IDMEC_W.webp") 1x,
url("img/logo_IDMEC_W.webp") 2x);
}
.idmec_button:hover{
	background-image:url("img/logo_IDMEC_B.png");
	background-image: -webkit-image-set(url("img/logo_IDMEC_B.webp") 1x,
url("img/logo_IDMEC_B.webp") 2x);background-image: image-set(url("img/logo_IDMEC_B.png") 1x,
url("img/logo_IDMEC_B.png") 2x,url("img/logo_IDMEC_B.webp") 1x,
url("img/logo_IDMEC_B.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center;
	height:60px;
	background-color:transparent;
	width:200px;
}
.botão_tecnico{
	background-image:url("img/logo_IST_W.png");
	background-image: -webkit-image-set(url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);background-image: image-set(url("img/logo_IST_W.png") 1x,
url("img/logo_IST_W.png") 2x,url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);background-image: image-set(url("img/logo_IST_W.png") 1x,
url("img/logo_IST_W.png") 2x,url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	width:180px;
	height:100px;
}
.botão_tecnico:hover{
	background-image:url("img/logo_IST_B.png");
	background-image: -webkit-image-set(url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);background-image: image-set(url("img/logo_IST_B.png") 1x,
url("img/logo_IST_B.png") 2x,url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);background-image: image-set(url("img/logo_IST_B.png") 1x,
url("img/logo_IST_B.png") 2x,url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	height:100px;
	width:180px;
}
.bloc-fill{
	fill:rgba(0,0,0,0.20);
}
.bloc-divider-t-style{
	height:500px;
	fill:rgba(0,0,0,0.30);
}
.bloc-divider-b-style{
	height:400px;
	fill:rgba(0,0,0,0.20);
}
.welcome_text{
	font-family:"Open Sans";
	font-weight:500;
	font-size:18px;
}
.conference_date_text{
	color:var(--swatch-var-2259)!important;
	font-family:"Open Sans";
	font-weight:500;
	font-size:40px;
	text-shadow:2.72px 1.27px 3px #000000;
}
.texto-emergencias{
	font-family:"NeoSansStd-Black";
	color:var(--swatch-var-2259)!important;
}
.texto-numero-emergencia{
	font-family:"NeoSansStd-Bold";
	color:var(--swatch-var-2259)!important;
}
.smartphone{
	background-size:contain;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
	background-position:center top;
	background-image:url("img/smartphone-laranja.svg");
}
.texto-movel-nacional{
	font-family:"NeoSansStd-Regular";
	color:var(--swatch-var-2259)!important;
}
.btn-facebook{
	background-image:url("img/facebook-laranja-square.svg");
	background-size:contain;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	background-position:center center;
}
.btn-facebook:hover{
	background-image:url("img/facebook-cor-square.svg");
	background-size:contain;
	background-position:center center;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
}
.btn-linkedin{
	background-image:url("img/linkedin-laranja-square.svg");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}
.btn-linkedin:hover{
	width:30px;
	height:30px;
	background-size:cover;
	background-image:url("img/linkedin-cor-square.svg");
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-youtube{
	width:30px;
	height:30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("img/youtube-laranja-square.svg");
}
.btn-youtube:hover{
	background-image:url("img/youtube-cor-square.svg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	height:30px;
}
.top_line_bloc{
	height:40px;
}
.bloc_line_fine{
	height:10px;
}
.map_box{
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-130)!important;
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
}
.background_img{
	background-image:url("img/CleanAir_2025_img.jpg");
	background-image: -webkit-image-set(url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);background-image: image-set(url("img/CleanAir_2025_img.jpg") 1x,
url("img/CleanAir_2025_img.jpg") 2x,url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);
	background-image: -webkit-image-set(url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);background-image: image-set(url("img/CleanAir_2025_img.jpg") 1x,
url("img/CleanAir_2025_img.jpg") 2x,url("img/CleanAir_2025_img.webp") 1x,
url("img/CleanAir_2025_img.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-origin:content-box;
}
.blocs_title{
	font-family:"Klavika-Light";
	font-size:60px;
	color:var(--swatch-var-2259)!important;
	text-shadow:0.00px 0.00px 0px #424242;
	padding-top:20px;
	margin-top:auto;
	margin-bottom:auto;
	line-height:auto;
	height:100px;
	padding-bottom:20px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-2988);
	height:20px;
}
.bloc-divider-b-fill{
	fill:#000000;
}
.subtitle_text{
	font-family:"Klavika-Bold";
	color:var(--swatch-var-6786)!important;
	font-size:36px;
}
.key_date_title{
	font-family:"Klavika-Medium";
	font-size:32px;
	color:var(--swatch-var-1213)!important;
}
.dates_text{
	font-family:"Klavika-Regular";
	font-weight:600;
	font-size:56px;
	padding-bottom:20px;
	padding-top:10px;
	text-shadow:1.41px 1.41px 4px rgba(0,0,0,0.45);
}
.img-3-style{
	width:290px;
}
.active_nav_btn{
	color:var(--swatch-var-2259)!important;
	font-family:"Klavika-Medium";
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-6786)!important;
	margin-right:0px;
	background-color:var(--swatch-var-1213);
	text-align:center;
}
.active_nav_btn:hover{
	font-family:"Klavika-Medium";
	background-color:var(--swatch-var-2988);
	color:var(--swatch-var-2259)!important;
	text-align:center;
}
.over-nav-btn{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-130)!important;
	margin-left:2px;
	margin-right:2px;
}
.over-nav-btn:hover{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2988)!important;
	border-bottom-width:2px;
	border-style:solid;
}
.blocs_title_white{
	font-family:"GothamNarrow-Black";
	font-size:52px;
	color:var(--swatch-var-2259)!important;
}
.web_link{
	font-family:"Klavika-Medium";
	font-size:14px;
	color:var(--swatch-var-2259)!important;
}
.web_link:hover{
	font-family:"Klavika-Medium";
	font-size:14px;
	color:var(--swatch-var-5274)!important;
}
.copyright{
	font-family:"Klavika-Bold";
	color:var(--swatch-var-2259)!important;
	font-size:16px;
}
footer{
	height:2000vh;
}
.nav_btn{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2556)!important;
	text-align:center;
}
.nav_btn:hover{
	background-color:var(--swatch-var-2988);
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2259)!important;
	text-align:center;
}
.nav_btn:active{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2988)!important;
}
.nav_btn:focus{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2259)!important;
	background-color:var(--swatch-var-2988);
}
.nav_btn:visited{
	font-family:"Klavika-Medium";
}
.row-style{
	width:100%;
}
.sub_menu_btn{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-6239)!important;
}
.sub_menu_btn:hover{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2259)!important;
	background-color:var(--swatch-var-2988);
}
.sub_menu_btn:active{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2259)!important;
	background-color:var(--swatch-var-2988);
}
.sub_menu_btn:focus{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-2259)!important;
	background-color:var(--swatch-var-2988);
}
.sub_menu_btn:visited{
	color:var(--swatch-var-2259)!important;
	background-color:var(--swatch-var-2988);
}
.navbar-brand{
	width:91px;
	height:100%;
}
.nav-button-hover{
	border-style:solid;
	border-color:#FEFFFE!important;
	font-size:14px;
	font-family:"NeoSansStd-Medium";
	font-weight:normal;
	text-align:center;
	height:36px;
	border-width:0px 0px 2px 0px;
	margin:2px auto 2px auto;
	width:auto;
	padding-top:auto;
	padding-bottom:auto;
}
.nav-button-hover:hover{
	border-color:var(--swatch-var-5156)!important;
	border-style:solid;
	background-color:#FEFFFE;
	color:var(--swatch-var-5156)!important;
	font-size:14px;
	text-align:center;
	height:36px;
	padding-top:auto;
	padding-bottom:auto;
	border-width:0px 0px 2px 0px;
	font-family:"NeoSansStd-Medium";
	margin:2px auto 2px auto;
	width:auto;
}
.nav-button-active-empresa{
	background-color:var(--swatch-var-6786);
	color:#FEFFFE!important;
	text-align:center;
	padding-top:auto;
	padding-bottom:auto;
	margin:2px auto 2px auto;
	border-width:0px 0px 0px 0px;
	font-family:"Klavika-Medium";
}
.nav-button-active-empresa:hover{
	border-color:var(--swatch-var-5156)!important;
	border-style:solid;
	background-color:#FEFFFE;
	color:var(--swatch-var-5156)!important;
	font-size:14px;
	text-align:center;
	height:36px;
	padding-top:auto;
	padding-bottom:auto;
	margin:2px auto 2px auto;
	border-width:0px 0px 2px 0px;
	font-family:"NeoSansStd-Medium";
	width:auto;
}
.sub_menu{
	border-width:0px 0px 0px 0px;
	text-align:center;
	width:auto;
	background-color:var(--swatch-var-2259);
	background-size:cover;
}
.sub_menu:hover{
	text-align:center;
	width:auto;
	background-color:var(--swatch-var-2259);
}
.list_item_sub-menu{
	text-align:center;
}
.list_item_sub-menu:hover{
	text-align:center;
}
.nav-button-hover-sub-menu{
	border-color:#FEFFFE!important;
	font-family:"Klavika-Medium";
	font-weight:normal;
	text-align:left;
	margin:auto auto auto auto;
	color:var(--swatch-var-6239)!important;
	padding:auto auto auto auto;
}
.nav-button-hover-sub-menu:hover{
	color:var(--swatch-var-2259)!important;
	text-align:left;
	font-family:"Klavika-Medium";
	margin:auto auto auto auto;
	padding:auto auto auto auto;
	background-color:var(--swatch-var-2988);
}
.img-placeholder-us-style{
	width:220px;
}
.filiation_conference_chairs{
	font-family:"OpenSansCondensed-Bold";
	font-size:16px;
}
.link-style{
	font-weight:bold;
}
.link-read-abstract-style{
	font-weight:bold;
}
.abstract-title{
	font-family:"Klavika-Medium";
	color:var(--swatch-var-6786)!important;
}
.vertical_line_divider{
	border-style:solid;
	border-color:#00477D!important;
	border-width:0px 2px 0px 0px;
}
.img-37-style{
	width:200px;
}
.title-page-style{
	font-family:"Gotham-Medium";
	font-weight:800;
	color:var(--swatch-var-1213)!important;
	font-size:36px;
}
.important_dates_line{
	font-family:"GothamNarrow-Medium";
	font-size:18px;
}
.h6-bloc-principal-style{
	line-height:24px;
	font-size:18px;
	font-family:"GothamNarrow-Book";
}
.btn_download_w{
	background-image:url("img/word_icon-download_cor.png");
	background-image: -webkit-image-set(url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);background-image: image-set(url("img/word_icon-download_cor.png") 1x,
url("img/word_icon-download_cor.png") 2x,url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);background-image: image-set(url("img/word_icon-download_cor.png") 1x,
url("img/word_icon-download_cor.png") 2x,url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	height:80px;
}
.btn_download_w:hover{
	background-size:cover;
	background-repeat:no-repeat;
	height:80px;
	background-image:url("img/word_icon-download_grey.png");
	background-image: -webkit-image-set(url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);background-image: image-set(url("img/word_icon-download_grey.png") 1x,
url("img/word_icon-download_grey.png") 2x,url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);
	background-image: -webkit-image-set(url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);background-image: image-set(url("img/word_icon-download_grey.png") 1x,
url("img/word_icon-download_grey.png") 2x,url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);
}
.btn_word{
	background-image:url("img/word_icon-download_cor.png");
	background-image: -webkit-image-set(url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);background-image: image-set(url("img/word_icon-download_cor.png") 1x,
url("img/word_icon-download_cor.png") 2x,url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);background-image: image-set(url("img/word_icon-download_cor.png") 1x,
url("img/word_icon-download_cor.png") 2x,url("img/word_icon-download_cor.webp") 1x,
url("img/word_icon-download_cor.webp") 2x);
	height:80px;
	background-size:contain;
	background-repeat:no-repeat;
	width:80px;
}
.btn_word:hover{
	background-image:url("img/word_icon-download_grey.png");
	background-image: -webkit-image-set(url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);background-image: image-set(url("img/word_icon-download_grey.png") 1x,
url("img/word_icon-download_grey.png") 2x,url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);
	background-image: -webkit-image-set(url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);background-image: image-set(url("img/word_icon-download_grey.png") 1x,
url("img/word_icon-download_grey.png") 2x,url("img/word_icon-download_grey.webp") 1x,
url("img/word_icon-download_grey.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	height:80px;
	width:80px;
}
.btn-submission{
	font-family:"Open Sans";
	font-weight:800;
	color:var(--swatch-var-6786)!important;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6786)!important;
	border-radius:0px 0px 0px 0px;
}
.btn-submission:hover{
	border-width:2px 2px 2px 2px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-2988)!important;
	color:var(--swatch-var-2988)!important;
}
.h3-style{
	font-family:"Klavika-Regular";
}
.link-ragucci-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.caption_text{
	font-family:"PT Sans Narrow";
	font-weight:700;
	background-color:var(--swatch-var-2556);
	font-size:18px;
}
.h2-style{
	font-family:"Klavika-Medium";
}
.h2-restaurant-style{
	font-family:"Pt Sans Narrow";
	font-weight:700;
}
.h5-style{
	font-family:"PT Sans Narrow";
}
.h6-style{
	font-family:"Open Sans";
	font-weight:800;
}
.logo_nav_bar{
	width:250px;
	height:90px;
}
.img-programme-style{
	width:79px;
}
.img-bloc-banner-style{
	width:720px;
	height:auto;
}
.data_text_banner{
	font-family:"Open Sans";
	font-size:48px;
	text-shadow:5.66px 5.66px 8px rgba(0,0,0,0.60);
	font-weight:800;
	margin-top:20px;
}
.local_conference_text{
	font-family:"OpenSansCondensed-Bold";
	font-size:36px;
	text-shadow:3.54px 3.54px 5px rgba(0,0,0,0.60);
}
.top_line_green{
	height:20px;
}
.parallax_bloc_contact{
	margin-top:0px;
}
.margin_bloc_contact{
	margin-bottom:100px;
}
.img-bloc-55-style{
	width:471px;
}
.html-widget-style{
	height:402px;
}
.banner_high{
	height:100px;
	width:auto;
	margin-top:5px;
}
.h2-bloc-121-style{
	font-family:"Klavika-Medium";
}
.topics_list{
	line-height:200%;
}
.swiper_high{
	height:480px;
	margin-bottom:100px;
}
.h6-welcome-style{
	font-family:"Open Sans";
	font-weight:500;
	line-height:140%;
}
.scientific-committee{
	font-family:"Open Sans";
}
.chairs_name{
	font-family:"OpenSansSemiCondensed-ExtraBold";
}
.local_affiliation{
	font-family:"OpenSansCondensed-Regular";
}
.img-logo-riviera-margin-right{
	width:174px;
}
.img-img-minghou--style{
	width:280px;
	height:280px;
}
.img-style{
	width:280px;
	height:280px;
}
.img-img-pedro-coel-style{
	width:280px;
	height:280px;
}
.img-31-style{
	width:280px;
	height:280px;
}
.img-32-style{
	width:280px;
	height:280px;
}
.h6-bloc-121-style{
	line-height:24px;
}
.date_key-date{
	font-family:"Klavika-Light";
	font-size:50px;
	color:var(--swatch-var-2465)!important;
}
.p-style{
	line-height:autopx;
}
.p-bloc-15-style{
	line-height:autopx;
}
.p-34-style{
	line-height:autopx;
}
.p-33-style{
	line-height:autopx;
}
.p-23-style{
	line-height:autopx;
}
.p-16-style{
	line-height:autopx;
}
.p-20-style{
	line-height:autopx;
}
.p-13-style{
	line-height:autopx;
}
.p-12-style{
	line-height:autopx;
}
.p-4-style{
	line-height:autopx;
}
.p-2-style{
	line-height:autopx;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2259:rgba(255,255,255,1.00);
	
	--swatch-var-6239:rgba(33,33,33,1.00);
	
	--swatch-var-5156:rgba(237,101,8,1.00);
	
	--swatch-var-6786:rgba(13,132,67,1.00);
	
	--swatch-var-2988:rgba(153,196,86,1.00);
	
	--swatch-var-5195:rgba(168,203,105,0.20);
	
	--swatch-var-2132:rgba(0,0,0,0.06);
	
	--swatch-var-130:rgba(235,235,235,1.00);
	
	--swatch-var-2556:rgba(66,66,66,0.60);
	
	--swatch-var-1557:rgba(13,132,67,0.10);
	
	--swatch-var-1852:rgba(207,27,1,1.00);
	
	--swatch-var-749:#EAEAEA;
	
	--swatch-var-2465:#737273;
	
	--swatch-var-1:#2A2A28;
	
	--swatch-var-1213:#028C43;
	
	--swatch-var-2117:#E8F7EF;
	
	--swatch-var-5274:rgba(235,235,235,1.00);
	
	--swatch-var-2:#FEFFFF;
	
	--swatch-var-3261:#009DE0;
	
}


/* Background colour styles */

.bgc-2988{
	background-color:var(--swatch-var-2988);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-6786{
	background-color:var(--swatch-var-6786);
}
.bgc-749{
	background-color:var(--swatch-var-749);
}
.bgc-2117{
	background-color:var(--swatch-var-2117);
}
.bgc-2132{
	background-color:var(--swatch-var-2132);
}
.bgc-5274{
	background-color:var(--swatch-var-5274);
}
.bgc-6239{
	background-color:var(--swatch-var-6239);
}

/* Text colour styles */

.tc-6239{
	color:var(--swatch-var-6239)!important;
}
.tc-6786{
	color:var(--swatch-var-6786)!important;
}
.bgc-2259{
	background-color:var(--swatch-var-2259);
}

/* Link colour styles */

.ltc-6239{
	color:var(--swatch-var-6239)!important;
	fill:var(--swatch-var-6239);
}
.ltc-6239:hover{
	color:#000000!important;
	fill:var(--swatch-var-6239);
}

/* Icon colour styles */

.icon-2988{
	color:var(--swatch-var-2988)!important;
	border-color:var(--swatch-var-2988)!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

/* * Swiper for Blocs * Version 3.0.8 * Code by Lucas Tsolakian * ©2022 Archetypon */ /* @group General */.sf-wrapper {
		height: 100%;
		min-height: 100%;
}
.sf-container {
		width: 100%;
		height: 100%;
		transition: height .7s ease;
}
.sf-slide {
		width: 100%;
		height: auto;
		transition: height .7s ease;
}
.sf-inner-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: height .7s ease;
}
.sf-height {
		height: 350px;
		transition: height .7s ease;
}
@media (max-width: 1199.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 991.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 767.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 575.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}.sf-parallax-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-position: center;
		object-position: center 50%;
		object-fit: cover;
}
.sf-parallax-bg img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		transition: left .7s;
}
.sf-parallax-bg.hidden {
		display: none;
}
.sf-container {
		margin-left: auto;
		margin-right: auto;
		/*overflow: hidden !important;
	*/	top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
		width: 100%;
}
.sf-slide, .sf-wrapper {
		position: relative;
		height: 100%;
		width: 100%}.sf-bric-container.hidden {
		display: none;
}
custom-bric-container {
		z-index: 999;
		width: 100%;
}
.sf-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		/*z-index: 999;
	*/}.sf-display {
		display: block;
}
.sf-hidden {
		display: none;
}
.swiper-container-no-flexbox .sf-slide {
		float: left}.swiper-container-vertical > .sf-wrapper {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column}.sf-wrapper {
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box}.swiper-container-android .swiper-slide, .sf-wrapper {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)}.swiper-container-multirow > .sf-wrapper {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap}.swiper-container-free-mode > .sf-wrapper {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin: 0 auto}.sf-container {
		flex-direction: column;
}
.swiper-slide {
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
		z-index: 0;
}
.swiper-slide.sf-preview {
		z-index: 1;
}
.slide-inner-image img {
		display: block;
		width: 100%;
		object-fit: cover}.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		height: auto}.swiper-container-autoheight .sf-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-transition-property: -webkit-transform,height;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform,height}.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000}.swiper-wp8-horizontal {
		-ms-touch-action: pan-y;
		touch-action: pan-y}.swiper-wp8-vertical {
		-ms-touch-action: pan-x;
		touch-action: pan-x}/* @end *//* @group Navigation */.sf-buttons {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.sf-button-next, .sf-button-prev {
		cursor: pointer !important;
		-moz-background-size: 27px 44px !important;
		-webkit-background-size: 27px 44px !important;
		background-size: 27px 44px !important;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
}
.sf-button-next.hide, .sf-button-prev.hide {
		display: none;
}
.sf-button-next.show, .sf-button-prev.show {
		display: block !important;
}
.sf-button-next:focus, .sf-button-prev:focus {
		outline: none;
}
.sf-button-next.swiper-button-disabled, .sf-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none}.sf-button-next {
		align-self: right;
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 2px 2px 0 0 !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-right: 30px;
}
.sf-button-next:hover, .sf-button-prev:hover {
		opacity: .7;
		transition: opacity .5s ease}.sf-button-prev {
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 0 0 2px 2px !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 25px;
}
/* @end *//* @group 3D etc */.sf-slide .slide-inner, .sf-slide .slide-inner .slide-inner-image {
		width: 100%;
		height: 100%;
		position: absolute}.sf-slide {
		overflow: hidden}.sf-slide .slide-inner {
		left: 0;
		top: 0;
}
.sf-slide .slide-inner-image {
		background-size: cover;
		background-position: center;
			/*-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s*/}.tm-image-zoom {
		transform: scale(1.07);
		-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s}.swiper-slide-active .slide-inner-image, .swiper-slide-duplicate-active .slide-inner-image {
		opacity: 1;
		transform: scale(1)}.swiper-container-3d {
		-webkit-perspective: 1200px;
		-moz-perspective: 1200px;
		-o-perspective: 1200px;
		perspective: 1200px}.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .sf-wrapper {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10}.swiper-container-3d .swiper-slide-shadow-left {
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right {
		background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top {
		background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .sf-wrapper, .swiper-container-flip .sf-wrapper {
		-ms-perspective: 1200px}.swiper-container-cube, .swiper-container-flip {
		overflow: visible}.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1}.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden}.swiper-container-cube .swiper-slide {
		visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: 100%;
		height: 100%}.swiper-container-cube.swiper-container-rtl .swiper-slide {
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible}.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0}.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out}.swiper-container-fade .swiper-slide {
		pointer-events: none;
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity}.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center}.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain}.swiper-scrollbar {
		border-radius: 10px;
		position: relative;
		-ms-touch-action: none;
		background: rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar {
		position: absolute;
		left: 1%;
		bottom: 3px;
		z-index: 50;
		height: 5px;
		width: 98%}.swiper-container-vertical>.swiper-scrollbar {
		position: absolute;
		right: 3px;
		top: 1%;
		z-index: 50;
		width: 5px;
		height: 98%}.swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: rgba(0,0,0,.5);
		border-radius: 10px;
		left: 0;
		top: 0}.swiper-scrollbar-cursor-drag {
		cursor: move}.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		-webkit-transform-origin: 50%;
		-moz-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		animation: swiper-preloader-spin 1s steps(12,end) infinite}@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)}}@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)}}/* @end *//* @group Info */.sf-slide-caption {
		/*position*/	position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		align-content: center;
		flex: 1;
	    /*style*/	padding: 20px;
		color: #fff;
		opacity: 1;
}
.swiper-slide-active .sf-slide-caption {
		opacity: 1;
		transition: opacity 1s ease 1s}.sf-caption {
		font-size: 2em;
		color: #FFFFFF;
		transition: text-align .3s ease-in-out;
		transition: font-size .3s ease-in-out}.sf-caption {
		font-size: 2em;
}
.sf-caption.hidden {
		display: none !important;
}
.caption-top-left {
		align-self: flex-start;
}
.caption-top-center {
		text-align: center;
}
.caption-top-right {
		align-self: flex-end;
		text-align: right;
}
.caption-bottom-left {
		justify-content: flex-end;
}
.caption-bottom-right {
		justify-content: flex-end;
		text-align: right;
}
.caption-bottom-center {
		justify-content: flex-end;
		text-align: center;
}
.caption-center {
		align-items: strech;
		text-align: center;
		justify-content: center;
}
/* @end *//* @group Pagination  */.sf-timeline-top {
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-timeline-bottom {
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-fraction {
		font-size: 1em;
		color: #FFFFFF;
}
.sf-fraction .hide {
		display: none;
}
.sf-fraction-left {
		text-align: left !important;
		padding-left: 20px;
}
.sf-fraction-right {
		text-align: right !important;
		padding-right: 40px;
}
.sf-bullets, .swiper-pagination-bullet, .swiper-pagination-bullet-active {
		outline: none !important;
}
/* @end *//* @group Link */.sf-link {
		text-decoration: none;
		visibility: visible;
		letter-spacing: .15em}.sf-link.hidden, .close-box.hidden {
		display: none}/* @end *//* @group Close Box */.close-box {
		position: absolute;
		display: inline-block;
		top: 50px;
		z-index: 999;
		right: 30px;
		width: 30px;
		height: 20px;
		vertical-align: middle}.close-box_line_1, .close-box_line_2 {
		position: absolute;
		width: 30px;
		height: 3px;
		margin: 0;
		background-color: #fff;
		transition: background-color .3s ease}.close-box_line_1 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(45deg);
		transform: translate3d(0,-8px,0) rotate(45deg)}.close-box_line_2 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg)}/* @end */

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.button_link_foot{
		font-family:"Klavika-Medium";
		font-weight:600;
		color:rgba(255,255,255,0.35)!important;
	}
	.button_link_foot:hover{
		font-family:"Klavika-Medium";
		color:#FEFFFE!important;
		font-weight:600;
	}
	.follow{
		font-size:120%;
		font-family:"Klavika-Regular";
	}
	.h4-siga-nos-em-style{
		line-height:220%;
	}
	.facebook-link-btn{
		width:33px;
		height:33px;
	}
	.facebook-link-btn:hover{
		width:33px;
		height:33px;
	}
	.twiter-link-btn{
		width:33px;
		height:33px;
	}
	.twiter-link-btn:hover{
		width:33px;
		height:33px;
	}
	.instagram-link-btn{
		width:33px;
		height:33px;
		background-size:33px 33px;
		background-repeat:no-repeat;
	}
	.instagram-link-btn:hover{
		background-size:33px 33px;
		width:33px;
		height:33px;
	}
	.email-link-btn{
		width:33px;
		height:33px;
	}
	.email-link-btn:hover{
		width:33px;
		height:33px;
	}
	.idmec_button{
		background-size:100px auto;
		background-position:right center;
		width:120px;
	}
	.idmec_button:hover{
		background-size:100px auto;
		background-position:right center;
		width:120px;
	}
	.botão_tecnico{
		width:150px;
		background-size:contain;
	}
	.botão_tecnico:hover{
		height:100px;
		width:150px;
		background-size:contain;
		background-position:center center;
	}
	.texto-emergencias{
		font-size:14px;
	}
	.texto-numero-emergencia{
		font-size:14px;
	}
	.texto-movel-nacional{
		font-size:14px;
	}
	.btn-facebook{
		width:25px;
		height:25px;
	}
	.btn-facebook:hover{
		width:25px;
		height:25px;
	}
	.btn-linkedin{
		height:25px;
		width:25px;
	}
	.btn-linkedin:hover{
		width:25px;
		height:25px;
	}
	.btn-youtube{
		width:25px;
		height:25px;
	}
	.btn-youtube:hover{
		width:25px;
		height:25px;
	}
	.navbar-brand{
		width:200px;
	}
	.nav-button-hover:hover{
	}
	.sub_menu{
		background-color:var(--swatch-var-2259);
	}
	.sub_menu:hover{
		background-color:var(--swatch-var-749);
	}
	.nav-button-hover-sub-menu{
		width:auto;
		color:var(--swatch-var-1)!important;
		margin-bottom:0px;
		margin-top:0px;
		border-width:0px 0px 0px 0px;
	}
	.nav-button-hover-sub-menu:hover{
		width:auto;
		color:var(--swatch-var-5156)!important;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 0px 0px;
		height:auto;
	}
	.navbar-brand img{
		height:auto;
	}
	.img-37-style{
		width:120px;
	}
	.caption_text{
		font-size:16px;
		font-weight:600;
	}
	.logo_nav_bar{
		height:90%;
		width:auto;
	}
	.img-bloc-banner-style{
		width:665px;
	}
	.data_text_banner{
		font-size:38px;
		padding-top:60px;
	}
	.local_conference_text{
		font-size:32px;
		padding-bottom:40px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.conference_title{
		font-size:50px;
		width:auto;
		text-align:center;
		padding-left:50px;
		padding-right:50px;
	}
	.dates_text{
		font-size:46px;
	}
	.main_local_text{
		font-size:34px;
	}
	.key_date_title{
		font-size:24px;
	}
	.date_key-date{
		font-size:40px;
	}
	.blocs_title{
		font-size:50px;
	}
	
}

@media (max-width: 767px){
	.button_link_foot{
		color:rgba(255,255,255,0.36)!important;
	}
	.button_link_foot:hover{
	}
	.facebook-link-btn{
		width:52px;
		height:52px;
	}
	.facebook-link-btn:hover{
		width:52px;
		height:52px;
	}
	.twiter-link-btn{
		width:52px;
		height:52px;
	}
	.twiter-link-btn:hover{
		width:52px;
		height:52px;
	}
	.instagram-link-btn{
		width:52px;
		height:52px;
		background-image:url("img/Icn_white_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
		background-repeat:no-repeat;
		background-size:100% 100%;
	}
	.instagram-link-btn:hover{
		background-image:url("img/Icn_blue_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
		background-repeat:no-repeat;
		background-size:100% 100%;
		height:52px;
		width:52px;
	}
	.email-link-btn{
		width:52px;
		height:52px;
	}
	.email-link-btn:hover{
		width:52px;
		height:52px;
	}
	.idmec_button{
		background-position:center center;
	}
	.idmec_button:hover{
		background-position:center center;
		background-repeat:no-repeat;
	}
	.botão_tecnico{
		background-position:center center;
		margin-top:0px;
		background-size:contain;
		height:auto;
		width:160px;
	}
	.botão_tecnico:hover{
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:0px;
		height:auto;
		background-size:length;
		width:160px;
	}
	.botão_tecnico:active{
	}
	.navbar-brand{
		width:61px;
	}
	.nav-button-hover{
	}
	.nav-button-hover:hover{
	}
	.sub_menu{
		margin-left:auto;
		margin-right:auto;
	}
	.sub_menu:hover{
		margin-left:auto;
		margin-right:auto;
	}
	.list_item_sub-menu{
		margin-left:auto;
		margin-right:auto;
	}
	.list_item_sub-menu:hover{
		margin-left:auto;
		margin-right:auto;
	}
	.nav-button-hover-sub-menu{
		margin-left:auto;
		margin-right:auto;
		width:auto;
		color:var(--swatch-var-1)!important;
	}
	.nav-button-hover-sub-menu:hover{
		width:auto;
		margin-left:auto;
		margin-right:auto;
		color:var(--swatch-var-5156)!important;
	}
	.nav-button-hover-sub-menu:active{
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.navbar-brand img{
		height:auto;
		width:180px;
	}
	.title-page-style{
		font-size:32px;
	}
	.important_dates_line{
		font-size:16px;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.conference_title{
		font-size:40px;
		text-shadow:1.81px 0.85px 2px #000000;
		width:auto;
		text-align:center;
		padding-left:20px;
		padding-right:20px;
	}
	.conference_date_text{
		font-size:32px;
		text-shadow:1.81px 0.85px 2px #000000;
	}
	.main_local_text{
		font-size:28px;
	}
	.key_date_title{
		font-size:21px;
	}
	.img-submissions-style{
		width:116px;
	}
	.caption_text{
		font-weight:600;
		font-size:14px;
	}
	.logo_nav_bar{
		height:100%;
		width:auto;
	}
	.nav-toggle{
		padding-left:20px;
	}
	.nav_btn{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.scientific-committee{
	}
	.h6-welcome-style{
		line-height:24px;
	}
	.h6-bloc-venue-style{
		line-height:26px;
		font-size:18px;
	}
	.top_line_green{
		text-align:center;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	
}

@media (max-width: 575px){
	.button_link_foot{
		color:rgba(255,255,255,0.35)!important;
	}
	.button_link_foot:hover{
	}
	.img-bloc-48-style{
		height:45px;
		width:45px;
	}
	.img-bloc-48-style:hover{
		width:45px;
		height:45px;
	}
	.twiter-link-btn{
		width:45px;
		height:45px;
	}
	.twiter-link-btn:hover{
		width:45px;
		height:45px;
	}
	.img-100-style{
		width:45px;
		height:45px;
	}
	.instagram-link-btn{
		background-image:url("img/Icn_white_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);background-image: image-set(url("img/Icn_white_Instagram.png") 1x,
url("img/Icn_white_Instagram.png") 2x,url("img/Icn_white_Instagram.webp") 1x,
url("img/Icn_white_Instagram.webp") 2x);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:45px 45px;
		width:45px;
		height:45px;
	}
	.instagram-link-btn:hover{
		background-image:url("img/Icn_blue_Instagram.png");
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
	background-image: -webkit-image-set(url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);background-image: image-set(url("img/Icn_blue_Instagram.png") 1x,
url("img/Icn_blue_Instagram.png") 2x,url("img/Icn_blue_Instagram.webp") 1x,
url("img/Icn_blue_Instagram.webp") 2x);
		background-size:45px 45px;
		background-position:center center;
		background-repeat:no-repeat;
		width:45px;
		height:45px;
	}
	.email-link-btn{
		width:45px;
		height:45px;
	}
	.email-link-btn:hover{
		width:45px;
		height:45px;
	}
	.img-102-style{
		width:45px;
		height:45px;
	}
	.idmec_button{
		background-size:contain;
	}
	.idmec_button:hover{
		background-size:contain;
	}
	.botão_tecnico{
		background-image:url("img/logo_IST_W.png");
	background-image: -webkit-image-set(url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);background-image: image-set(url("img/logo_IST_W.png") 1x,
url("img/logo_IST_W.png") 2x,url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);background-image: image-set(url("img/logo_IST_W.png") 1x,
url("img/logo_IST_W.png") 2x,url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		height:60px;
	}
	.botão_tecnico:hover{
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		background-image:url("img/logo_IST_B.png");
	background-image: -webkit-image-set(url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);background-image: image-set(url("img/logo_IST_B.png") 1x,
url("img/logo_IST_B.png") 2x,url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);background-image: image-set(url("img/logo_IST_B.png") 1x,
url("img/logo_IST_B.png") 2x,url("img/logo_IST_B.webp") 1x,
url("img/logo_IST_B.webp") 2x);
		height:60px;
		width:160px;
	}
	.botão_tecnico:active{
	}
	.navbar-brand{
		width:46px;
	}
	.nav-button-hover{
		width:auto;
		height:auto;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 2px 0px;
	}
	.nav-button-hover:hover{
		color:var(--swatch-var-5156)!important;
		height:auto;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 2px 0px;
	}
	.sub_menu:hover{
	}
	.nav-button-hover-sub-menu{
		color:var(--swatch-var-1)!important;
		margin-bottom:2px;
		margin-top:2px;
	}
	.nav-button-hover-sub-menu:hover{
		color:var(--swatch-var-5156)!important;
		margin-top:2px;
		margin-bottom:2px;
	}
	.navbar-brand img{
		width:120px;
		height:auto;
	}
	.title-page-style{
		font-size:24px;
	}
	.important_dates_line{
		font-size:16px;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.conference_title{
		text-align:center;
		font-size:38px;
		text-shadow:3.63px 1.69px 5px #000000,0.91px 0.42px 1px #000000;
		padding-right:0px;
		padding-left:0px;
		width:auto;
		padding-top:20px;
	}
	.conference_date_text{
		font-size:20px;
		text-shadow:2.72px 1.27px 3px #000000,0.91px 0.42px 1px #000000;
	}
	.main_local_text{
		font-size:16px;
		text-shadow:0.91px 0.42px 1px #000000;
	}
	.key_date_title{
		font-size:16px;
	}
	.dates_text{
		font-size:30px;
		text-align:center;
		width:auto;
	}
	.blocs_title_white{
		font-size:42px;
	}
	.blocs_title{
		font-size:44px;
		height:100px;
	}
	.caption_text{
		font-size:12px;
	}
	.logo_nav_bar{
		height:90%;
		width:auto;
	}
	.data_text_banner{
		font-size:32px;
		padding-top:60px;
	}
	.local_conference_text{
		font-size:13px;
		padding-bottom:0px;
	}
	.nav-toggle{
		text-align:center;
	}
	.nav-toggle:hover{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.container-div-style{
		width:100%;
	}
	.subtitle_text{
		font-size:24px;
	}
	.img-logo-riviera-margin-right{
		width:139px;
	}
	.scientific-committee{
		line-height:180%;
	}
	.date_key-date{
		font-size:36px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1213)!important;
		fill:var(--swatch-var-1213)!important;
	}
	.menu-icon-bloc-1-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-bloc-1-2935-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-12807-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-40945-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-35878-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-42673-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	.menu-icon-25622-stroke{
		stroke:var(--swatch-var-6786)!important;
		fill:var(--swatch-var-6786)!important;
	}
	
}

