/*-----------------------------------------------------------------------------------
	Colloques de Bruxelles
	About: Les Colloques de Bruxelles
	Author: Studio Piston
	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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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;}}

/* = 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;
}


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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);
}
.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);
}
.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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

/* 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-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}





.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;
}





/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

/* 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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Vollkorn";
}
.container{
	max-width:1140px;
	background-color:transparent;
}
.button{
	font-family:"Vollkorn";
	color:#FEFFFF!important;
	background-color:transparent;
}
.img-style{
	width:200px;
	opacity:1.0;
	box-shadow:5px 12px 13px rgba(0,0,0,0.19);
}
.bouton-nav{
	font-family:"Vollkorn";
	opacity:100;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	font-size:1.1em;
	line-height:20px;
	padding-top:6px;
	padding-bottom:6px;
}
.bouton-nav:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
}
.button:hover{
	background-color:#FFFFFF;
	color:#FEFFFF!important;
}
.bouton-nav:active{
	background-color:#FFFFFF;
	border-color:#FFFFFF!important;
	box-shadow:27px 0px 10px rgba(0,0,25,0.00);
}
.h2-style{
	font-family:Vollkorn;
	opacity:1.0;
	font-size:32px;
	width:100%;
}
.p-2-style{
	font-family:Vollkorn;
	font-size:18px;
	text-transform:none;
}
.h1-2-style{
	font-family:Vollkorn;
	font-size:40px;
	width:100%;
}
.citation{
	padding-left:57px;
}
.p-bloc-3-style{
	font-family:Vollkorn;
	font-weight:900;
	width:100%;
}
.colomne-crop{
	width:87%;
}
.list-edition-style{
	border-style:solid;
	border-color:#FFFFFF!important;
	padding-top:0px;
	margin-top:16px;
	padding-left:10px;
	float:none;
	overflow:visible;
	margin-bottom:-16px;
	border-width:0px 0px 0px 1px;
}
.list-edition-style li a{
	font-family:"Vollkorn";
	color:#FFFFFF!important;
}
.h4-style{
	font-size:20px;
}
.h4-bloc-6-style{
	font-size:20px;
}
.barre-couleur{
	margin-top:25px;
}
.bloc-participants{
	color:#FEFFFE!important;
	padding-bottom:800px;
}
.bloc-participants p{
	color:rgba(255,255,255,0.80)!important;
}
.grands-boutons{
	color:#DEE0DE!important;
	border-color:rgba(222,224,222,0.60)!important;
}
.bout-colloq-accueil{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
}
.bout-colloq-accueil:hover{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.bout-accueil-2014{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	margin-left:-8px;
	font-family:"Vollkorn";
	border-width:1px 1px 1px 1px;
}
.bout-accueil-2014:hover{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.bout-colloq-2014{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.bout-colloq-2014:hover{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.grands-boutons:hover{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.list-edition-style li a:hover{
	color:#454545!important;
}
.titre-colloque{
	color:#003584!important;
}
.bloc-sombre{
	padding:18px 18px 18px 18px;
	margin-bottom:6rem;
	margin-top:6rem;
}
.contact-style{
	border-style:solid;
	border-color:#FFFFFF!important;
	padding-right:10px;
	min-width:100px;
	border-width:0px 1px 0px 0px;
	color:var(--swatch-var-2699)!important;
}
.row-liste-home{
	height:70px;
}
.hypermail:hover{
	;
}
.hypermail a{
	color:#FFFFFF!important;
}
.hypermail a:hover{
	color:#454545!important;
}
.bout-accueil-2016{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	margin-left:-8px;
	font-family:"Vollkorn";
	border-width:1px 1px 1px 1px;
}
.bout-accueil-2016:hover{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.bout-colloq-2016{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.bout-colloq-2016:hover{
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.bout-colloq-accueil:active{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.list-edition-2016{
	border-style:solid;
	border-color:#FFFFFF!important;
	padding-top:0px;
	margin-top:16px;
	padding-left:10px;
	float:none;
	overflow:visible;
	margin-bottom:-16px;
	border-width:0px 0px 0px 1px;
}
.list-edition-2016 li a{
	color:#FFFFFF!important;
}
.img-daniel-de-sm-style{
	height:116px;
	width:116%;
}
.space-row-down{
	padding-bottom:20px;
}
.img-bloc-13-style{
	width:400px;
	padding-top:40px;
	border-radius:0px 0px 0px 0px;
}
.p-bloc-5-style{
	padding-top:60px;
	color:#000000!important;
	font-family:"Vollkorn";
	font-weight:bold;
	letter-spacing:-1px;
}
.h2-bloc-3-style{
	font-size:20px;
	line-height:15px;
	font-style:italic;
	padding-top:12px;
}
.list-edition-2016:hover{
	border-left-width:1px;
}
.noparalax{
	background-attachment:fixed;
}
.main-title-home{
	font-family:"Vollkorn";
	font-style:italic;
	color:var(--swatch-var-2699)!important;
	font-size:4em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10rem;
}
.subtitle-home{
	color:var(--swatch-var-2699)!important;
	font-size:1.4em;
	padding-top:2rem;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:2rem;
}
.desc-years-home{
	color:var(--swatch-var-2699)!important;
	margin-bottom:0px;
	font-size:1.1em;
}
.home-main-row{
	margin-top:0px;
}
.subtitle-home-years{
	color:var(--swatch-var-2699)!important;
	font-size:1.1em;
	padding-top:2rem;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:2rem;
}
.col-contact{
	padding-top:16px;
	float:none;
	overflow:visible;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-4444:#454545;
	
	--swatch-var-5730:rgba(23,51,161,0.67);
	
	--swatch-var-2699:rgba(255,255,255,1.00);
	
	--swatch-var-87:rgba(255,255,255,0.60);
	
	--swatch-var-6140:rgba(0,53,132,1.00);
	
	--swatch-var-5665:rgba(208,33,49,1.00);
	
	--swatch-var-3978:#1E1E1E;
	
	--swatch-var-1640:#2FBBBF;
	
	--swatch-var-1397:rgba(255,255,255,0.80);
	
	--swatch-var-6724:rgba(0,0,0,0.60);
	
	--swatch-var-3464:rgba(255,255,255,0.00);
	
	--swatch-var-1689:rgba(242,170,51,1.00);
	
	--swatch-var-4846:rgba(224,224,224,1.00);
	
	--swatch-var-5121:#454545;
	
	--swatch-var-4428:rgba(0,0,0,0.53);
	
	--swatch-var-830:#2BABE5;
	
	--swatch-var-7837:#5C8402;
	
}


/* Background colour styles */

