@media (max-width: 1000px) {
  .activite2-li {
    display: block; }
  .activite2-btn {
    margin-left: 0rem !important;
    margin-top: 1rem; } }

.h-75vh {
  height: 75vh !important; }

.line {
  background-color: #00799E !important;
height:40vh;
    color:white;
    display:flex;
    /*padding:6rem 0;*/
}

#formulaire2 {
  display: none; }

.quizCacher {
  display: none; }

.quizCacher ul li {
  display: inline-block; }

.modal-dialog {
  width: 800px;
  max-width: 100%; }

.modal-header {
  background-color: #ffffff;
  padding: 16px 16px;
  color: #337AB7;
  border-bottom: 1px solid #F2F2F2; 
border-top-left-radius: 0;
border-top-right-radius:0;
}

.modal-footer .text-center {
    text-align: center !important;
    
}


.tabs.ocean .nav-bar .nav-bar-item.active {
  font-size: 1rem;
  background-color: #F2F2F2; }

.tabs.ocean .tab-contents .tab-content.active {
  padding: 5px;
  background-color: #F2F2F2; }

.tabs.ocean .tab-contents {
  margin-top: 0px; }

.tabs.ocean .nav-bar .indicator {
  background-color: #F2F2F2; }

.tabs.questionTab .nav-bar .nav-bar-item.active {
  font-size: 1rem;
  background-color: #f8f4f4; }

.tabs.questionTab .tab-contents .tab-content.active {
  padding: 5px;
  background-color: #f8f4f4; }

.tabs.questionTab .tab-contents {
  margin-top: 0px; }

.tabs.questionTab .nav-bar .indicator {
  background-color: #f8f4f4; }

.tabs.bdTab .nav-bar .nav-bar-item.active {
  font-size: 1rem;
  background-color: #f8f4f4; }

.tabs.bdTab .tab-contents .tab-content.active {
  padding: 5px;
  background-color: #f8f4f4; }

.tabs.bdTab .tab-contents {
  margin-top: 0px; }

.tabs.bdTab .nav-bar .indicator {
  background-color: #f8f4f4; }

.tabs .nav-bar .nav-bar-item.active {
  color: #F2F2F2;
  font-size: 1rem;
  background-color: #F2F2F2; }

.tabs .tab-contents .tab-content.active {
  padding: 5px;
  background-color: #F2F2F2; }

.tabs .tab-contents {
  margin-top: 0px; }

.tabs .nav-bar .indicator {
  background-color: transparent; }

.tabs .nav-bar .nav-bar-item.active {
  color: #F2F2F2;
  font-size: 1rem;
  background-color: #F2F2F2; }

.tabs .tab-contents .tab-content.active {
  padding: 5px;
  background-color: #F2F2F2; }

.tabs .tab-contents {
  margin-top: 0px; }


.tabs .nav-bar .indicator {
  background-color: transparent; }

/*---------------scrolling-down arrow-------------*/
.header-down-arrow {
  -webkit-animation: pulse_1 2s 3s ease-out infinite;
  animation: pulse_1 2s 3s ease-out infinite;
	position:absolute;
	top:85%;
	left:50%;
 }
@-webkit-keyframes pulse_1 {
  0% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  50% {
    opacity: .8;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.prof-photo {
  width: 50%;
  margin: 0;
  overflow: hidden;
  background-color: #000; }

.prof-photo img {
  opacity: 0.8;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }

.prof-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  cursor: pointer; }

.img-hotSpot {
  position: relative; }

.img-hotSpot img {
  width: 100%;
  height: auto; }

.rond-percep {
  top: 6%;
  left:21%;
  position: absolute;
  width: 30%;
  height: 12%;
  z-index: 9;
  /*background-color: #6B6BB5;
  border-radius: 50%;*/
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-interpret {
  top: 50%;
  left: 65%;
  position: absolute;
  width: 32%;
  height: 13%;
  z-index: 9;
  /*background-color: #00A39C;
  border-radius: 50%;*/
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-suppos {
  top: 65%;
  left:1%;
  position: absolute;
  width: 50%;
  height: 13%;
  z-index: 9;
  /*background-color: #BF4A99;
  border-radius: 50%;*/
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-emotion, .rond-raison{
  position: absolute;
 /*top: 38%;
  left: 1%;*/
   width: 45%;
  height: 100%;
  z-index: 9;
  /*background-color: #0089B2;*/
  border-radius: 0% !important;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-emotion{
  top: 0%;
  left: 0%;
 
  /*background-color: red;*/
 }

.rond-raison {
  top: 0%;
  left: 55%;
  
  /*background-color: purple;*/
 }

.rond-1, .rond-2, .rond-3, .rond-4, .rond-5{
  position: absolute;
 /*top: 38%;
  left: 1%;
   width: 10%;
  height: 15%;*/
  z-index: 9;
  /*background-color: #0089B2;*/
  border-radius: 50% !important;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-1 {
  width: 20%;
  height: 20%;
  top:54%;
  left:73%;
  /*background-color: green;*/
 }

.rond-2 {
  width: 15%;
  height: 15%;
  top: 48%;
  left: 28%;
 /*background-color: purple;*/
 }

.rond-3 {
 width: 15%;
  height: 15%;
  top: 15%;
  left:50%;
 /*background-color: yellow;*/
 }

.rond-4 {
    width: 10%;
  height: 10%;
  top: 20%;
  left: 20%;
 /*background-color: red;*/
 }

.rond-5 {
    width: 10%;
  height: 10%;
  top: 3%;
  left: 9%;
 /*background-color: grey;*/
 }

.cercle-start, .cercle-1, .cercle-2, .cercle-3, .cercle-4, .cercle-5, .cercle-6, .cercle-7  {
  position: absolute;
     left:3%;
 width: 16%;
  height: 9%;
  z-index: 9;
  /*background-color: #0089B2;*/
  border-radius:25px !important;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.cercle-start {
  width: 18%;
  height: 10%;
    top: 83%;
 left:3%;
/*background-color: green;*/
}
.cercle-1 {
    top: 31%;
  /*left:12%;
background-color: green;*/
}

.cercle-2 {
    top: 40%;
  /*left:12%;
background-color: red;*/
}


.cercle-3 {
    top: 49%;
  /*left:12%;
background-color: black;*/
}

.cercle-4 {
    top: 58%;
  /*left:12%;
background-color: purple;*/
}

.cercle-5 {
    top: 67%;
  /*left:12%;
background-color: blue;*/
}

.cercle-6 {
    top: 76%;
  /*left:12%;
background-color: pink;*/
}

.cercle-7 {
    top: 85%;
  /*left:10%;
background-color:grey;*/
}
.phase-1, .phase-2, .phase-3 {
    position: absolute;
 /*top: 38%;
  left: 1%;*/
   width:23%;
  height:25%;
  z-index: 9;
  /*background-color: #0089B2;*/
  border-radius: 50% !important;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.phase-1 {
  top:64%;
  left:2%;
/* background-color: red;*/
 }

.phase-2 {
  top: 34%;
  left: 36%;
 /*background-color: purple;*/
 }
.phase-3 {
  top: 5%;
  left:69%;
/*background-color: yellow;*/
 }


.rond-visible, .rond-invisible, .rond-comportement, .rond-attitudes, .rond-contradiction  {
  position: absolute;
 /*top: 38%;
  left: 1%;*/
   width:15%;
  height: 10%;
  z-index: 9;
  /*background-color: #0089B2;
  border-radius: 50% !important;*/
  cursor: pointer;
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.rond-visible {
  top: 29%;
  left: 40%;
  width:20%;
  height: 20%;
  /*background-color: red;*/
 }

.rond-invisible {
  top: 55%;
  left: 30%;
width:40%;
  height:30%;
 /*background-color: purple;*/
 }
.rond-comportement {
  top: 2%;
  left:35%;
    width:30%;
/*background-color: yellow;*/
 }

.rond-attitudes {
  top: 90%;
  left:2%;
     width:30%;
 /* background-color: green;*/
 }

.rond-contradiction {
  top: 90%;
  left:70%;
     width:30%;
 /*background-color: orange;*/
 }

.rond-percep:hover,
.rond-interpret:hover,
.rond-suppos:hover
.rond-observer:hover,
.rond-ecouter:hover,
.rond-interoger:hover,
.rond-lacher:hover{
/*.rond-convic:hover,
.rond-confilt:hover*/
  opacity: 0.3; }

.rond-7, .rond-8 {
            position: absolute;
            width:45%;
            height:35%;
            z-index: 9;
          /*background-color: #009ADA;*/
			 background-color: transparent;
            border-radius: 0%;
            cursor: pointer;
            opacity: .5;
	 
        }

		.rond-7 {
          
           top:2%;
            left:1%;
       
        }

		.rond-8 {
          
          top: 10%;
            left:50%;
        
        }


#imgOr,
#imgCa,
#imgEa,
#imgOr-section,
#imgCa-section,
#imgEa-section {
  display: none; }

.background-holder-half {
  position: absolute;
  width: 100%;
  min-height: 60%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat; }

.color-footer {
  background-color: #474C55; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Style the tab */
.tab {
  float: left;
  border: 1px dashed #ccc;
  background-color: #fafafa;
  height: auto; }

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  color: lightgray; }

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f3f3f3; }

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fafafa; }

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px;
  border: 1px dashed #ccc;
  width: 80%;
  height: auto; }

.tablinks {
  padding: 20px; }

/*.green {
  background-color: #09f5091a; }

.red {
  background-color: rgba(248, 183, 186, 0.62); }*/

div[data-remodal-target="modal"]:hover {
  /* Styles */
  cursor: pointer;
  color: lightslategrey; }

.overlay:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

div.zinput.zradio.pt-0 {
  padding-left: 32px; }

.zinput.zcheckbox input[type="checkbox"]:checked + label::before {
  -webkit-box-shadow: inset 0 0 0 20px #555555, 0 0 0 0 #555555;
  box-shadow: inset 0 0 0 20px #118ce6, 0 0 0 0 #555555; }

.zinput label::before {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  content: '';
  border: 1px solid #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0px #C9D3DB, 0 0 0 0 #e1e1e1;
  box-shadow: inset 0 0 0 0px #C9D3DB, 0 0 0 0 #e1e1e1; }

.zinput label {
  font-weight: 400; }

.success--cm {
  color: #51c431; }

.danger--cm {
  color: #c43331;}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #9A191F !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  font-size: 1rem;
  color: #6a6868;
  list-style: disc;
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?s1juos");
  src: url("../fonts/icomoon.eot?s1juos#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?s1juos") format("truetype"), url("../fonts//icomoon.woff?s1juos") format("woff"), url("../fonts/icomoon.svg?s1juos#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
 /* line-height: 1;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    /*margin-left:2px;*/
    font-size:20px;
}

.open {
  display: none; }

#emotionnel-positive:hover, #emotionnel-negative:hover {
  cursor: pointer;
  opacity: 0.80; }

.uppercase {
  text-transform: uppercase; }

#bienvenue p {
  color: black; }

.background-overlay {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.background-overlay-2 {
  background-color: rgba(0, 0, 0, 0.6) !important; color:#fff;}

li {
  color: #4a4a4a;}

ol.white li{
  color: #fff;}

.color-cnfs {
  color: #9A191F; }

p.Cap::first-letter {
  font-size: 200%;
  font-weight: 600; }

.icon-Reference:before, .icon-Reference-white:before {
  content: "\e900";
  display: inline-block;
  padding-right:0px;
  vertical-align: middle;
  font-weight: 400;
  color: #2261ae;
  cursor: help;
  font-size: 1.5rem;
margin-top:-3px;
}

.icon-Definition:before, .icon-Definition-white:before {
  content: "\e901";
  display: inline-block;
  padding-right:0px;
  vertical-align: middle;
  font-weight: 400;
  color: #A9218E;
  cursor: pointer;
  font-size: 1.5rem;
margin-top:-3px;}


/*----------white icons-------*/

.icon-Reference-white, .icon-Definition-white, .icon-Reference-white:before, .icon-Definition-white:before { color:#fff!important;}

.nav-bar-item {
  color: #6a6a6a;
  font-size: 1rem; }

.tabs .nav-bar .nav-bar-item.active {
  color: #6a6a6a;
  font-size: 1rem; }

.pop {
  cursor: pointer; }

.ui.styled.accordion .title.active, .ui.styled.accordion .accordion .title.active {
  font-size: 1rem;
  color: #6a6a6a; }

.ui.styled.accordion .title {
  font-size: 1rem;
  color: #6a6a6a; }

mark {
  background-color: rgba(255, 255, 0, 0.3); }

.fa-arrow-down {
  font-size: 48px;
  margin-top: 7rem;
  color: white; }

li {
  font-size: 1.25rem;
  line-height: 2rem; }

.objectifs li {
  font-size: 1.25rem;
color:white;
padding-bottom:10px;}

.zinput label {
  padding-left: 3rem;
  cursor: pointer; }

label, legend {
  font-size: 1rem; }

.ui.styled.accordion .title {
  font-size: 1.25rem;
  color: #005981; }

.ui.styled.accordion .title.active, .ui.styled.accordion .accordion .title.active {
  font-size: 1.25rem;
  color: #005981; }

.color-quote {
  color: #005981; }

.alert-danger {
  color: #6a6a6a;
  background-color: #F1F0ED;
  border-color: transparent; }

.alert-success {
  color: #6a6a6a;
  background-color: #F1F0ED;
  border-color: transparent; }

li.medium {
  font-size: 16px; }

ul.medium li {
  font-size: 16px; }

ol.medium li {
  font-size: 16px; }

.title__activite {
  color: #9c1c1f;
  font-size: 1.4rem !important;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.2px; }

.title__activite::first-letter {
  font-size: 140%; }

.title__activite::before {
  font-family: "Font Awesome 5 Free";
  color: #000;
  content: "\f46d";
  display: inline-block;
  padding-right: 3px;
  margin-right: 15px;
  padding-bottom: 5px;
  vertical-align: middle; }

.orientation {
  padding-bottom: 0.5rem; }

.dunn:hover {
  cursor: pointer; }

.footer_link {
  display: block;
  margin-bottom: 0.6rem; }

.modalDefinition {
  color: #6a6a6a; }

a.modalDefinition {
  font-weight: bold;
  color: #6a6a6a; }

a.modalDefinition:hover {
  text-decoration: none; }

body p {
  font-size: 20px !important; }

body label {
  font-size: 20px !important; }

body li {
  font-size: 20px !important; }

body strong {
  /*font-size: 20px !important;*/ }

body h5 {
  font-size: 25px !important; }

.card-flip {
  -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
  perspective: 1000px; }

#card-1.flipped .flip, .card-flip.hover .flip {
  -webkit-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

#card-2.flipped .flip, .card-flip.hover .flip {
  -webkit-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   transform: rotateY(180deg); }

.card-flip,
.front,
.back {
  width: 100%;
  height: 520px; }

.flip {
  -webkit-transition: 0.6s;
    -ms-transition: 0.6s; 
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative; }

.front,
.back {
  -webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }

.back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
    transform: rotateY(180deg); }

body {
  padding-top: 4em; }

button.navbar-toggle {
  outline: none; }

.navbar-toggle {
  outline: 0; }

a.nav-link.dropdown-toggle {
  outline: 0;
  outline: none; }

.custom-toggler.navbar-toggler {
  border: .13rem solid;
  border-color: white; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-nav .nav-link {
  /*font-weight: 600;*/
  color: white; }



.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /*font-weight: 600;*/
  background-color: rgba(255, 255, 255, 0.5); }

.navbar-brand-logo {
  opacity: 1; }

.navbar-brand .navbar-brand-text {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  vertical-align: bottom;
  color: white; }

.megamenu--li {
  position: static; }


.megamenu {
  position: absolute;
  width: 80%;
  left: 10%;
  right: 0;
  padding: 15px;
  background-color: #474C55; }

.bg-light {
  color: white;
  background-color: #474C55 !important; }

.navbar--padding {
  padding-right: 10% !important;
  padding-left: 10% !important; }

.megamenu--border {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.5); }

a.dropdown-item:hover:before {
  font-family: "FontAwesome";
  content: "\f00c\00a0"; }

a.dropdown-item:hover:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 2px; }

.dropdown-menu {
  margin: 0; }

.modalCnfs {
  vertical-align: top; }

.dropdown-menu h5 {
  color: white;
}

.dropdown-menu a {
  color: white; }

.footer-little-cnfs {
  background-color: #474c55;
  color: white;
}

.footer-little-cnfs a {
	
  color: white; }

.footer-little-cnfs p {
  font-size:16px;

}

@media (max-width: 1380px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 0;
    padding-left: 0rem;
    font-size: 1.4rem; } }

@media (max-width: 1300px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 0;
    padding-left: 0rem;
    font-size: 1.2rem; } }

@media (max-width: 1220px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
    padding-left: 0rem;
    font-size: 1.2rem;
    letter-spacing: 0; } }

@media (max-width: 1140px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
    padding-left: 0rem;
    font-size: 1rem;
    letter-spacing: 0; } }

@media (max-width: 1060px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
    padding-left: 0;
    margin-left: 0;
    font-size: 0.8rem;
    letter-spacing: 0; } }

@media (max-width: 989px) {
  .megamenu {
    width: 100%;
    left: 5%;
    right: 0;
    padding: 15px; } }

@media (max-width: 720px) {
  .navbar-brand .navbar-brand-text {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 4rem; } }

@media (max-width: 620px) {
  .navbar-brand .navbar-brand-text {
    padding-left: 0; } }

@media (max-width: 445px) {
  .navbar-brand .navbar-brand-text {
    font-size: 1rem; } }
