/*
Theme Name: as Template
Theme URI: http://underscores.me/
Author: as
Author URI: http://www.as-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

@font-face {
	font-family: 'Bree Rg';
	src: url('fonts/Bree-Regular.woff2') format('woff2'),
			url('fonts/Bree-Regular.woff') format('woff'),
			url('fonts/Bree-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bree Lt';
	src: url('fonts/Bree-Light.woff2') format('woff2'),
			url('fonts/Bree-Light.woff') format('woff'),
			url('fonts/Bree-Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bree Rg';
	src: url('fonts/Bree-Bold.woff2') format('woff2'),
			url('fonts/Bree-Bold.woff') format('woff'),
			url('fonts/Bree-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html,
body {
	overflow-x: hidden;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: url(https://www.orfea-acoustique.com/wp-content/uploads/2022/12/bg-orfea-scaled-1.jpeg);
	background-size: cover;
	background-repeat: repeat-y;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 100px 0 0 0;
	margin: 0;
}

a {
}

h1 {
	font-family: 'Bree Rg';
	font-size: 70px;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-family: 'Bree Rg';
	color: #2A2183;
	font-size: 40px;
	font-weight: normal;
}

h2 strong {
	color: #E84564;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	display: inline-block;
}

h3 {
	font-family: 'Bree Rg';
	color: #2a2183;
	font-size: 28px;
	font-weight: normal;
}

h4 {
	font-family: 'Bree Rg';
}

h5 {
	font-family: 'Bree Rg';
}

p {
	    color: #2A2183;
    font-size: 16px;
    font-family: "Open sans";
    line-height: 1.8em;
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	box-sizing: border-box;
	padding: 20px;
	height: 100px;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #fdf8ff;
}

#logo {
}

#site-navigation {
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	background: white;
}

#colophon .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

a {
	transition: all 200ms ease-in-out;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	height: 100%;
}

#primary-menu > li {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 20px;
}

#primary-menu > li > a {
	color: #2A2183;
	text-transform: uppercase;
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	font-family: 'Bree Rg';
	text-decoration: none;
	letter-spacing: 0.5px;
}

.cq-homeslider-imageitem > img {
	width: 100%;
	opacity: 0;
}

.cq-homeslider-itemcontainer .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cq-homeslider-contentcontainer {
	width: 100% !important;
	bottom: 0;
	display: flex;
	align-items: center;
}

.cq-homeslider-navigation {
	display: none !important;
}

.slick-dots li {
	width: 70px !important;
	height: 5px !important;
}

.slick-dots li button {
	width: 100% !important;
	height: 100% !important;
}

.slick-dots li button::before {
	content: '' !important;
	background: white;
	width: 100% !important;
	height: 100% !important;
	border-radius: 20px;
}

.cq-homeslider-contentitem a {
	font-family: 'Bree Rg';
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 1em;
	padding: 14px 30px;
	border-radius: 50px;
	background: linear-gradient(90deg, #8C316D 1.9%, #312783 50.83%, #3D70AE 98.72%);
	position: relative;
}

a.vc_btn3, div.wpforms-container-full .wpforms-form button[type=submit] {
	font-family: 'Bree Rg';
	color: white !important;
	text-decoration: none !important;
	font-size: 18px !important;
	line-height: 1em !important;
	padding: 20px 65px !important;
	border-radius: 50px !important;
	background: linear-gradient(90deg, #8C316D 1.9%, #312783 50.83%, #3D70AE 98.72%) !important;
	position: relative;
	border: 0 !important;
	
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color:#e95671;
}

.cq-homeslider-contentitem a:hover,
a.vc_btn3:hover {
	color: #2A2183 !important;
	background: #e3dbff !important;
}



/* 
.cq-homeslider-contentitem a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background: #8C316D;
	pointer-events: none;
} */

.cq-homeslider-cover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(img/onslider.svg) no-repeat right center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

