/* CSS Document */

html {
	position: relative;
	min-height: 100%;
}
body{
	background-color:#ffffff;
	font-family: 'Lato', sans-serif;
	color:#777777;
	font-size:17px;
	/*margin-bottom: 490px;  Margin bottom by footer height */
}



.bgbeige{
	background-color: #e5e1dc !important;
}
.colbeige{
	color: #e5e1dc !important;
}
.bggreen{
	background-color: #475045 !important;
}
.colgreen{
	color: #475045 !important;
}
.bgwhite{
	background-color: #ffffff !important;
}
.colwhite{
	color: #ffffff !important;
}
.bggrey{
	background-color: #777777 !important;
}
.colgrey{
	color: #777777 !important;
}




.fontcor{
	font-family: 'Cormorant Garamond', serif;
}



.fs-xs{
	font-size:0.5em;
}
.fs-s{
	font-size:0.75em;
}
.fs-l{
	font-size:1.50em;
}
.fs-xl{
	font-size:2em;
}



h2{
	font-family: 'Cormorant Garamond', serif;
	font-size:2em;
}


h3{
	font-family: 'Lato', sans-serif;
	font-size:1.4em;
	margin-top: 1.8em;
}




.breadcrumbs h1{
	color: #0460A7 !important;
    font-size: 2em;
    font-weight: lighter;
	margin:10px 0;
}
.breadcrumbs>div{
	background-color: #f7f7f7;
}
.breadcrumbs ul{
    text-align: right;
    font-size: 0.7em;
	list-style: none;
	margin:0;
}
.breadcrumbs li{
    display: inline;
}
.breadcrumbs ul > li + li:before {
    position: relative;
    left: -1px;
    display: inline-block;
    padding: 0 5px;
    content: "/";
    vertical-align: baseline;
}
.breadcrumbs li a{
    color:#0460A7;
	text-decoration: none;
}



.thenavbar {
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}




/*.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 490px;  Set the fixed height of the footer here 
  }*/







.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f8ab3c;
    font-weight: 700;
}
.navbar-nav .nav-link:hover {
    color: #f8ab3c;
}



.top1{
	background-color: #f8ab3c;
	padding: 2px 0 2px;
}
.top1 .facebook{
	color:#fff;
	text-align: left;
}
.top1 .phonemail{
	color:#fff;
	text-align: right;
}
.top1 .facebook a{
	color:#fff;
	text-decoration: none;
	font-size:0.9em;
}
.top1 .phonemail a{
	color:#fff;
	text-decoration: none;
	font-size:0.9em;
	margin-left: 10px;
}

.top2{
	padding:10px 0 10px;
	background: #fff;
	-webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}
nav.navbar{
	background: transparent !important;
}
#sp-slider{
	padding:0;
}

.intro{
	padding:50px 0 50px;
}
.intro h2{
	text-align: center;
	font-size: 3em;
}
.intro p{
	text-align: center;
	font-size: 1.8em;
}




.position3{
	margin-bottom:80px;
}
.orangebox{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
}
.orangebox>div{
	margin-left: 30px;
	margin-right: 30px;
	height:100%;
}
.orangebox>div>div{
	background-color: #f8ab3c;
	color:#fff;
	text-align: center;
	padding:20px;
}



.videos>div>div{
    text-align: center;
    margin-bottom: 70px;
}
#presentation .videos>div>div{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
}

.thecounter{
	background:#ececec;
	padding-bottom: 50px;
	padding-top: 30px;
}
.thecounter .introcounter {
	text-align: center;
    color: #f8ab3c;
    font-weight: 300;
    font-size: 4.3em;
    margin: 10px 0 20px;
}
.thecounter article {
	text-align: center;
}
.thecounter div.introtext {
    font-size: 1.8em;
    color: #646464;
}
.thecounter div.counter, .thecounter div.counterplus {
	display: inline-block;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 5em;
    color: #f8ab3c;
}

