* {
  font-family: "Graphik", sans-serif;
}

.card-fair {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.form-label, .contact label {
  color: #667B97;
  font-weight: 800;
  font-size: 16px;
}

.inline{
  display: inline;
}

.label-check{
  color: #667B97;
  font-weight: 800;
  font-size: 18px;
}

.bg-primaryblue {
  background-color: #4c9dd7;
}

.lois h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: "Graphik", sans-serif;
  color: #667B97 !important;
}
.mention {
  top: 15%;
}
.lead {
    line-height: 28px !important;
    color: #505050 !important;
    font-size: 18px !important;
}

.header_question h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    font-family: "Graphik", sans-serif;
    margin-bottom: 10px;
}
.description_team {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0px;
  font-family: "Graphik", sans-serif;
  color: #667B97 !important  ;
}
.bg-image {
  text-align: center;
}
.section_opportunite {
  padding-block-start: calc(60px + 40px);
}
.btn-black {
  background-color: #222323 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}

img {height: auto;margin-inline: auto;}
#lg-selector{
    margin-top: 12px;
    margin-right: 0px;
}
.lang-item {
  /* opacity: 0.2; */
  margin-top: 12px;
  margin-left: 15px;
  width:25px;
}
.lang-item a {
  width:25px;
}
/** message pop up**/
.toast{
  position: absolute;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-left: 6px solid #4070f4;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active{
  transform: translateX(0%);
}

.toast .toast-content{
  display: flex;
  align-items: center;
}