.coloredcircle::before {
	content: '';
	width: 272px;
	height: 272px;
	position: absolute;
	left: -105px;
	bottom: -65px;
	background: url(img/coloredcircle.svg) no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
	/*animation-name: Floating;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;*/
}

@keyframes Floating {
	from{-webkit-transform:translate(0,0)}
	65%{-webkit-transform:translate(0,25px)}
	to{-webkit-transform:translate(0,0)}
}

.secteurs-grid .vc_gitem-animated-block {
	max-height: 300px;
}

.secteurs-grid .vc_gitem-animated-block::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(img/overgriditem.svg) no-repeat left bottom -34px;
	transition: all 200ms ease-in-out;
	z-index: 1;
}

.secteurs-grid .vc_gitem-animated-block:hover::before {
	background: url(img/overgriditem.svg) no-repeat left bottom -4px rgba(127,41,108,0.8);
}

.secteurs-grid .vc_grid-item-mini {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 8px 16px -1px rgb(0 0 0 / 5%);
}

.secteurs-grid .vc_gitem-post-data-source-post_excerpt,
.secteurs-grid .vc_btn3-left {
	display: none !important;
}

.secteurs-grid .vc_gitem-zone-c {
	background: white !important;
}

.secteurs-grid .vc_gitem-zone {
	max-height: 300px;	
}

.secteurs-grid h4 {
	color: #2A2183;
	font-weight: normal;
	font-size: 20px;
	margin: 14px 10px 10px 10px;
	background: url(img/arrowr.svg) no-repeat right center;
}

.bannierecontact {
	background: linear-gradient(90deg, #8C316D 1.9%, #312783 50.83%, #3D70AE 98.72%);
	border-radius: 20px;
	margin: 50px 0;
}

.bannierecontact h3 {
	color: white;
	margin: 0 0 6px 0 !important;
	font-weight: normal;
	font-size: 24px;
}

.bannierecontact p {
	color: white;
	margin: 0;
}

.bannierecontact a.vc_btn3 {
	color: #2A2183 !important;
	background: white !important;
}

.bannierecontact a.vc_btn3:hover {
	opacity: 0.5;
}

.bannierecontact * {
	margin-bottom: 0 !important;
}

.bannierecontact .vc_column_container {
	padding: 20px 0;
}

.stats-block .stats-number {
	font-size: 120px !important;
	line-height: 1em !important;
	font-family: 'Bree Rg';
	background: linear-gradient(90deg, #8C316D 1.9%, #312783 50.83%, #3D70AE 98.72%);
	opacity: 0.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div.stats-desc>div.counter_suffix {
	font-size: 120px !important;
	line-height: 1em !important;
	font-family: 'Bree Rg';
	color: #3D70AE;
	opacity: 0.2;
}

.stats-block .stats-text {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #2A2183;
	font-family: 'Bree Rg';
	display: flex;
	justify-content: center;
	align-items: center;
}

.stats-top .stats-desc {
	position: relative;
}

.vc_gitem-post-data > div {
	text-align: left;
	color: #aeaeae;
	margin: 10px;
}

.news-grid h4 {
	background: none;
	margin-bottom: 0;
}

.news-grid .vc_gitem-post-data-source-post_excerpt {
	display: block !important;
	margin: -10px 10px 20px 10px;
	padding-bottom: 10px;
	background: url(img/arrowr.svg) no-repeat left bottom;
}

.news-grid .vc_gitem-post-data-source-post_excerpt p {
	font-size: 16px;
}

.news-grid .vc_gitem-animated-block::before {
	background: none;
}

.news-grid .vc_gitem-animated-block:hover::before {
	background: rgba(127,41,108,0.8);
}

#content.site-content {
	padding-bottom: 500px;
	background: url(img/bottomimg.png) no-repeat center bottom;
	background-size: contain;
}

.cq-homeslider .slick-dots {
	bottom: 30px !important;
}

.homereferences-container {
	background: url(img/coloredcircle.svg) no-repeat left 30px center;
	background-size: contain;
}

.langsw li {
	list-style: none;
}

.langsw li a {
	color: #2A2183;
	text-transform: uppercase;
	font-size: 16px;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	font-family: 'Bree Rg';
	text-decoration: none;
	letter-spacing: 0.5px;
	margin-left: 10px;
}

.langsw li.current-lang a {
	border-bottom: 2px solid #E84564;
}

#primary-menu > li > .sub-menu {
	left: 0;
	right: 0;
	list-style: none;
	position: absolute;
	margin: 0;
	top: calc(100% - 2px);
	background-color: #e3dbff;
	transition: 0.2s ease-in-out;
	transform-origin: 0 0;
	transform: scale(0);
	opacity: 0;
	box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 4%);
	z-index: 100;
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
	min-width: 280px;
}