div.skewtop{
	position:relative;
}
div.skewtop>div{
	top: -30px;
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	box-sizing: border-box;
}
div.skewtop>div>svg{
	height: 100px;
    transform: translateX(-50%) rotateY(180deg);
	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
	box-sizing: border-box;
}
div.skewtop>div>svg>path{
	fill: #FFFFFF;
    transform-origin: center;
    transform: rotateY(0deg);
	box-sizing: border-box;
}

div.skewbottom{
	position:relative;
}
div.skewbottom>div{
	top: -50px;
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	box-sizing: border-box;
}
div.skewbottom>div>svg{
	height: 100px;
    transform: translateX(-50%) rotateY(180deg);
	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
	box-sizing: border-box;
}
div.skewbottom>div>svg>path{
	fill: #FFFFFF;
    transform-origin: center;
    transform: rotateX(180deg) rotateY(180deg);
	box-sizing: border-box;
}








article>div.counter {
    vertical-align: top !important;
    float: none !important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}








@font-face {
	font-family: 'icomoon';
	src:  url('/fonts/icomoon.eot?th9r4i');
	src:  url('/fonts/icomoon.eot?th9r4i#iefix') format('embedded-opentype'),
	  url('/fonts/icomoon.ttf?th9r4i') format('truetype'),
	  url('/fonts/icomoon.woff?th9r4i') format('woff'),
	  url('/fonts/icomoon.svg?th9r4i#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12em;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-comptabilite:before {
	content: "\e900";
  }
  .icon-fiscalite:before {
	content: "\e906";
  }
  .icon-conseils-fiscalite:before {
	content: "\e903";
  }
  .icon-assistance-controles-fiscaux:before {
	content: "\e901";
  }
  .icon-payroll:before {
	content: "\e907";
  }
  .icon-consultance:before {
	content: "\e904";
  }
  .icon-efficacite:before {
	content: "\e905";
  }
  .icon-confiance:before {
	content: "\e902";
  }
  .icon-satisfaction:before {
	content: "\e908";
  }


  @font-face {
	font-family: 'icomoon2';
	src:  url('fonts/icomoon2.eot?7s5y4i');
	src:  url('fonts/icomoon2.eot?7s5y4i#iefix') format('embedded-opentype'),
	  url('fonts/icomoon2.ttf?7s5y4i') format('truetype'),
	  url('fonts/icomoon2.woff?7s5y4i') format('woff'),
	  url('fonts/icomoon2.svg?7s5y4i#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-icon-efficacite:before {
	content: "\e900";
  }




.position5{
    margin-top: 50px;
}
.position5 img{
	width: 100%;
}
.position5 h3{
	color: #f8ab3c;
    font-weight: 700;
    font-size: 3em;
    margin: 0 0 40px
}
.position5 h4 a{
    font-weight: 500;
    font-size: 0.8em;
    text-decoration: none;
    color:#3d3d3d;
}
.position5 p{
	margin-top: 8px;
    font-style: italic;
    font-size: 0.8em;
}
.position5 .moretoknow{
	position: relative;
    top: 1px;
    z-index: 100;
}
.position5 .moretoknow a{
	color:#ffffff;
	text-decoration: none;
}
.position5 .moretoknow div{
    position: absolute;
    width: 100px;
    top: -50px;
    background: #f8ab3c;
    padding: 0 3px;
    color: #fff;
    font-size: 0.8em;
}
span.date{
    font-style: italic;
    font-size: 0.8em;
}
span.date i{
    margin-right:10px;
}






.position6{
	background: #f8ab3c;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.position6 img{
	width: 100%;
}
.position6 h3{
	color: #fff;
    font-weight: 300;
    margin: 0 0 0 60px;
}

div#presentation .position6 h3{
	color: #fff;
    font-weight: 300;
	text-align: center;
}



.position6b{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.position6b img{
	width: 100%;
}





.position7{
    margin-top: 100px;
	text-align: center;
}
.position7>div:nth-child(1)>div{
    border-top: 8px solid #f8ab3c;
    border-bottom: 8px solid #f8ab3c;
	background: url(/images/bg001.png);
	height:100%;
	background-size: cover;
}
.position7>div:nth-child(1)>div img{
    width: 100%;
	max-width: 300px;
	margin: 40px;
}
.position7>div:nth-child(2)>div{
    border-top: 8px solid #f8ab3c;
    border-bottom: 8px solid #f8ab3c;
	background: url(/images/bg002.png);
	height:100%;
	background-size: cover;
}
.position7>div:nth-child(2)>div i{
	color: #f8ab3c;
    font-size: 4.5em;
    margin-top: 30px;
    margin-bottom: 10px;
}





.position8{
    margin-top: 80px;
    margin-bottom: 50px;
}
.position8>div>div>div{
    text-align: center;
}
.position8 img{
	border-radius: 200px;
}
.position8 h3{
	color: #f8ab3c;
    font-weight: 700;
    font-size: 3em;
    margin: 0 0 40px
}
.position8 p{
	margin-top: 8px;
	text-align: justify;
	font-weight: 700;
    margin-top: 30px;
}
.position8 p.signature{
	text-align: right;
	margin-top: 8px;
	font-weight: 400;
}






.themap{
	height:400px;
}
.themap>div{
	padding:0;
}
#map {
	height: 100%;
	height:400px;
}
.googlemaps-canvas{
	width: 100%;
	height: 100%;
}
/*
.footer{
    margin-top: 0px;
    padding-top: 60px;
	background: #3d3d3d;
	color:#b2b2b2;
	font-size:0.8em;
}
.footer a{
    color:#b2b2b2;
    text-decoration: none;
}
.footer ul {
	list-style-type: none;
}
.footer>div>div>div:nth-child(1)>div:nth-child(2){
	height:100%;
    text-align: right;
	font-size: 0.85em;
}
.footer>div>div>div:nth-child(1)>div:nth-child(1){
	height:100%;
}
.footer>div>div>div:nth-child(1)>div:nth-child(1) img{
	width:100%;
	max-width:202px;
}
.footer>div>div>div:nth-child(2)>div:nth-child(1){
	text-align: center;
	font-size: 0.7em;
}

*/


div#presentation div.banner{
	padding-left: 0;
    padding-right: 0;
}
div#presentation div.banner img{
	width:100%;
	margin-bottom:80px;
}
div#presentation img{
	width:100%;
}
div#presentation h3{
	color:#f8ab3c;
    font-weight: 700;
    font-size: 1.7em;
}
div#presentation h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 3em;
	color: #f8ab3c;
}
div#presentation .team .trianglethg{
	position: relative;
    top: 1px;
    z-index: 100;
}
div#presentation .team img{
    width: 100%;
}
div#presentation .team .trianglethg img{
    position: absolute;
    width: 71px;
    top: 0px;
    right: 0;
}
div#presentation .team h4{
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.2em;
}
div#presentation .team p{
    text-align: center;
    font-size: 0.9em;
    margin: 0 15px;
}
div#presentation .team>div>div{
	height:100%;
}
div#presentation .team>div>div>div>div{
	border-bottom: 1px solid orange;
	height:100%;
    padding-bottom: 20px;
}
div#presentation .team>div{
	margin-bottom:40px;
}