.toast-content .check{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #4070f4;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message{
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text{
  font-size: 20px;
  font-weight: 400;;
  color: #666666;
}

.message .text.text-1{
  font-weight: 600;
  color: #333;
}

.toast .close{
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .close:hover{
  opacity: 1;
}

.toast .progress{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ddd;
}

.toast .progress:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
}

.progress.active:before{
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100%{
      right: 100%;
  }
}

.toast.active ~ button{
  pointer-events: none;
}


.form-check .form-check-input {
  width: 1.85rem;
  height: 1.85rem;
}

.bi-8 {
  background: #fbd803;
}
.bi-2-mobile {
  background: #ff1500;
}
.bi-3 {
  background: #dc00ff;
}
.bi-1-mobile {
  background: #ff6600;
}
.bi-4{
  background: #0194fc;
}
.bi-5-mobile {
  background: #1c069b;
}
.bi-6-mobile {
  background: #2f8e09;
}
.bi-7 {
  background: #59f974;
}
.bi-2p {
  background: #ff6600;
}
.circle-bi {
  text-align: center;
  vertical-align: middle;
  display: inline;
  padding: 15px;
  border-radius: 50px;
  color: white;
}

.message {
   width: 100%;
   position: relative;
   margin-bottom: 60px;
   display: flex;
   justify-content: center;
}
.message .success {
  font-size: 24px;
  color: #4abd3e;
  position: absolute;
  animation: button .3s linear;
  display: none;
}
.message .fail {
  font-size: 24px;
  color: #ff0000;
  position: absolute;
  animation: button .3s linear;
  display: none;
}
.wpcf7-form input[type=text]{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@keyframes button {
  0%{
     transform:scale(0.1);
  }
  50%{
     transition: scale(0.5);
  }
  100%{
    transition: scale(1);
  }
}
.view_item img{
	width: 75px;
}

.wrapper{
	width: 800px;
	margin: 20px auto;
}

.links{
	margin-bottom: 25px;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
}

.links ul{
	display: flex;
	justify-content: center;
}

.links ul li{
	margin: 0 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	cursor: pointer;
}

.links ul li:hover,
.links ul li.active{
	color: #4abd3e;
}

.view_main{
	background: #fff;
	border-radius: 3px;
	padding: 15px;
}

.list-view .view_item {
	background: #fff;
	margin: 10px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.list-view .view_item:last-child{
	margin-bottom: 0;
}

.list-view .view_item .vi_left{
	margin-right: 25px;
}

.list-view .view_item .vi_right .title{
	font-size: 18px;
}

.list-view .view_item .vi_right .content{
	font-size: 18px;
}
.view_item .title{
	font-weight: 600;
}

.view_item .content{
	margin: 5px 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 200;
}

.view_item .btn{
	width: 125px;
	background: #4abd3e;
	padding: 8px 5px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	cursor: pointer;
}

.view_item .btn:hover{
	background: #3bd62b;
}

.grid-view{
	width: 100%;
}

.grid-view .view_item {
	display: inline-block;
    border: 1px solid #e2efe1;
    width: 230px;
    padding: 25px;
    text-align: center;
    margin: 10px;
}

.grid-view .view_item .vi_left{
	margin-bottom: 10px;
}

.grid-view .view_item .btn{
	margin: 0 auto;
}



.section_banniere {
  padding-block-start: calc(20px);
}
.nav-justified .nav-item, .nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 750;
  color: #222323 !important;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #4c9dd7 !important;
  color: #4c9dd7 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid;
}
.card-icon {
    width:150px !important;
    margin-bottom: 2.5rem;
    margin-inline: auto;
    display: flex;
    justify-content: center !important;
    text-align: center !important;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-form-control-wrap {
  position: relative;
}

.card_info{
  box-shadow: 0 1px 4px 0 rgb(0 0 0/14%);
  height: 500px;
}

.card_info .card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
}
.card_perso {
  font-size: 18px !important;
  font-weight: 800 !important;
  font-family: "Graphik", sans-serif !important;
  color : #667B97 !important;
  text-align: left;
}
.card-personal-info {
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "Graphik", sans-serif !important;
  color: #212529BF !important;
  text-align: left!important;
  margin: 16px;
  padding: 0px;
}
.card_info .card-header.card-header-image img{
  width: 100%;
  pointer-events: none;
  box-shadow: 0 5px 15px -8px rgb(0 0 0/24%), 0 8px 10px -5px rgb(0 0 0/20%);
  margin-bottom: 10px;
  z-index: 999;
}

.card_info .card-footer{
  background: transparent;
}

.card-description{
  color:  #999;
 
  font-weight: 300;
}

h4.card-title {
  color: #3c4858;
  font-weight: 300;
}

.card_info .card-body {
  position: relative;
}
.card_info .card-actions{
  position: absolute;
  z-index: 0;
  top: -50px;
  width: calc(100% - 30px);
  left: 17px;
  right: 17px;
}

.card_info[data-header-animation=true]{
 transform: translateZ(0);
 transition: all .3s cubic-bezier(.34, 1.61, .7 , 1);
}

.card_info:hover [data-header-animation=true]{
  transform: translate3d(0, -50px , 0);
}




.navbar {
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 750;
	color: #fff;
  background-color: #fff !important;
	text-decoration: none !important;
	padding: .5rem 1rem !important;
	line-height: 2.3;
  justify-content: space-between !important;
  margin: 0 auto; 
}
.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
}
.navlink {
  margin-left:10px;
  font-weight: 800;
  color: #667B97 !important;
	font-weight: bold;
  font-size: 18px;
}
.navlink a {
  color: #667B97 !important;
}
.current-menu-item a {
  color: #4C9DD7  !important;
}
.navlink a:hover {
  color: #4C9DD7  !important;
}
.w-100 {
	height: 100vh;
}

.navbar-toggler {
	padding: 6px 6px;
	font-size: 35px;
	line-height: 0.3;
	background: #fff;
}
.lang{
  display: flex;
}
.lang .logo{
   width: 50px;
}
:root {

  /**
   * colors
   */

  --sky-blue-crayola: hsl(188, 64%, 60%);
  --raisin-black_90: hsla(240, 8%, 12%, 0.9);
  --raisin-black-1: hsl(240, 8%, 17%);
  --raisin-black-2: hsl(240, 8%, 12%);
  --majorelle-blue: hsl(241, 77%, 63%);
  --blue-ryb_80: hsla(241, 88%, 60%, 0.8);
  --bittersweet: hsl(0, 100%, 69%);
  --eerie-black: hsl(0, 0%, 13%);
  --ghost-white: hsl(230, 60%, 98%);
  --light-gray: hsl(0, 0%, 80%);
  --slate-gray: hsl(225, 8%, 48%);
  --cool-gray: hsl(225, 11%, 59%);
  --gainsboro: hsl(217, 16%, 90%);
  --mustard: hsl(47, 100%, 69%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --onyx: hsl(240, 5%, 26%);
  --jet: hsl(0, 0%, 21%);

  /**
   * gradient
   */

  --gradient: radial-gradient(ellipse at center, hsla(0, 0%, 0%, 0.25), transparent 80%);

  /**
   * typography
   */

  --ff-dm-sans: "Graphik", sans-serif;

  --fs-1: 4rem;
  --fs-2: 3.5rem;
  --fs-3: 2.4rem;
  --fs-4: 2.2rem;
  --fs-5: 2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.7rem;
  --fs-8: 1.5rem;
  --fs-9: 1.4rem;

  --fw-500: 500;
  --fw-700: 700;

  /**
   * spacing
   */


  /**
   * shadow
   */

  --shadow-1: 0px 2px 50px hsla(223, 40%, 76%, 0.3);
  --shadow-2: 0px -2px 12px hsl(252, 29%, 93%);
  --shadow-3: 0px 4px 4px hsla(231, 20%, 49%, 0.06);
  --shadow-4: 0px 15px 30px hsla(210, 30%, 32%, 0.05);
  --shadow-5: 0px 15px hsla(241, 62%, 34%, 0.04);

  /**
   * radius
   */

  --radius-8: 8px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-20: 20px;

  /**
   * transition
   */

  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a,
img,
span,
input,
button,
ion-icon { display: block; }

a {
  color: inherit;
  text-decoration: none;
}

img { height: auto; }

input,
button {
  background: none;
  border: none;
  font: inherit;
}

input { width: 100%; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

html {
  font-family: var(--ff-dm-sans);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--white);
  color: var(--slate-gray);
  font-size: 1.6rem;
  line-height: 1.75;
}

:focus-visible { outline-offset: 4px; }

::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 98%); }

::-webkit-scrollbar-thumb { background-color: hsl(0, 0%, 80%); }

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); }