#primary-menu > li > .sub-menu > li > a {
	color: #2A2183;
	display: block;
	width: 100%;
	padding: 11px 20px;
	font-size: 16px;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Bree Rg';
	font-weight: normal;
	border-bottom: 1px solid #d8d0f3;
}

#primary-menu > li > .sub-menu > li:last-child > a {
	border: 0;
}

#primary-menu > li > .sub-menu > li > a:hover {
	color: white;
	background: #2A2183;
}

#primary-menu > li:hover > .sub-menu {
	transform: scale(1);
	opacity: 1;
}

#primary-menu > li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(img/chevron-bottom.svg) no-repeat center center;
	background-size: cover;
	margin-left: 10px;
}

#copyright {
	text-align: center;
	border-top: 1px solid #cecbf2;
	font-size: 14px;
	opacity: 0.5;
	margin: 30px 0 0 0;
	padding: 30px 0;
	width: 100%;
}

#copyright * {
	text-decoration: none;
	color: #2A2183;
}

#footer-menus ul {
	margin: 0;
	padding: 0;
}

#footer-menus > div > ul.menu {
	margin: 0;
	padding: 0;
	display: flex;
}

#footer-menus > div > ul.menu li {
	list-style: none;
}

#footer-menus > div > ul.menu a,
.lastcol strong {
	color: #2A2183;
	text-decoration: none;
	font-family: 'Bree Rg';
	display: inline-block;
	font-size: 13px;
}

#footer-menus > div > ul.menu > a {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}

#footer-menus > div > ul.menu > li > a {
	font-size: 18px;
	margin-bottom: 14px;
}

.lastcol strong {
	font-size: 18px;
	margin-bottom: 20px;
}

#footer-menus > div > ul.menu > li {
	margin-right: 50px;
}

#footer-menus > div > ul.menu ul a {
	text-transform: uppercase;
	margin-top: 12px;
}

.lastcol {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#wprmenu_bar {
	background: none;
	pointer-events: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#wprmenu_bar .hamburger {
	pointer-events: all;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #E84564;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px 0 0 0 !important;
}

#wprmenu_bar .hamburger > span {
	transform: scale(0.6);
}

body:not(.home) .cq-homeslider .slick-dots {
	display: none !important;
}

body:not(.home) h1 {
	padding-right: 20px;
}

.blocinfoprojet {
	color: white;
	text-transform: uppercase;
	padding: 20px 30px 60px 30px;
	border-radius: 20px;
	margin-bottom: -100px !important;
	background: linear-gradient(44.9deg, #8C316D 6.16%, #312783 51.98%, #3D6FAD 96.59%, #3D70AE 96.82%);
}

.blocinfoprojet p {
    color: #d2d0fe;
    text-transform: uppercase;
    font-size: 13px;
}

.blocinfoprojet p strong {
	color: #fff;
	text-transform:none;
	font-size:15px;
	font-weight:600;
}

.bannierereference {
	overflow: visible !important;
}

.bannierereference a {
	text-decoration: none;
	color: #E84564;
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid #E84564;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 8px;
}

.bannierereference a::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(img/arrowr.svg) no-repeat center center;
	margin-right: 10px;
	transform: rotate(180deg);
}