div#presentation div.value>div{
	text-align: center;
	padding: 0 80px;
}
div#presentation div.value>div span{
	font-size:10em;
}
div#presentation div.mission{
	margin-bottom:80px;
}
div#presentation div.mission ul{
	list-style-type: none;
	padding-left: 100px;
}
div#presentation div.mission li{
	font-size: 1.3em;
    margin-bottom: 20px;
	margin-left: -50px;
}
div#presentation div.mission i{
	color:#f8ab3c;
	margin-right:20px;
}

div#presentation div.mission li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -30px;
    color: #f8ab3c;
    margin-right: 10px;
  }





div#temoignages div.banner{
	padding-left: 0;
    padding-right: 0;
}
div#temoignages div.banner img{
	width:100%;
}
div#temoignages h3{
	color:#f8ab3c;
    font-weight: 700;
    font-size: 1.7em;
}
div#temoignages h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 3em;
	color: #f8ab3c;
}
div#temoignages p.intro{
    text-align: center;
    padding: 0;
    font-size: 1.6em;
    font-weight: 700;
}
div#temoignages .thequote{
	padding-left:70px
}
div#temoignages .thequote::before {
    content: url(/images/double-quote.png);
    position: relative;
    left: -70px;
    top: 10px;
}
div#temoignages div.testimonials>div{
	margin-top:50px;
}
div#temoignages div.testimonials>div>div{
	padding-bottom: 40px;
	border-bottom: 1px solid #003a78;
}
div#temoignages div.testimonials img{
	border-radius:100px
}