/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container { padding-inline: 15px; }
.container1 {
  width: 100%;
}









.h1 {
  color: var(--black);
  font-size: var(--fs-1);
  line-height: 1.1;
}

.h2,
.h3 { color: var(--raisin-black-1); }

.h2 {
  font-size: var(--fs-2);
  line-height: 1.2;
}

.h3 {
  font-size: var(--fs-3);
  line-height: 1.3;
  font-weight: var(--fw-500);
}

.has-before,
.has-after {
  position: relative !important;
  z-index: 1 !important;
}

.has-before::before,
.has-after::after {
  content: "" !important;
  position: absolute !important;
}
.footer-title h6 {
  font-weight: 800;
}
:is(.h1, .h2) .has-before { display: inline-block; }

:is(.h1, .h2) .has-before::before {
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--mustard);
  z-index: -1;
}

.btn {
  max-width: max-content !important;
  font-weight: var(--fw-700) !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  padding-inline: 50px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  transition: var(--transition-2) !important;
}
.btn-outline-dark{
	border : #212529 solid 1px;
}
.btn-opportunity {
  font-weight: var(--fw-700) !important;
  height: 35px !important;
  align-items: center !important;
  padding-inline: 10px !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  transition: var(--transition-2) !important;
  font-size: 1.25em !important;
  width: 100%;
  text-align: center !important;
}

.btn::before,
.btn::after {
  right: 0 !important;
  width: 100% !important;
  height: 50% !important ; 
  transform: scaleX(0) !important;
  background-color: var(--mustard) !important;
  z-index: -1 !important;
  transition: transform var(--transition-1) !important;
}

