/*-----------------------------------------------------------------------------------
	swimmingames
	About: Swimmingames is a small developer that aims to create video games that makes you wanna dive into.
	Author: Cédric Criblez
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#E5E5E5;
    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 */

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


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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;
}

/* = 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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!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;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-weight:600;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:92px;
	width:300px;
}
.bloc-divider-b-style{
	width:100%;
	height:54px;
	fill:var(--swatch-var-Pas-de-Sélection-Copy-copy-2);
}
.bloc-divider-t-style{
	height:61px;
	fill:#FFFFFF;
}
.bloc-divider-t-fill{
	fill:#E5E5E5;
}
.bloc-divider-b-fill{
	fill:#E5E5E5;
	height:39px;
	width:100%;
}
.top-degrade{
	background-blend-mode:normal;
	background-size:length;
	background:linear-gradient(0deg, #141414 0%, rgba(62,0,0,0.51) 100%);
}
.menu-text{
	text-transform:none;
	text-decoration:none;
	text-shadow:0px 0px 5px #000000;
	font-family:"Source Sans Pro";
	font-weight:normal;
	font-size:17px;
	border-style:_popUpItemAction:;
	text-align:right;
	filter:contrast(150%);
	letter-spacing:-0.01rem;
	line-height:40%;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.red-bg-gradient{
	background:linear-gradient(180deg, #FABF68, #F02277);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.text-foot{
	color:#DCDCDC!important;
	font-family:"Source Sans Pro";
	text-transform:none;
	font-size:11px;
	min-height:0px;
	border-style:_popUpItemAction:;
	padding:10px 10px 20px 10px;
}
.footer-link{
	color:#E5E5E5!important;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	font-family:"Source Sans Pro";
	text-transform:none;
}
.head{
	border-style:_popUpItemAction:;
	background:linear-gradient(0deg, rgba(0,105,165,0.85) 0%, #0069A5 100%);
	padding-top:10px;
	padding-bottom:10px;
	fill:transparent;
	stroke:transparent;
}
.illustration-section-title{
	font-size:55px;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.text-span-style{
	font-weight:bold;
}
.shadow-bloc{
	box-shadow:0px 0px 14px rgba(0,0,0,0.37);
	border-style:_popUpItemAction:;
	border-radius:10px 10px 10px 10px;
}
h1{
	font-family:"Helvetica";
	font-weight:700;
	color:rgba(0,105,165,0.96)!important;
}
.active-page-link{
	font-family:"Helvetica";
	font-size:17px;
	text-shadow:0px 0px 5px #0C140F;
	letter-spacing:-0.01rem;
	line-height:40%;
	text-decoration:none;
	color:#D2D2D2!important;
}
.h2-style{
	font-size:35px;
}
.row-style{
	width:100%;
	padding-right:0px;
	padding-left:1px;
	margin-left:-11px;
}
.h1-comming-soon--style{
	font-size:60px;
	font-family:"PT Sans Narrow";
	font-weight:700;
	color:rgba(0,105,165,0.96)!important;
}
.foot-title{
	font-family:"Source Sans Pro";
	font-size:14px;
	color:#E5E5E5!important;
	font-weight:bold;
}
.copyright-foot{
	font-size:12px;
	padding:10px 10px 10px 10px;
}
.img-style{
	width:390px;
}
.img-4-style{
	width:197px;
}
.card-body-style{
	width:100%;
}
.img-mv9-6436-bis-style{
	width:119px;
}
.p-bloc-8-style{
	line-height:18px;
	font-size:14px;
}
.h4-style{
	font-size:16px;
	line-height:20px;
}
.name-team{
	border-style:solid;
	border-width:0px 0px 1px 0px;
}
.btn-padding-bottom{
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:23px;
}
.p-bloc-10-style{
	line-height:21px;
	margin-top:9px;
}
.h4-footer-style{
	width:100%;
}
.about-text{
	color:rgba(0,0,0,0.50)!important;
	padding-bottom:15rem;
}
.content-tab{
	background-size:length;
	font-weight:normal;
	background-color:rgba(230,230,230,0.50);
	border-style:_popUpItemAction:;
	padding:3rem 3rem 3rem 3rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color:rgba(230,230,230,0.50);
	border-style:_popUpItemAction:;
	background-size:auto auto;
	text-transform:none;
	bottom:-2px;
	border-color:rgba(230,230,230,0.50)!important;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover{
	bottom:-2px;
	border-color:rgba(230,230,230,0.50)!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:active{
	bottom:-2px;
	border-color:rgba(230,230,230,0.50)!important;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:focus{
	bottom:-2px;
	border-color:rgba(230,230,230,0.50)!important;
	border-width:0px 0px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:visited{
	bottom:-2px;
	border-color:rgba(230,230,230,0.50)!important;
	border-width:0px 0px 0px 0px;
}
.list-style{
	margin-bottom:-2px;
	font-size:15px;
	text-align:center;
	text-transform:none;
	border-style:_popUpItemAction:;
}
.texte-policy{
	font-size:15px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	border-style:_popUpItemAction:;
}
.nav-tabs{
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	border-width:1pt 1pt 1pt 1pt;
}
.nav-tabs:hover{
	border-style:_popUpItemAction:;
	border-width:1pt 1pt 1pt 1pt;
}
.nav-tabs:active{
	border-style:_popUpItemAction:;
	border-width:1pt 1pt 1pt 1pt;
}
.nav-tabs:focus{
	border-width:1pt 1pt 1pt 1pt;
}
.nav-tabs:visited{
	border-width:1pt 1pt 1pt 1pt;
}
.bloc-divider-b-0-fill{
	fill:#ECF1F4;
	height:86px;
}
.bloc-padding-top{
	padding-top:0px;
	margin-top:-41px;
}
.favorite-game{
	text-transform:none;
	font-style:italic;
	font-weight:normal;
	margin-top:1rem;
	font-size:14px;
}
.about-upper-text{
	font-weight:bold;
	font-size:24px;
}
.slogan{
	font-size:16px;
	margin:-1.2em 0px 0rem 0px;
	padding:0px 0px 0px 0px;
}
.dropdown-menu.show{
	background-color:rgba(200,200,200,0.35);
	font-size:17px;
	text-shadow:0px 0px 0px transparent;
	background-size:auto auto;
	margin-left:10%;
	padding:5% 5% 5% 5%;
}
.dropdown-toggle::after{
	content:"";
	margin-right:-4px;
	border-width:0px 0px 0px 0px;
}
.h3-trailer-style{
	margin-bottom:14px;
}
.bloc-0-margin-bottom{
	margin-bottom:-8px;
}
.privacy-background{
	background-color:rgba(255,255,255,0.40);
	text-transform:none;
	padding:17px 17px 17px 17px;
}
.img-get-it-on-ios-style{
	width:176px;
}
.img-gei-it-on-ios-style{
	width:120px;
	margin-right:4px;
}
.img-8-style{
	width:133px;
	margin-left:3px;
}
.img-bloc-1-style{
	width:408px;
}
.img-padding-left{
	padding-left:0px;
	width:551px;
}
.h1-padding-bottom{
	padding-bottom:0px;
	margin-bottom:24px;
	font-size:50px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-Pas-de-Sélection-Copy:rgba(255,255,255,1.00);
	
	--swatch-var-Pas-de-Sélection-Copy-copy-1:rgba(0,105,165,0.96);
	
	--swatch-var-Échantillon-sans-nom:#569EF9;
	
	--swatch-var-Échantillon-sans-nom-copy-1:#183A56;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy:#C8C8C8;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-Copy:rgba(200,200,200,0.70);
	
	--swatch-var-Pas-de-Sélection-Copy-copy-2:rgba(230,230,230,1.00);
	
	--swatch-var-Pas-de-Sélection-Copy-copy-3:#C20D0E;
	
	--swatch-var-Échantillon-sans-nom-copy-2:rgba(206,161,35,0.51);
	
	--swatch-var-Échantillon-sans-nom-copy-3:#FFFFFF;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-4:rgba(61,127,19,0.74);
	
}


/* Background colour styles */