div#news div.banner{
	padding-left: 0;
    padding-right: 0;
}
div#news div.banner img{
	width:100%;
}
div#news h1{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 3em;
	color: #f8ab3c;
}
div#news h2{
    text-align: left;
    font-weight: 700;
    font-size: 1.4em;
}
div#news h2 a{
    color: #f8ab3c;
    text-decoration: none;
}
div#news span{
    display:block;
    font-size: 0.8em;
    margin-bottom: 15px;
}
div#news span i{
	margin-right:10px;
}
div#news article img{
	width:100%;
}
div#news article p{
	
}
div#news article p .suite a{
	color:#f8ab3c;
}
div#news article{
	margin-bottom: 50px;
}
div#news div.pager{
	text-align: center;
	margin-bottom: 30px;
}
div#news div.pager a{
	color: #3D3D3D;
	text-decoration: none;
	margin: 0 15px;
}



div#contact div.themap{
	margin-bottom: 60px;
}
div#contact img.logo{
	margin-bottom: 40px;
}
div#contact h3{
    text-align: left;
    font-weight: 700;
    font-size: 1.2em;
    color:#f8ab3c;
}
div#contact i{
    margin-right:15px;
    color:#f8ab3c;
}
div#contact p.contact{
	text-indent: -16px;
	margin-left: 29px;
}
div#contact p.contact a{
    color:#706f6f;
	text-decoration: none;
}
div#contact form{
	margin-bottom:50px;
}
div#contact .btn-primary, div#associates .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg:#f8ab3c;
    --bs-btn-border-color:#f8ab3c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:#f8ab3c;
    --bs-btn-hover-border-color:#f8ab3c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:#f8ab3c;
    --bs-btn-active-border-color:#f8ab3c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg:#f8ab3c;
    --bs-btn-disabled-border-color:#f8ab3c;
}









div#services div.banner{
	padding-left: 0;
    padding-right: 0;
}
div#services div.banner img{
	width:100%;
}
div#services h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 3em;
	color: #f8ab3c;
}
div#services h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 2em;
	color: #f8ab3c;
}
div#services div>ul{
	list-style-type: none;
}
div#services div>ul>li{
	font-weight: 700;
    font-size: 1.25em;
    margin-top: 20px;
}
div#services div>ul>li>ul{
	list-style-type: none;
}
div#services div>ul>li>ul>li{
    font-weight: 400;
    font-size: 17px;
    margin-top: 5px;
    margin-left: 20px;
}
div#services div>ul>li>ul>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -30px;
    color: #f8ab3c;
    margin-right: 10px;
}