.btn::before {
  top: 0;
  transform-origin: left;
}

.btn::after {
  top: 50%;
  transform-origin: right;
}

.btn:is(:hover, :focus)::before,
.btn:is(:hover, :focus)::after { transform: scaleX(1); }

.btn:is(:hover, :focus)::before { transform-origin: right; }

.btn:is(:hover, :focus)::after { transform-origin: left; }

.btn-primary {
  background-color: var(--majorelle-blue);
  color: var(--white);
}

.btn-primary:is(:hover, :focus) { color: var(--raisin-black-1); }

.btn-secondary {
  background-color: #4C9DD7 !important;
  gap: 15px !important;
}

.btn-secondary::before,
.btn-secondary::after { background-color: var(--sky-blue-crayola) !important; }

.btn-secondary:is(:hover, :focus) { color: var(--white) !important; }



.w-100 { width: 100%; }

.section-subtitle {
  color: #222323;
  font-size: 40px;
  font-family:"Graphik", sans-serif;
  font-weight: var(--fw-500);
  line-height: 1;
}

.section-subtitle::before {
  position: static;
  width: 12px;
  height: 12px;
  background-color: var(--mustard);
  display: inline-block;
  border-radius: 50%;
  margin-inline-end: 10px;
}

.text-center { text-align: center; }

.section-title { margin-block: 30px 50px; }

.img-holder {
  aspect-ratio: var(--width) / var(--height);
  background-color: var(--light-gray);
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width:900px) {
  .navbar{
    display: flex;
  }
}
/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero { padding-block-start: calc(var(--section-padding) + 60px); }

.hero .container {
  display: grid;
  gap: 70px;
}

.hero-text {
  font-size: var(--fs-7);
  margin-block: 30px 35px;
}

.hero-content :is(.wrapper, .hero-btn) {
  display: flex;
  align-items: center;
}

.hero-content .wrapper {
  flex-wrap: wrap;
  gap: 30px;
  margin-block-end: 30px;
}

.hero-btn {
  gap: 15px;
  color: var(--raisin-black-1);
  transition: var(--transition-1);
}

.hero-btn:is(:hover, :focus) { color: var(--majorelle-blue); }

.hero-btn ion-icon { font-size: 24px; }

.hero-btn .span {
  font-size: var(--fs-6);
  font-weight: var(--fw-500);
}

.hero .social-link .span { display: none; }

.hero .social-list { gap: 12px; }

.hero .social-link {
  background-color: var(--white);
  color: var(--color);
  padding: 12px;
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-8);
  transition: var(--transition-2);
}

.hero .social-link:is(:hover, :focus) {
  background-color: var(--color);
  color: var(--white);
}





/*-----------------------------------*\
  #FEATURE
\*-----------------------------------*/

.feature .container,
.feature-list {
  display: grid;
  gap: 60px;
}

.feature-card .card-icon {
  background-color: hsla(var(--color), 0.15);
  font-size: 24px;
  max-width: max-content;
  padding: 18px;
  border-radius: 50%;
  margin-block-end: 20px;
  transition: var(--transition-2);
}

.feature-card .card-icon ion-icon {
  color: hsl(var(--color));
  transition: var(--transition-1);
}

.feature-card .card-text {
  color: var(--cool-gray);
  font-size: var(--fs-7);
  margin-block-start: 10px;
}

.feature-card:is(:hover, :focus) .card-icon {
  box-shadow: inset 0 0 0 30px hsla(var(--color), 0.9);
}

.feature-card:is(:hover, :focus) .card-icon ion-icon { color: var(--white); }

.animation{
  height : 250px !important;
}



.card-title, .mention p strong, .achat-buy h4, .tab-pane h1 {
  font-size: 24px !important;
  font-weight: 800 !important;
  font-family: "Graphik", sans-serif !important;
  color: #667B97 !important;
}
.row {
 margin-right: 0px !important;
}

