
.my-nav .navbar-nav li{
   
}
.my-nav .navbar-nav .nav-link{
    padding: 5px 25px 5px 25px;
    border-radius: 2rem;
}
.top-menu a{
    
}
.my-title::before{
    content: '';
    width: 50px;
    height: 50px;
    background-color: #FF6633;
    left: 25px;
    position: relative;
    border-radius: 3rem;
    z-index: -1;
}
.dropdownMenuAtelier{
    border-radius: 0.7rem;
}
.show>#dropdownMenuLang {
    color: #fff;
    background-color: #ff6633;
    border-color: #ff6633;
}
.translation-links{
    background-color: #ff6633;
    color: #fff;
    min-width: fit-content;
}
.translation-links .dropdown-item{
    color: white;
}
.translation-links .dropdown-item:hover{
    color: #141B2D;
}
.form-control, .form-control:focus{
    height: calc(2.5rem + 2px);
    border: 3px solid #33a4aa;
    box-shadow: none;
}

.form-control:focus{
}

.btn-primary {
    color: #fff;
    background-color: #ff6633;
    border-color: #ff6633;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f9a009;
    border-color: #f9a009;
}
.btn-white{
    color: #ff6633;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: #ff6633;
    background-color: #fff;
    border-color: #fff;
}
.heading {
    color: #141B2D;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
}
.swal2-styled.swal2-confirm {
    background-color: #ff6633!important;
}
.form_buttons{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 30px;
}
.form_buttons .action_btn{
    padding: 10px;
    margin: 0 10px 0 10px;
    border-radius: 2rem;
    background-color: #ff6633;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.crea-social a{
    background-color: #FF6633;
    border-radius: 4rem;
    width: 30px;
    height: 30px;
    padding: 2px !important;
}
.crea-bg{
    background-color: #33a4aa;
    border-color: #33a4aa;
}
.btn.crea-bg:hover{
    background-color: #5fc3c5;
    border-color: #33a4aa;
}

.crea-color{
    color: #33a4aa;
}

/*** slider ***/

.slider {
    width: 60%;
    margin: 100px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev,
.slick-next {
  background: #FF6633 !important;
  height: 40px !important;
  width: 40px !important;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2; */
}
/* .slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
} */
/** end slider **/

.text-green{
    color: #299ca2;
}
.text-orange{
    color: #FF6633;
}
.bg-green{
    background:#299ca2!important ;
}
.bg-orange{
    background:#FF6633!important ;
}
.border-green{
    border-color: #299ca2 !important;
}
.bf-line-b-orange::before{
    content: '';
    display: block;
    height: 5px;
    background-color: #FF6633;
}
.af-line-b-orange::after{
    content: '';
    display: block;
    height: 10px;
    width: 120px;
    background-color: #FF6633;
    margin-left: auto;
    margin-right: auto;
}

.ff-roboto{
    font-family:'Roboto', sans-serif;
}

.rts-title-area{
    position: relative;
    z-index: 1;
}
.rts-title-area::after{
    position: absolute;
    top: -80px;
    color: #299ca2;
    opacity: 0.09 !important;
    -webkit-background-clip: text;
    font-size: 100px;
    height: 140px;
    max-width: max-content;
    max-height: max-content;
    font-weight: 900;
    z-index: -1;
    /* display: flex; */
    align-items: center;
    opacity: 0.35;
    font-family: var(--font-secondary);
    
}
@media screen and (min-device-width: 768px) {
    .rts-title-area::after{
        top: -60px;
        font-size: 70px;
    }
}
@media screen and (max-device-width: 480px) {
    .rts-title-area::after{
        top: -50px;
        font-size: 50px;
    }
}
.rts-title-area.service::after {
    content: " ";
    left: 50%;
    transform: translateX(-50%);
}
.rts-title-area.membres::after {
    content: " ";
    color: #FF6633 !important;
}
.rts-title-area.vision-stratégique::after {
    content: " ";
}
.rts-title-area.mission::after {
    content: " ";
}
.rts-title-area.valeur-ajoutée::after{
    content: ' ';
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.text-justify{text-align:justify !important;}
blockquote {
    padding: 60px;
    padding-top: 85px;
    color: #666;
    position: relative;
    background: #f6f6f6;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-size: 20px;
    font-weight: 400;
    border-radius: 8px;
    position: relative;
}
blockquote::before {
    content: "\f10d";
    font-size: 50px;
    color: #DF0A0A;
    position: absolute;
    padding-bottom: 0;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-align: center;
    top: 45px;
    background: 0 0;
}

.searchbar{
margin-bottom: auto;
margin-top: auto;
background-color: #FF6633;
border-radius: 30px;
padding: 0;
}
.searchbar:hover{
    background-color: #fff;
}

.search_input{
color: white;
border: 0;
outline: 0;
background: none;
width: 0;
caret-color:transparent;
line-height: 30px;
transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
padding: 0 10px;
width: 80%;
caret-color:#33a4aa;
transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
background: white;
color: #FF6633;
}

.search_icon{
height: 40px;
width: 40px;
float: right;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color:white;
text-decoration:none;
}

.slick-track{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotateCircle 1s linear;
}

.navbar-toggler{border: none !important;}
.crea-social a{float: right;margin-right: 5px;}
ul#langue li {
    display: inline;
    text-align: center;
    color: #FFF;
    padding: 2px ;
    margin: 0;
    width: 19%;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border: none;
}