div#newsarticle{
	margin-top:50px;
}
div#newsarticle h1{
	color: #f8ab3c;
}
div#newsarticle h2{
    text-transform: lowercase;
	color:#f8ab3c;
}
div#newsarticle h2:first-letter {
    text-transform: uppercase;
}
div#newsarticle h3{
    text-transform: lowercase;
}
div#newsarticle h3:first-letter {
    text-transform: uppercase;
}
div#newsarticle h4{
    text-transform: lowercase;
}
div#newsarticle h4:first-letter {
    text-transform: uppercase;
}
div#newsarticle span.date{
    font-size: 0.8em;
    display: block;
}
div#newsarticle a.retour{
    display: block;
    color: #f8ab3c;
}
div#newsarticle img{
	margin-top:30px;
	margin-bottom: 30px;
}
div#newsarticle article.detail img{
    width: 100%;
}
div#newsarticle aside{

}
div#newsarticle aside h2{
    font-size: 1.5em;
    margin-bottom: 40px;
}
div#newsarticle aside img{
	margin:0;
}
div#newsarticle aside div a{
	text-decoration: none;
	color: #706f6f;
}
div#newsarticle aside p{
line-height: 1.2em;
font-size: 0.9em;
}
div#newsarticle aside img{
width: 100%;
}
div#newsarticle article.detail span.date i{
margin-right:10px
}
div#newsarticle article.detail span.date i.fa-user{
	margin-left:15px
}
div#newsarticle aside span.date{
	font-size: 0.7em;
}
div#newsarticle aside span.title{
	color:#f8ab3c;
}

div#newsarticle aside>div>div{
line-height: 1.2em;
}
div#newsarticle aside>div{
margin-bottom:20px
}

div#newsarticle article.detail span.date a{
text-decoration: none;
color:#706f6f;
}

div.associate{
	text-align: right;
}
div.associate a{
	color:#ffffff !important;
	text-decoration: none;
}
div.associate button{
	background-color: #f8ab3c;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.8em;
}





div#associates div.banner{
	padding-left: 0;
    padding-right: 0;
}
div#associates div.banner img{
	width:100%;
	margin-bottom:80px;
}
div#associates img{
	width:100%;
}
div#associates h3{
	color:#f8ab3c;
    font-weight: 700;
    font-size: 1.7em;
}
div#associates h2{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 3em;
	color: #f8ab3c;
}
div#associates .team .trianglethg{
	position: relative;
    top: 1px;
    z-index: 100;
}
div#associates .team img{
    width: 100%;
}
div#associates .team .trianglethg img{
    position: absolute;
    width: 71px;
    top: 0px;
    right: 0;
}
div#associates .team h4{
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.2em;
}
div#associates .team p{
    text-align: center;
    font-size: 0.9em;
    margin: 0 15px;
}
div#associates .team>div>div{
	height:100%;
}
div#associates .team>div>div>div>div{
	border-bottom: 1px solid orange;
	height:100%;
    padding-bottom: 20px;
}
div#associates .team>div{
	margin-bottom:40px;
}

div#associates div.value>div{
	text-align: center;
	padding: 0 80px;
}
div#associates div.value>div span{
	font-size:10em;
}
div#associates div.mission{
	margin-bottom:80px;
}
div#associates div.mission ul{
	list-style-type: none;
	padding-left: 100px;
}
div#associates div.mission li{
	font-size: 1em;
    margin-bottom: 20px;
	margin-left: -50px;
}
div#associates div.mission i{
	color:#f8ab3c;
	margin-right:20px;
}

div#associates div.mission li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -30px;
    color: #f8ab3c;
    margin-right: 10px;
  }

  .meetus{
    border: 2px solid #f8ab3c;
    padding: 30px;
    border-radius: 20px;
  }

  div.associates img{
	width:100%;
  }
  div.associates{
	padding-bottom:60px;
  }
  .logotop>img{
	width:100%;
	max-width:137px;
  }


  div.position6 img.logoblanc{
	max-width:270px;
  }
	div.videos iframe.youtube{
		width:100%;
		max-width:560px;
		height:315px;
	}
	#services div.videos{
		width:85%;
	}