.section-3{
    min-height: 600px;
    background:  linear-gradient(91.95deg, rgba(102, 123, 151, 0.5) 59.67%, rgba(102, 123, 151, 0) 307.15%), url("http://www.alterego.mu/wp-content/themes/alterEgo/assets/images/NewBanniere/accompagnerok.jpg");
    background-size:cover;
    margin-bottom: 50px;
}
.section-1 {
  min-height: 350px;
  background-size:cover;
  margin-bottom: 50px;
}
.fade-in-text{
    animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.text-feature {
    padding-top : 90px !important;
    padding-left:50px !important;
    padding-right:50px !important;
    min-height: 600px !important;
    background-color: rgba(255, 255, 255, 0.7) ;
}

.text-feature p {
line-height: 28px !important;
color: #505050 !important;
font-size: 18px !important;
}

.slider-title{
    min-height: 600px;
    padding-top: 90px;
}

.slider-title h2{
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: "Graphik", sans-serif;
  color:#fff;
}





/*-----------------------------------*\
  #NEWSLETTER
\*-----------------------------------*/

.newsletter { color: var(--white); }

.newsletter .container {
  display: flex !important;
  gap: 50px !important;
}

.newsletter-banner { max-width: max-content; }

.newsletter .section-subtitle { color: var(--light-gray); }

.newsletter .section-title {
  color: #222323 !important;
  font-size: 20px !important;
  margin-block: 20px 35px !important;
}

.email-field {
  background-color: #667B97 !important;
  color: var(--white) !important;
  font-size: var(--fs-9) !important;
  border-radius: var(--radius-8) !important;
  min-height: 60px !important;
  padding-inline: 20px !important;
  margin-block-end: 20px !important;
  box-shadow: var(--shadow-5) !important;
  outline: 3px solid transparent !important;
  outline-offset: 0 !important;
  transition: var(--transition-1) !important;
}

.email-field:focus { outline-color: var(--white); }

.email-field::placeholder { color: inherit; }


/*-----------------------------------*\
  #Footer
\*-----------------------------------*/
.footer-address{
    padding-bottom: 20px;
}

.footer-title{
  margin-bottom: 20px;
}


.footer-about .social-link {
  background-color: #667B97;
  padding: 10px !important;
  border-radius: 50% !important;
  transition: var(--transition-1);
  
}

.footer-about .social-link:is(:hover, :focus) {
  background-color: rgba(76, 157, 215, 0.5);
  color: var(--white);
}

.footer-link {
  font-size: var(--fs-8);
  margin-block-start: 15px;
  transition: var(--transition-1);
}

.footer-link:is(:hover, :focus) { color: var(--mustard); }



/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: var(--majorelle-blue);
  color: var(--white);
  font-size: 18px;
  padding: 16px;
  border-radius: var(--radius-8);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition-1);
}

.back-top-btn.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(-10px);
}

.back-top-btn::after {
  bottom: -12px;
  right: 0;
  width: 100%;
  height: 10px;
  background-image: var(--gradient);
}




.circle,
.circle:before,
.circle:after {
  border-radius: 50%;
}

.slice {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
}

.coconut {
  transform: rotate(13deg) skewX(40deg);
}


.vanilla {
  transform: rotate(64.43deg) skewX(40deg);
}

.orange {
  transform: rotate(115.86deg) skewX(40deg);
}

.almond {
  transform: rotate(167.29deg) skewX(40deg);
}

.grape {
  transform: rotate(218.71deg) skewX(40deg);
}

.blackberry {
  transform: rotate(270.14deg) skewX(40deg);
}

.cherry {
  transform: rotate(321.57deg) skewX(40deg);
}

.menunav label {
  cursor: pointer;
}

.menunav li {
  position: absolute;
}

.menunav ul {
  position: relative;
  padding: 50%;
  max-width: 0;
  max-height: 0;
  list-style: none;
}

.slice label {
  display: block;
  width: 200%;
  height: 200%;
  transform: skew(-40deg) rotate(-65deg);
  line-height: 1.9;
  text-align: center;
}

.slice label span {
  display: block;
}