.bgc-686{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-4);
}
.bgc-2869{
	background-color:var(--swatch-var-Échantillon-sans-nom-copy-2);
}
.bgc-6117{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-Copy);
}

/* Text colour styles */

.tc-1330{
	color:var(--swatch-var-Pas-de-Sélection-Copy)!important;
}
.tc-2941{
	color:var(--swatch-var-Échantillon-sans-nom-copy-3)!important;
}

/* Icon colour styles */

.icon-3184{
	color:var(--swatch-var-Pas-de-Sélection-Copy-copy-2)!important;
	border-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-2)!important;
}

/* Bloc image backgrounds */

.bg-grass{
	background-image:url("img/grass.png");
	background-image: -webkit-image-set(url("img/grass.webp") 1x,
url("img/grass.webp") 2x);background-image: image-set(url("img/grass.png") 1x,
url("img/grass.png") 2x,url("img/grass.webp") 1x,
url("img/grass.webp") 2x);
}
.bg-Grass-01{
	background-image:url("img/Grass_01.png");
	background-image: -webkit-image-set(url("img/Grass_01.webp") 1x,
url("img/Grass_01.webp") 2x);background-image: image-set(url("img/Grass_01.png") 1x,
url("img/Grass_01.png") 2x,url("img/Grass_01.webp") 1x,
url("img/Grass_01.webp") 2x);
}
.bg-landscape-20long{
	background-image:url("img/landscape%20long.jpg");
	background-image: -webkit-image-set(url("img/landscape%20long.webp") 1x,
url("img/landscape%20long.webp") 2x);background-image: image-set(url("img/landscape%20long.jpg") 1x,
url("img/landscape%20long.jpg") 2x,url("img/landscape%20long.webp") 1x,
url("img/landscape%20long.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){
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.navbar-brand img{
		width:250px;
		height:77px;
	}
	.head{
		padding-top:10px;
		padding-bottom:10px;
	}
	.menu-text{
		font-size:15px;
		font-weight:normal;
	}
	.active-page-link{
		font-size:15px;
	}
	.text-foot{
		font-size:10px;
	}
	.foot-title{
		font-size:12px;
	}
	.footer-link{
		font-size:10px;
		line-height:12px;
	}
	.copyright-foot{
		font-size:10px;
	}
	.h2-style{
		font-size:27px;
		line-height:33px;
	}
	.h1-comming-soon--style{
		font-size:55px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-style{
		width:296px;
	}
	.shadow-bloc{
	}
	.p-bloc-8-style{
		line-height:17px;
		font-size:13px;
	}
	.h4-style{
		font-size:14px;
		line-height:18px;
	}
	.name-team{
		text-decoration:none;
		border-style:solid;
		border-width:0px 0px 1px 0px;
	}
	.btn-padding-bottom{
		padding-top:2px;
		padding-bottom:2px;
		margin-bottom:13px;
	}
	.p-bloc-10-style{
		font-size:15px;
		line-height:20px;
		margin-top:8px;
	}
	.label-style{
		font-size:15px;
		line-height:20px;
	}
	.label-email-style{
		font-size:15px;
		line-height:20px;
	}
	.label-message-style{
		font-size:15px;
		line-height:20px;
	}
	.h3-style{
		font-size:25px;
		line-height:32px;
	}
	.h3-bloc-5-style{
		font-size:25px;
		line-height:32px;
	}
	.h3-gallery-style{
		font-size:25px;
		line-height:30px;
	}
	.texte-policy{
		font-size:14px;
		line-height:17px;
	}
	.content-tab{
		padding-left:2rem;
		padding-right:2rem;
	}
	.list-style{
		font-size:14px;
	}
	.favorite-game{
		font-size:13px;
	}
	.about-upper-text{
		font-size:22px;
	}
	.slogan{
		font-size:15px;
		margin-bottom:0rem;
	}
	.dropdown-toggle::after{
		content:"";
		border-width:0em 0em 0em 0em;
	}
	.dropdown-menu.show{
		font-size:15px;
	}
	.h3-trailer-style{
		font-size:25px;
		margin-bottom:16px;
		margin-top:8px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:-6px;
	}
	.img-get-it-on-ios-style{
		width:155px;
	}
	.img-4-style{
		width:173px;
	}
	.img-gei-it-on-ios-style{
		width:112px;
	}
	.img-8-style{
		width:125px;
	}
	.h1-padding-bottom{
		font-size:40px;
	}
	.img-padding-left{
		width:333px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.navbar-brand img{
		width:200px;
		height:61px;
	}
	.head{
		padding-top:10px;
		padding-bottom:10px;
	}
	.menu-text{
		font-size:13px;
		font-weight:normal;
	}
	.active-page-link{
		font-size:13px;
	}
	.text-foot{
		font-size:8px;
	}
	.foot-title{
		font-size:10px;
	}
	.footer-link{
		color:#E5E5E5!important;
		font-size:8px;
		line-height:10px;
	}
	.copyright-foot{
		font-size:9px;
	}
	.h2-style{
		font-size:21px;
		line-height:26px;
	}
	.h1-comming-soon--style{
		font-size:50px;
	}
	.img-style{
		width:225px;
	}
	.p-bloc-8-style{
		font-size:12px;
		width:100%;
		line-height:16px;
	}
	.img-mv9-6436-bis-style{
		width:97px;
	}
	.h4-style{
		font-size:13px;
		line-height:17px;
	}
	.p-bloc-10-style{
		font-size:13px;
		line-height:18px;
		margin-top:9px;
	}
	.btn-padding-bottom{
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:18px;
	}
	.label-style{
		font-size:13px;
		line-height:19px;
	}
	.label-email-style{
		font-size:13px;
		line-height:19px;
	}
	.label-message-style{
		font-size:13px;
		line-height:19px;
	}
	.h3-style{
		font-size:23px;
		line-height:30px;
	}
	.h3-bloc-5-style{
		font-size:23px;
		line-height:30px;
	}
	.h3-gallery-style{
		font-size:23px;
		line-height:30px;
		margin-bottom:5px;
	}
	.texte-policy{
		font-size:13px;
		line-height:16px;
	}
	.content-tab{
		padding-right:1rem;
		padding-left:1rem;
	}
	.list-style{
		font-size:13px;
	}
	.favorite-game{
		font-size:12px;
	}
	.about-upper-text{
		font-size:20px;
	}
	.bloc-divider-b-0-fill{
		height:72px;
	}
	.slogan{
		font-size:14px;
		margin-bottom:0rem;
	}
	.dropdown-menu.show{
		font-size:13px;
	}
	.h3-trailer-style{
		font-size:23px;
		margin-bottom:7px;
		margin-top:3px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:-1px;
	}
	.img-get-it-on-ios-style{
		width:137px;
	}
	.img-4-style{
		width:153px;
	}
	.img-gei-it-on-ios-style{
		width:108px;
	}
	.img-8-style{
		width:120px;
	}
	.h1-padding-bottom{
		font-size:30px;
	}
	.img-padding-left{
		width:254px;
		padding-left:0px;
		margin-left:-3px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand img{
		width:150px;
		height:46px;
	}
	.hero-header-text{
		font-size:50px;
	}
	.footer-link{
		text-align:left;
		font-size:7px;
		line-height:8px;
	}
	.head{
		padding-top:2px;
		padding-bottom:2px;
	}
	.menu-text{
		font-size:12px;
	}
	.active-page-link{
		font-size:12px;
	}
	.text-foot{
		font-size:7px;
	}
	.foot-title{
		font-size:8px;
	}
	.copyright-foot{
		font-size:9px;
	}
	.h1-comming-soon--style{
		font-size:35px;
	}
	.h2-style{
		font-size:18px;
		line-height:23px;
	}
	.h3-style{
		font-size:20px;
	}
	.h3-bloc-5-style{
		font-size:20px;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-5-style{
		font-size:12px;
	}
	.mt-1{
	}
	.img-style{
		width:170px;
	}
	.h4-style{
		font-size:12px;
		line-height:15px;
	}
	.p-bloc-8-style{
		font-size:11px;
		line-height:14px;
	}
	.img-mv9-6436-bis-style{
		width:55px;
	}
	.name-team{
		text-transform:none;
		text-decoration:none;
		margin-top:0px;
	}
	.photo-tem{
		padding-right:5px;
		padding-left:5px;
	}
	.p-bloc-10-style{
		font-size:11px;
		line-height:14px;
		margin-bottom:7px;
	}
	.btn-padding-bottom{
		padding-top:0px;
		padding-bottom:0px;
	}
	.label-style{
		font-size:11px;
		line-height:15px;
	}
	.label-email-style{
		font-size:11px;
		line-height:15px;
	}
	.label-message-style{
		font-size:11px;
		line-height:15px;
	}
	.field-style{
		height:32px;
	}
	.field-bloc-11-style{
		height:33px;
	}
	.text-area-style{
		width:100%;
	}
	.texte-policy{
		font-size:12px;
		line-height:15px;
	}
	.content-tab{
		padding:2rem 10px 2rem 10px;
	}
	.list-style{
		font-size:12px;
	}
	.favorite-game{
		font-size:11px;
	}
	.about-upper-text{
		font-size:16px;
		margin-bottom:0px;
	}
	.bloc-divider-b-0-fill{
		height:56px;
	}
	.slogan{
		font-size:12px;
		font-weight:bold;
		margin-top:0em;
		width:85%;
		margin-bottom:0rem;
	}
	.dropdown-toggle::after{
		content:"";
	}
	.dropdown-menu.show{
		text-align:right;
		margin-bottom:5px;
		padding-top:1%;
		padding-bottom:1%;
		padding-left:1%;
		text-shadow:0px 0px 0px transparent;
		font-size:12px;
		background-size:length;
		margin-left:20%;
	}
	.h3-gallery-style{
		font-size:20px;
		line-height:28px;
		margin-bottom:3px;
	}
	.h3-trailer-style{
		font-size:20px;
		line-height:28px;
		margin-top:1px;
		margin-bottom:5px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:-1px;
	}
	.img-get-it-on-ios-style{
		width:104px;
	}
	.img-4-style{
		width:116px;
	}
	.img-gei-it-on-ios-style{
		width:98px;
	}
	.img-8-style{
		width:110px;
	}
	.h1-padding-bottom{
		font-size:28px;
		line-height:34px;
	}
	.img-padding-left{
		width:235px;
		margin-bottom:-3px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