.bgc-1689{
	background-color:var(--swatch-var-1689);
}
.bgc-4428{
	background-color:var(--swatch-var-4428);
}
.bgc-4846{
	background-color:var(--swatch-var-4846);
}
.bgc-6724{
	background-color:var(--swatch-var-6724);
}
.bgc-3464{
	background-color:var(--swatch-var-3464);
}
.bgc-5665{
	background-color:var(--swatch-var-5665);
}
.bgc-830{
	background-color:var(--swatch-var-830);
}
.bgc-7837{
	background-color:var(--swatch-var-7837);
}
.bgc-6140{
	background-color:var(--swatch-var-6140);
}

/* Text colour styles */

.tc-2699{
	color:var(--swatch-var-2699)!important;
}
.tc-6140{
	color:var(--swatch-var-6140)!important;
}
.tc-4444{
	color:var(--swatch-var-4444)!important;
}
.tc-1689{
	color:var(--swatch-var-1689)!important;
}
.tc-3978{
	color:var(--swatch-var-3978)!important;
}
.tc-5665{
	color:var(--swatch-var-5665)!important;
}
.tc-4846{
	color:var(--swatch-var-4846)!important;
}
.tc-7837{
	color:var(--swatch-var-7837)!important;
}

/* Bloc image backgrounds */

.bg-Import-201-20--202-20sur-206{
	background-image:url("img/Import%201%20-%202%20sur%206.jpeg");
	background-image: -webkit-image-set(url("img/Import%201%20-%202%20sur%206.webp") 1x,
url("img/Import%201%20-%202%20sur%206.webp") 2x);background-image: image-set(url("img/Import%201%20-%202%20sur%206.jpeg") 1x,
url("img/Import%201%20-%202%20sur%206.jpeg") 2x,url("img/Import%201%20-%202%20sur%206.webp") 1x,
url("img/Import%201%20-%202%20sur%206.webp") 2x);
}
.bg-Import-201-20--205-20sur-206{
	background-image:url("img/Import%201%20-%205%20sur%206.jpeg");
	background-image: -webkit-image-set(url("img/Import%201%20-%205%20sur%206.webp") 1x,
url("img/Import%201%20-%205%20sur%206.webp") 2x);background-image: image-set(url("img/Import%201%20-%205%20sur%206.jpeg") 1x,
url("img/Import%201%20-%205%20sur%206.jpeg") 2x,url("img/Import%201%20-%205%20sur%206.webp") 1x,
url("img/Import%201%20-%205%20sur%206.webp") 2x);
}
.bg-colloque-202019{
	background-image:url("img/colloque%202019.jpeg");
	background-image: -webkit-image-set(url("img/colloque%202019.webp") 1x,
url("img/colloque%202019.webp") 2x);background-image: image-set(url("img/colloque%202019.jpeg") 1x,
url("img/colloque%202019.jpeg") 2x,url("img/colloque%202019.webp") 1x,
url("img/colloque%202019.webp") 2x);
}
.bg-colloque-2021{
	background-image:url("img/colloque-2021.jpg");
	background-image: -webkit-image-set(url("img/colloque-2021.webp") 1x,
url("img/colloque-2021.webp") 2x);background-image: image-set(url("img/colloque-2021.jpg") 1x,
url("img/colloque-2021.jpg") 2x,url("img/colloque-2021.webp") 1x,
url("img/colloque-2021.webp") 2x);
}
.bg-Vue-BXL3{
	background-image:url("img/Vue-BXL3.jpg");
	background-image: -webkit-image-set(url("img/Vue-BXL3.webp") 1x,
url("img/Vue-BXL3.webp") 2x);background-image: image-set(url("img/Vue-BXL3.jpg") 1x,
url("img/Vue-BXL3.jpg") 2x,url("img/Vue-BXL3.webp") 1x,
url("img/Vue-BXL3.webp") 2x);
}