.slice label:hover {
  color: white;
  border: 2px solid black;
  transition: all 0.5s ease;
}

.circle .menuname:hover {
  color: #4c9dd7;
  transition: color 0.5s ease;
}

.menudesc {
  width: 280px;
}

.circle-container {
  position: relative;
  width: 20em;
  height: 20em;
  padding: 2.8em;
  /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
  border: solid 3px #666b97;
  border-radius: 50%;
  margin-left: 25em;
  display: inline-block!important ;
}

.circle-container li {
  display: block;
  position: absolute;
  top: 65%;
  left: 55%;
}
.circle-container .text-muted{
  text-align: left;
}

.circle-bi {
  text-align: center;
  vertical-align: middle;
  display: inline;
  padding: 15px;
  border-radius: 50px;
  color: white;

}




.circle-container i {
  display: inline;
  width: 100%;
}

.deg0 {
  transform: translate(10em);
  margin-left: -2em;
  margin-top: -2.8em;
}
.bi-1 {
  background: #ff6600;
  margin-left: 2em;
  position: relative;
  top: 25px;
  left: -15px;
}
.bifr-1 {
  background: #ff6600;
  margin-left: 2em;
  position: relative;
  top: 0px;
  left: 0px;
}
.bifr-1:hover,.biafr-1:hover,.bi-1:hover, .bia-1:hover{
  background: #ff3b0e;
}
.bia-1 {
  background: #ff6600;
  margin-left: 2em;
  position: relative;
  top: 0px;
  left: -15px;
}
.biafrv-1 {
  background: #ff6600;
  margin-left: 2em;
  position: relative;
  top: 25px;
  left: -15px;
}
.biafr-1 {
  background: #ff6600;
  margin-left: 2em;
  position: relative;
  top: 0px;
  left: -15px;
}

.tab-pane .text-muted {
  padding-bottom: 30px !important;
}
/* 12em = half the width of the wrapper */

.label0 {
  transform: translate(12.5em);
  margin-top: -0.8em !important;
}

/* 12em = half the width of the wrapper */
.deg45 {
  transform: rotate(45deg) translate(5em) rotate(-45deg);
margin-left: -0.8em;
}
.deg45vente {
  transform: rotate(45deg) translate(5em) rotate(-45deg);
  margin-top: -2.5em;
}
.bi-2 {
  background: #ff1500;
  margin-left: -1.5em!important;
}
.bi-2:hover {
  background: #e60101;
}
.bi-2p {
  background: #ff6600;
  margin-left: -1.5em!important;
}
.bi-2p-mobile {
  background: #ff6600;
}
.bi-2p:hover {
  background: #ff3b0e;
}
.label45 {
  transform: rotate(45deg) translate(11em) rotate(-45deg);
}

.deg90 {
  transform: rotate(90deg) translate(8em) rotate(-90deg);
  margin-left: -2.8em !important;
}
.degfr90 {
  transform: rotate(90deg) translate(6.5em) rotate(-90deg);
  margin-left: -2.8em !important;

  
}

.bi-3 {
  background: #dc00ff;
}

.bi-3:hover {
  background: #7f0293;
}


.label90 {
  transform: rotate(90deg) translate(13em) rotate(-90deg);
  margin-left: -4em;
}

.deg135 {
    transform: rotate(135deg) translate(8em) rotate(-135deg);
    margin-left: -4.2em;
margin-top: -2.2em;
}
.bi-4 {
  background: #0194fc;
}
.bi-4:hover {
  background: #045e9d;
}
.label135 {  
  transform: rotate(135deg) translate(14.5em) rotate(-135deg);
  margin-left: -6em;
}


.deg180 {
  transform: rotate(180deg) translate(10em) rotate(-180deg);
  margin-left: -2em;
margin-top: -2.8em;
}
.bi-5 {
  background: #1c069b;
  margin-left: -1em;
}
.bi-5:hover{
  background:#09032b;
}
.label180 {
  transform: rotate(180deg) translate(19em) rotate(-180deg);
margin-top: -1.8em;
margin-left: -1.8em;
}