@media handheld, screen and  (max-width: 575px) {
	#gallery #g3{
		display: flex;
	}
	#gallery #g5{
		display: none;
	}
	#fineart .main{
		margin-top:270px;
	}
	#collaboration .main{
		margin-top:270px;
	}
	#textgallery{
		margin-top:270px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:380px;
		padding-right:0px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:270px;
	}
}
@media handheld, screen and (min-width: 576px) and  (max-width: 767px) {
	#gallery #g3{
		display: flex;
	}
	#gallery #g5{
		display: none;
	}
	#fineart .main{
		margin-top:270px;
	}
	#collaboration .main{
		margin-top:270px;
	}
	#textgallery{
		margin-top:270px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:480px;
		padding-right:0px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:270px;
	}
}	
@media handheld, screen and (min-width: 768px) and  (max-width: 991px) {
	#gallery #g3{
		display: none;
	}
	#gallery #g5{
		display: flex;
	}
	#fineart .main{
		margin-top:270px;
	}
	#collaboration .main{
		margin-top:270px;
	}
	#textgallery{
		margin-top:270px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:680px;
		padding-right:300px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:270px;
	}
}	
@media handheld, screen and (min-width: 992px) and  (max-width: 1199px) {
	#gallery #g3{
		display: none;
	}
	#gallery #g5{
		display: flex;
	}
	#fineart .main{
		margin-top:200px;
	}
	#collaboration .main{
		margin-top:200px;
	}
	#textgallery{
		margin-top:200px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:680px;
		padding-right:500px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:200px;
	}
}		
@media handheld, screen and (min-width: 1200px) and  (max-width: 1399px) {
	#gallery #g3{
		display: none;
	}
	#gallery #g5{
		display: flex;
	}
	#fineart .main{
		margin-top:200px;
	}
	#collaboration .main{
		margin-top:200px;
	}
	#textgallery{
		margin-top:200px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:680px;
		padding-right:700px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:200px;
	}
}	
@media handheld, screen and (min-width: 1400px) {
	#gallery #g3{
		display: none;
	}
	#gallery #g5{
		display: flex;
	}
	#fineart .main{
		margin-top:200px;
	}
	#collaboration .main{
		margin-top:200px;
	}
	#textgallery{
		margin-top:200px;
	}
	#about>div>div>div{
		text-align:left;
		padding-top:350px;
		padding-bottom:680px;
		padding-right:700px;
	}
	#about>div>div>div>p{
	font-size:36px;
	font-weight:300;
	}
	#legals{
		margin-top:200px;
	}
}























.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color:#0460A7;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color:#86BC25;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}






#menu2{
	list-style-type:none;
}



#fineart{
	background-color: #e5e1dc;
}
#collaboration{
	background-color: #e5e1dc;
}
#collaboration .main img{
	width:100%;
	margin:20px 0;
}



#gallery{
	margin-bottom:100px;
}
#gallery img{
	width:100%;
	padding:3px;
}
#gallery>div>div{
	padding:0;
}
#textgallery p{
	text-align:center;
}
#textgallery a{
	text-decoration:none;
	color:#777777;
}

.stg-grid-item{
	width: 20.000%;
    padding: 2.5px;
}
#textgallery{
	margin-bottom:30px;
}
#textgallery h1{
	font-family: 'Cormorant Garamond', serif;
	text-align: center;
	margin-bottom:50px;
}
#textgallery p{
	text-align: left;
}




.parallax-window {
  background: transparent;
  position: relative;
  overflow: hidden;
}
.parallax-slider {
  position: relative;
  z-index: 2;
  padding: 0;
}


.standardbutton{
	background: #475045;
	color:#ffffff;
	margin: 15px 0 15px 10px;
}
.standardbutton:hover {
    background-color: #7e8f7a;
}




div#legals div>h2{
	text-align: center;
	margin-bottom: 50px;
	font-weight: 900;
	font-size: 3em;
}
div#legals div>h3{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 1.7em;
}
div#legals div>ul{
	list-style-type: none;
}
div#legals div>ul>li{
	font-weight: 400;
    font-size: 1em;
    margin-top: 20px;
}
div#legals div>ul>li>ul>li{
    font-weight: 400;
    font-size: 17px;
    margin-top: 5px;
    margin-left: 20px;
}
div#legals div>ul>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
}