/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.img-bloc-6-style{
		width:100px;
	}
	.img-jacques-mabi-style{
		width:100px;
	}
	.img-edouard-coll-style{
		width:100px;
	}
	.img-daniel-de-sm-style{
		width:100px;
		height:100px;
	}
	.img-antoine-frati-style{
		width:100px;
	}
	.img-pierre-lory-style{
		width:100px;
	}
	.img-guy-corne-style{
		width:100px;
	}
	.h1-2-style{
		font-size:40px;
	}
	.img-sonu-shamdasa-style{
		width:100px;
	}
	.hypermail a{
		color:#FFFFFF!important;
	}
	.hypermail a:hover{
		color:#454545!important;
	}
	.contact-style{
		border-color:#FFFFFF!important;
	}
	.bout-colloq-accueil{
		color:#FFFFFF!important;
		border-color:#FFFFFF!important;
	}
	.list-edition-style li a:hover{
		color:#454545!important;
	}
	.img-baptiste-moriz-style{
		width:100px;
		height:100px;
	}
	.img-thierry-michel-style{
		width:100px;
		height:100px;
	}
	.img-39-style{
		width:100px;
		height:100px;
	}
	.img-29-style{
		width:100px;
		height:100px;
	}
	.img-bloc-10-style{
		width:100px;
		height:100px;
	}
	.img-dr-brasseur128-style{
		width:100px;
		height:100px;
	}
	.h2-style{
		font-size:32px;
		line-height:38px;
	}
	.main-title-home{
		font-size:3.5em;
	}
	.subtitle-home{
		font-size:1.3em;
	}
	.desc-years-home{
		font-size:1.1em;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.h1-2-style{
		font-size:35px;
	}
	.p-16-style{
		line-height:10px;
	}
	.img-sonu-shamdasa-style{
		width:100px;
	}
	.img-jacques-mabi-style{
		width:100px;
	}
	.img-daniel-de-sm-style{
		width:100px;
	}
	.img-antoine-frati-style{
		width:100px;
	}
	.img-guy-corne-style{
		width:100px;
	}
	.img-bloc-6-style{
		width:100px;
	}
	.img-edouard-coll-style{
		width:100px;
	}
	.img-pierre-lory-style{
		width:100px;
	}
	.h2-style{
		font-size:24px;
	}
	.grands-boutons{
		margin-bottom:4px;
	}
	.contact-style{
		border-right-width:2px;
		border-left-width:0px;
		margin-top:52px;
		border-color:#FFFFFF!important;
	}
	.bout-colloq-accueil{
		color:#FFFFFF!important;
		border-color:#FFFFFF!important;
	}
	.list-edition-style{
		border-color:#FFFFFF!important;
	}
	.list-edition-style li a{
		color:#FFFFFF!important;
	}
	.list-edition-style li a:hover{
		color:#454545!important;
	}
	.hypermail a:hover{
		color:#454545!important;
	}
	.hypermail a{
		color:#FFFFFF!important;
	}
	.bloc-participants{
		padding-bottom:0px;
	}
	.main-title-home{
		font-size:3em;
	}
	.desc-years-home{
		padding-left:10px;
	}
	.subtitle-home{
		font-size:1.2em;
	}
	
}

@media (max-width: 575px){
	.p-2-style{
		font-size:16px;
	}
	.h2-style{
		font-size:24px;
	}
	.grands-boutons{
		max-width:80px;
		float:none;
		margin-bottom:5px;
	}
	.bouton-nav{
		width:100%;
		font-size:1em;
	}
	.contact-style{
		margin-top:16px;
	}
	.img-thierry-michel-style{
		width:100px;
		height:100px;
	}
	.bloc-participants{
		padding-bottom:0px;
	}
	.main-title-home{
		font-size:3em;
	}
	.subtitle-home{
		font-size:1.1em;
	}
	.desc-years-home{
		font-size:1em;
		padding-left:2px;
	}
	.subtitle-home-years{
		font-size:1em;
	}
	
}