.deg225 {  
  transform: rotate(225deg) translate(11em) rotate(-225deg);
  margin-left: -2.8em;
  margin-top: -1.8em;

}
.bi-6 {
  background: #2f8e09;
  margin-left: -15px;
}
.bi-6:hover {
  background: #204810;
}
.label225 {
  transform: rotate(225deg) translate(20em) rotate(-225deg);
margin-left: -2.8em;
margin-top: 0.8em;
}
.deg270 {
  transform: rotate(270deg) translate(13em) rotate(-270deg);
  margin-left:-2.8em;
  margin-top:-0.8em;
}
.bi-7 {
  background: #59f974;
}
.bi-7:hover {
  background: #08e32d;
}
.label270 {
  transform: rotate(270deg) translate(18em) rotate(-270deg);
  margin-left: -4.6em;
  margin-top: -1.8em;
}

.deg315 {
  transform: rotate(300deg) translate(9em) rotate(-300deg);
  margin-left:0.8em;
  margin-top: -1.8em;
}
.bi-8 {
  background: #fbd803;
}
.bi-8:hover {
  background: #f9a004;
}
.label315 {
  transform: rotate(315deg) translate(15em) rotate(-315deg);
}

.d-md-block .col-10{
  padding-left: 30px;
}

/* Cell background colors */
.coconut label,
.ococonut:checked~nav .unsel {
  background: #D0D0D0;
}

.vanilla label,
.ovanilla:checked~nav .unsel {
  background: #e6e600;
}

.orange label,
.oorange:checked~nav .unsel {
  background: #ffb038;
}

.almond label,
.oalmond:checked~nav .unsel {
  background: #d3a573;
}

.grape label,
.ogrape:checked~nav .unsel {
  background: #ace600;
}

.blackberry label,
.oblackberry:checked~nav .unsel {
  background: #cc0099;
}

.cherry label,
.ocherry:checked~nav .unsel {
  background: #ff0000;
}

.slice label {
  font-weight: 700;
  line-height: 5;
}

.circle label {
  font-weight: 700;
  line-height: 5;
}

.slice p {
  width: 100px;
  margin-left: 185px;
}

.unsel {
  z-index: 2;
  top: 20%;
  left: 34%;
  width: 32%;
  height: 32%;
  text-align: center;
  color: #666b97;
  font-size: 2em;
  margin-top:-2.2em !important;
  margin-left:-2em;
}
.btn-circle, .btn-circle:hover, .btn-circle:active, .btn-circle:focus{
  border: none;
}

.visible{
  display: block;
}
.hidden{
display: none;
}
.unsel label {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 9;
}

.middle {
  z-index: 1;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  text-align: center;
  background-color: white;
}

.Reseau a {
  font-size: 160%;
}

.Reseau a:hover {
  color: red;
}

.circle label span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
ul {
  padding-left: 1rem;
}

ul li {

  list-style-type: none;
  margin-left: 0px;
}


/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for large than 575px screen
 */

@media (min-width: 575px) {

  /**
   * REUSED STYLE
   */

  .container {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }


   /**
   * SERVICE
   */

   .service-card {
    max-width: 380px;
    margin-inline: auto;
  }

  .service-card .card-icon { padding: 50px; }

  .service-card .card-icon img { width: 70px; }

  .service-card .card-icon::before,
  .service-card:is(:hover, :focus-within, .active) .card-icon::after {
    transform: translateY(150px);
  }

  .service-card .card-icon::after { transform: translateY(180px); }

  .service-card .h3 { --fs-4: 3.5rem; }

  /**
   * PROJECT
   */

  .project-card .card-content {
    max-width: max-content;
    width: calc(100% - 40px);
    left: 50%;
    right: auto;
    padding: 50px 80px;
    transform: translate(-50%, calc(-50% + 20px));
  }

  .project-card:is(:hover, :focus-within) .card-content { transform: translate(-50%, -50%); }

  

}