.bannierereference a:hover {
	color: white;
}

.carousel-thumb .slick-slide {
	margin: 10px;
	width: auto !important;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
	border: 0 !important;
	background: none !important;
	color: #2A2183 !important;
	padding: 6px 6px !important;
	margin-right: 10px !important;
	margin-bottom: 20px !important;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item * {
	font-size: 16px;
	color: #2A2183 !important;
}

.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active {
	border-bottom: 3px solid #E84564 !important;
}

.referencesmasonry .vc_gitem-post-data-source-post_excerpt,
.referencesmasonry .vc_btn3-left {
	display: none !important;
}

.referencesmasonry .vc_gitem-animated-block .vc_gitem-zone {
	height: 370px;
}

.referencesmasonry .vc_grid-item-mini {
	position: relative;
}

.referencesmasonry .vc_grid-item-mini > .vc_gitem-zone:not(.vc_gitem-animated-block) {
	position: absolute;
	bottom: 0;
	background-color: transparent !important;
	right: 0;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(10,0,59,0.5) 100%);
	padding-top: 100px;
}

.referencesmasonry .vc_grid-item-mini .vc_gitem-zone h4 {
	margin: 14px 10px 10px 10px;
	background: url(img/arrowr.svg) no-repeat right center;
	color: white;
	font-size: 17px;
	font-weight: normal;
	padding-right: 30px;
}

.referencesmasonry .vc_grid-item > div {
	border-radius: 20px;
	overflow: hidden;
	transition: all 200ms ease-in-out;
}

.referencesmasonry .vc_grid-item:hover > div {
	transform: scale(0.98);
}

.myblock {
	padding: 9px 30px 40px!important ;
	border-radius: 25px!important ;
}

.myblock.myblockstroke {
	border: 1px solid #f2e0f6!important ;
	    background-image: linear-gradient(to bottom, #e3a8c214, #e1b5d230, #e0c2df40, #dfcfea7d, #e1dbf14d)!important ;
}
	
.myblock.myblocklightblue {
	background-image: linear-gradient(to bottom, #e2ecf5, #dfe8f5, #dee4f5, #dfe0f3, #e1dbf1)!important ;
}
.myblock.myblockwhite{
	background:white!important;
}

.myblock.myblockwhite h2, .myblock.myblockstroke h2,.myblock.myblockwhite h3, .myblock.myblockstroke h3, .quoteblock h3{
	font-size:22px;
	margin-bottom:0px!important;
	
}
.myblock.myblockwhite a, .myblock.myblockstroke a{
	color:#e74564!important;
	font-weight:700;
}
.myblock.myblockwhite h3 strong span, .quoteblock h3 strong span{
	margin-top:04px!important;
	font-size:14px;
	font-family:'Open sans';
	font-weight:700;
	text-transform:uppercase;
	line-height:1;
}
.myblock.myblockwhite p, .myblock.myblockstroke p{
font-size: 14px;
    line-height: 1.65em;
}
.bggradientdark{
	background: linear-gradient(90deg, rgb(140, 49, 109) 0%, rgb(49, 39, 131) 56%, rgb(61, 112, 174) 100%)!important;
}

.bggradientdark.bggradientdarkspe{
    padding: 12px 51px 65px;
    border-radius: 25px;
}

.coloredcircle.bigcircle::before {
	width: 472px;
	height: 472px;
	left:400px;
	right: -405px;
	bottom: -65px;
	/*animation-name: bounce;
	animation-duration: 5s;
	animation-direction: alternate-reverse;*/
	background: url(img/coloredcircle2.svg) no-repeat;
}
.coloredcircle.bigcircle3::before {
	width: 472px;
	height: 472px;
	left:400px;
	right: -405px;
	bottom: -65px;
	/*animation-name: bounce;
	animation-duration: 5s;
	animation-direction: alternate-reverse;*/
	background: url(img/shape-3.svg) no-repeat;
}
.coloredcircle.bigcircle2::before {
	width: 372px;
	left:115px;

	bottom: -115px;
	/*animation-name: bounce;
	animation-duration: 15s;
	animation-direction: alternate-reverse;*/
	background: url(img/shape-2.svg) no-repeat;
}
.bgshape{
	width:100%;
	height:auto;
bottom: -65px;
background: url(img/shape-1.svg) no-repeat contain bottom right;
	}
.bgshape3{
	width:100%;
	height:auto;
bottom: -65px;
background: url(img/shape-3.svg) no-repeat contain bottom right;
	}
.speli ul, .speli2 ul, .single_job_listing .job_description ul, .post ul {
	padding-left: 16px;
}
.speli li, .speli2 li, .single_job_listing .job_description ul li, .post ul li, .page .wpb_wrapper ul li{
     list-style: none;
    padding-left: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: "Open Sans";
    font-size: 14px;
     color: #2b2083;
    padding-left: 32px;
    line-height: 1.8;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
	background-size: 26px!important;
}
.post ul , .page .wpb_wrapper ul{
	padding-left:15px!important;
}

.speli li,  .single_job_listing .job_description ul li, .post ul li, .page .wpb_wrapper ul li{
    background: url(https://www.orfea-acoustique.com/wp-content/uploads/2022/12/fill2.svg) no-repeat 0px 6px;
    background-size: 26px;


}
.wpb_wrapper .speli2 ul li{
    background: url(https://www.orfea-acoustique.com/wp-content/uploads/2022/12/fill3.svg) no-repeat 0px 6px;
    background-size: 26px;
}


.wrappersingle {
    max-width: 800px;
    background: white;
    padding: 12px 40px 40px 40px;
    box-shadow: 0px 4px 13px 0px #712d731c;
    border-radius: 20px;

}

.wrappersingle h1 {
	max-width: 100%;
	color:#2b2083;
	font-size: 46px;
	
}

.entry-meta {
	font-family: 'Bree Rg';
	color: #E84564;
	font-size: 18px;
}

.single-post #content.site-content {
	background: url(img/bottomimg.png) no-repeat center bottom cover !important;
	
}

.vc-post-styling .slick-prev:before,
.vc-post-styling .slick-next:before {
	display: none !important;
	opacity: 0 !important;
}

.vc-post-styling .slick-prev {
	width: 56px;
	height: 56px;
	background: #312B98 !important;
	border-radius: 50%;
	left: 20px !important;
}

.vc-post-styling .slick-next {
	width: 56px;
	height: 56px;
	background: #312B98 !important;
	border-radius: 50%;
	right: 20px !important;
}
.mega-post-carousel3 .mega-post-meta {
    display: none;
}

.mega-post-carousel3 .mega-desc-box {
    border-bottom: 0px solid #eeeeee;
    text-align: center;
    box-shadow: 0px 4px 13px 0px #712d731c;
    border-radius: 11px;
    padding-top: 9px;
}

.mega-post-carousel3 .mega-post-image {
    border-radius: 21px;
	
}

.cq-tabmenu.style1 a {
    font-size: 18px!important;
    padding: 12px 50px!important;
	font-family: 'Bree Rg'!important;
}
.cq-tabmenu.style1 a:hover {
   color: #7b2f71!important;
}
.cq-tabs li.current a:hover {
   color: #fff!important;
}
.cq-tabs li.current a {
		    background: linear-gradient(45deg, rgb(140, 49, 109) 16%, rgb(49, 39, 131) 61%, rgb(61, 112, 174) 100%)!important;

}
.cq-tabs{
box-shadow: 0px 4px 13px 0px #712d731c;
}
.cq-tabmenu.style1 {
    border-radius: 20px 20px 0px 0px!important;
}
.cq-tabcontent {
        border-radius: 0px 0px 20px 20px!important;
    padding: 13px 20px 25px 20px;
}

.justified-image-grid div {
    border-radius: 20px!important;
}
.bannierereference {
    min-height: 500px!important;
}
ul.job_listings li.job_listing{
	padding: 25px!important;
    background: #ffffff!important;
    margin-bottom: 13px!important;
    border-radius: 20px!important;
}
ul.job_listings li.job_listing a div.position h3{
	font-size: 18px!important;
}
.topgradient{
	    background: linear-gradient(180deg, rgb(140 49 109 / 18%) 16%, #ffffff 100%)!important;
    box-shadow: 0px 2px 5px 0px #712d7321;
    padding-bottom: 23px!important;
}

.page-id-482 .agence .myblock.myblockwhite{
	height:290px;
}

.page-id-140 .team .myblock.myblockwhite {

height: 340px;
}
.linkedinlink{
	    position: absolute;
    text-align: right;
    bottom: 56px;
    right: 40px;
}

.teampadding{
		padding-left:12%;
		padding-right:12%;
	}

#ttshowcase_0 .tt_theme_flat .ttshowcase_rl_quote_sided .ttshowcase_rl_quote{
	       background: #ffffff!important;
    border-radius: 20px!important;
    padding: 10px 30px 30px!important;
    border: 1px solid #f2e0d8!important;
    box-shadow: 0px 0px 9px #e0ddf2!important;
    margin-bottom: 22px!important;
}

.quoteblock p em{
	font-size: 25px;
    font-family: "Bree rg";
	line-height: 36px;
}
ul.job_listings {

    border-top: 0px solid #eee!important;
}

.marginsperight{
	margin-right:-15%;
}
.marginspeleft{
	margin-left:-15%;
}
.refheader h1{
	color:white!important;
}


.wpb_single_image img {

    border-radius: 25px!important;
}

footer .second-col{
	    margin-right: 90px;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab {
	background: none !important;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab > a::before,
.referencesview .vc_tta-tabs-list > .vc_tta-tab > a::after {
	opacity: 0;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab:first-child > a {
	background: url(img/viewgal.svg) no-repeat center top;
	padding: 90px 0 0 0;
	background-size: 80px;
	color: #2A2183 !important;
	width: 120px;
	text-align: center;
	border: 0;
	background-color: transparent !important;
	margin-top: 40px;
	font-size: 13px;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab:last-child > a {
	background: url(img/viewmap.svg) no-repeat center top;
	padding: 90px 0 0 0;
	background-size: 80px;
	color: #2A2183 !important;
	width: 120px;
	text-align: center;
	border: 0;
	background-color: transparent !important;
	margin-top: 40px;
	font-size: 13px;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab.vc_active {
	display: none;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab > a {
	transition: all 200ms ease-in-out !important;
}

.referencesview .vc_tta-tabs-list > .vc_tta-tab > a:hover {
	transform: scale(0.92);
}

.referencesview .vc_tta-panels {
	background: none !important;
	border: 0 !important;
}

.referencesview .vc_tta-panel-body {
	background: none !important;
	padding: 0 !important;
	border: 0 !important;
}

.referencesview .vc_grid-filter {
	margin-top: 0 !important;
}

.slider.post-slider .slick-track {
	display: flex;
	align-items: center;
}
.projectmap{
	margin-top:-130px!important;
	z-index:100000!important;
}

.aspostslider .vc_gitem-animated-block {
	border-radius: 20px;
	overflow: hidden;
}

.aspostslider .vc_gitem-post-data-source-post_excerpt,
.aspostslider .vc_btn3-container {
	display: none;
}

.aspostslider .vc_gitem-zone-c {
	margin-top: -30px;
	background: none !important;
}

.aspostslider h4 {
	background: white;
	font-size: 18px;
	font-weight: normal;
	text-align: center !important;
	padding: 16px 10px;
	margin-top: 0;
	border-radius: 10px;
	box-shadow: 0px 4px 13px 0px #712d731c;
}

.vc_grid-filter-select .vc_grid-styled-select select {
    padding: 15px!important;
    border-radius: 15px!important;
    width: 70%!important;
    border: none!important;
    box-shadow: 3px 1px 10px #afa5ac!important;
    margin: 20px 20px 20px 5px!important;
    color: #2b2083!important;
    font-weight: 400!important;
    font-family: "Bree rg"!important;
    font-size: 18px!important;
}


/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1280px) {
	.page-id-482 .agence .myblock.myblockwhite {
		height: 310px;
	}
}

@media screen and (max-width: 1200px) {
	.page-id-482 .agence .myblock.myblockwhite {
		height: 300px;
	}
}

@media screen and (max-width: 1100px) {

	.langsw {
		padding-right: 60px;
	}

	html {
    padding-top: 0 !important;
	}

	#site-navigation {
    display: none;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 35px;
	}
	.page-id-482 .agence .myblock.myblockwhite p, .page-id-482 .agence .myblock.myblockstroke p {
		font-size: 13px;
		line-height: 1.5em;
	}
	.page-id-140 .team .myblock.myblockwhite p{
		font-size: 13px;
		line-height: 1.5em;
	}
}


@media screen and (max-width: 900px) {

	.bannierereference a {
    font-size: 18px;
    padding-bottom: 4px;
	}

	#footer-menus > div > ul.menu > li:last-child {
		margin-bottom: 0;
	}

	#footer-menus > div > ul.menu > li {
    margin-right: 0;
		margin-bottom: 20px;
	}

	#footer-menus > div > ul.menu {
    flex-direction: column;
    margin: 20px 0;
	}

	.first-col {
		order: 2;
	}

	.second-col {
		order: 1;
	}

	.lastcol {
		order: 3;
		align-items: center;
	}

	#copyright {
		order: 4;
	}

	#colophon .wrapper {
		flex-direction: column;
    align-items: center;
    text-align: center;
	}

	.bannierecontact {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#content.site-content {
    padding-bottom: 200px;
	}

	h1 {
		font-size: 40px;
		max-width: 800px;
	}

	h2 {
		font-size: 26px;
	}

	h2 strong {
    font-size: 16px;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	.vc_col-sm-3 {
   	 width: 50%!important;
	}
	.page-id-140 .team .vc_col-sm-4 {
   	 width: 50%!important;
	}
	.page-id-140 .team .myblock.myblockwhite {
    	height: 270px;
	}
	.teampadding{
		padding-left:0px;
		padding-right:0px;
	}
	footer .second-col{
	    margin-right: 0px;
}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  	  display: block!important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block!important;
		position: absolute!important;
		margin-top: -36px!important;
		transform: scale(0.8)!important;
		right: 0px!important;
		top: 0px!important;
	}
	.projectmap{
		margin-top:0px!important;
	
	}
	

}

@media screen and (max-width: 768px) {

	.referencesview .vc_tta-panel-heading {
		display: none;
	}

	.page-id-482 .agence .myblock.myblockwhite {
		height: 250px;
	}
	.vc_col-sm-3 {
		width: 100%!important;
	}
	.page-id-140 .team .vc_col-sm-4 {
		width: 100%!important;
	}
	.marginsperight{
	margin-right:0%;
}
.marginspeleft{
	margin-left:0%;
}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  	  display: block!important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block!important;
		position: absolute!important;
		margin-top: -36px!important;
		transform: scale(0.8)!important;
		right: 0px!important;
		top: 0px!important;
	}
}



@media screen and (max-width: 600px) {

	#logo img {
		max-width: 130px !important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  	  display: block!important;
	}
	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block!important;
		position: absolute!important;
		margin-top: -36px!important;
		transform: scale(0.8)!important;
		right: 0px!important;
		top: 0px!important;
	}


}