/**
 * responsive for large than 768px screen
 */

@media (min-width: 768px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-1: 5.5rem;
    --fs-2: 3.8rem;
    --fs-7: 1.8rem;

    /**
     * spacing
     */

    --section-padding: 120px;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 720px; }

  .btn { height: 60px; }





  /**
   * HERO
   */

  .hero .container { gap: 120px; }

  .hero .wrapper {
    gap: 50px;
    margin-block-end: 60px;
  }

  .hero .social-link .span {
    display: block;
    font-size: var(--fs-9);
    color: var(--raisin-black-1);
    font-weight: var(--fw-700);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition-2);
  }

  .hero .social-link {
    display: flex;
    align-items: center;
    gap: 15px;
    background: none;
    box-shadow: none;
  }

  .hero .social-link:is(:hover, :focus) {
    background: unset;
    color: var(--color);
  }

  .hero .social-link:is(:hover, :focus) .span { color: var(--color); }



  /**
   * FEATURE
   */

  .feature-banner { max-width: max-content; }

  .feature-list { gap: 30px; }

  .feature-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
  }

  .feature-card .card-icon { margin-block-end: 0; }

  .feature-card .card-text { max-width: 32ch; }



  /**
   * PROJECT
   */

  .project .grid-list > li:first-child { grid-column: 1 / 3; }



  /**
   * NEWSLETTER
   */

  .newsletter-form { position: relative !important; }

  .email-field { margin-block-end: 0 !important; }

  .newsletter-form .btn-secondary {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    height: auto !important;
    padding-inline: 25px !important;
  }


  .footer-top { grid-template-columns: 1fr 1fr; }

  .copyright { 
    text-align: center; 
    font-size: 20px;
    color: #FFF;

  }

  .footer-bottom-list { justify-content: center; }

/**
 * responsive for large than 992px screen
 */
@media (max-width: 992px) {
  .grid-list{
    display: inline-block;
  }
}
@media (min-width: 992px) {

  /**
   * REUSED STYLE
   */

  .container { max-width: 960px; }

  .btn { height: 70px; }

  .grid-list { grid-template-columns: repeat(3, 1fr); }





  /**
   * HERO
   */

  .hero {
    background-image: linear-gradient(to right, var(--white) 79%, var(--mustard) 79%);
    overflow: hidden;
  }

  .hero .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .hero .wrapper { flex-wrap: nowrap; }

  .hero .btn,
  .hero-btn .span { flex-shrink: 0; }

  .hero-banner { margin-inline-end: -140px; }



  /**
   * FEATURE
   */

  .feature .container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }



  /**
   * PROJECT
   */

  .filter-btn {
    --fs-9: 1.8rem;
    padding: 20px 25px;
  }



  /**
   * NEWSLETTER
   */

  .newsletter .container {
    grid-template-columns: 1fr 0.6fr;
    align-items: center;
  }

  .newsletter-banner {
    order: 1;
    margin-inline-start: auto;
  }

  .email-field {
    min-height: 60px;
    padding-inline: 20px;
  }

  .newsletter-form .btn-secondary {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }



 

}





/**
 * responsive for large than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-1: 5.5rem;
    --fs-2: 4.5rem;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 1140px; }

  .section-title.text-center {
    max-width: 20ch;
    margin-inline: auto;
  }






  /**
   * HERO
   */

  .hero-content {
    display: flex;
    flex-direction: column;
    margin-block-start: 50px;
  }

  .hero-text { margin-block: 40px 45px; }

  .hero .wrapper { margin-block-end: auto; }

  .hero-banner {
    margin-inline-end: -250px;
    min-width: max-content;
  }



  /**
   * SERVICE
   */

  .service .grid-list { grid-template-columns: repeat(4, 1fr); }

  .service-card .h3 { --fs-3: 2rem; }



  /**
   * PROJECT
   */

  .filter-btn { padding-inline: 40px; }



  

}

@media only screen and (max-width: 768px) {
  .aos-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
}
