body
{
    background: #ffffff !important;
    color: #000!important;
    overflow-x: hidden!important;
}

.bgTransparent
{
    background: transparent!important;
}
    
.text-end
{
    text-align: end!important;
}
    
h1,h2
{
    color: #04168d !important;
    
}
  
.phoneBloc 
{
    background: url(../img/phone_container.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 25px;
}

.firstBloc
{
    background: url(../img/bgSimulateurPortageLib.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1170px;
	background-position: top;
}

.mission-form 
{
    /*background-color: #e6f0ff;*/
    background-image: linear-gradient(90deg, #93beff 0%, rgb(168 186 37 / 43%) 100%) !important;
    border-radius: 10px;
    padding: 1rem;
    /*height: 600px;*/
    overflow: auto;
}

.features
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0rem 1rem;
  margin-top: -1%;
}
    
.feature-item-1
{
    text-align: center;
    padding: 1rem;
    background: url(../img/feature-item1.png);
    background-repeat: no-repeat;
    padding-top: 75px !important;
    height: 200px;
	width: 186px;
    color: #fff;
}
	
.feature-item-2
{
    text-align: center;
    padding: 1rem;
    background: url(../img/feature-item2.png);
    background-repeat: no-repeat;
    padding-top: 75px !important;
    height: 200px;
	width: 186px;
    color: #fff;
}
	
.carousel-item img
{
  max-height: 100px;
  margin: auto;
}

footer
{
  background: #002f6c;
  color: white;
  text-align: center;
  padding: 1rem;
}
	
.text-justify
{
    text-align: justify!important;
}
	
/* Flèches noires */
.carousel-control-prev-icon,
.carousel-control-next-icon
{
    background-image: none;
}
.carousel-control-prev-icon
{	      
    padding-top: 8px;
    padding-left: 5px;
}

.carousel-control-next-icon
{
    padding-top: 8px;
    padding-right: 5px;
}
	
.carousel-control-next, .carousel-control-prev
{
    border: none!important;
    background: transparent!important;
}
	
.iconCarousel
{
    border: 2px solid #000 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after
{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 5px;
}

.carousel-control-prev-icon::after
{
    transform: rotate(135deg);
}

.carousel-control-next-icon::after
{
    transform: rotate(-45deg);
}
	
/* Taille fixe et rognage des images */
.carousel-item img 
{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.carousel-item
{
    padding-right: 10%;
    padding-left: 5%;
}
	
.blocPartnaires
{
    background:url("../img/bgPartnaires.jpg");
	background-position: center bottom;
}
	
.image_wrap
{    
    display: inline-block;
    position: relative;
    max-width: 100%;
}
	
label
{
    font-size: 12.6px;
}

hr {
    margin: 0 0 10px 0!important;
    background: #000!important;
}

.image_container
{
    display: flex;
	flex-direction: row;
	justify-content: end;
	margin-top: -60%;
}
	
.bloc_carousel 
{
    margin-top: 2%!important;
}

.nullZindex
{
	z-index : -1;
}
	
.white
{
    color : #fff;
}

@media screen and (min-width: 768px) 
{	
    .blocBrand img
    {
        margin-left:10%!important;
    }
    
    .bestText 
    {
        font-family: fantasy, sans-serif !important;
        font-size: 3.5rem !important;
        font-weight: bold !important;
        color: #fff !important;
        line-height: 1.3 !important;
        letter-spacing: 4px !important;
        margin-left: 15% !important;
    }
}


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

    .blocBrand img 
    {
        margin-right: 5px !important;
        margin-top: -100px;
        float: right;
        width: 100px;
    }
    
    .bestText 
    {
        font-family: fantasy, sans-serif !important;
        font-weight: bold !important;
        color: #fff !important;
        line-height: 1 !important;
        letter-spacing: 3px !important;
        margin-left: 20% !important;
        margin-top: 70% !important;
        font-size: 2em !important;
    }
    
    #carouselTemoignages
    {
        margin-bottom: 50%!important;
    }
    
    .bloc_carousel
    {
        text-align:center!important;
    }
    
    .carousel-item img 
    {
        max-height: unset!important;
    }
    
    .features 
    {
        margin-top: 2%;
    }
    
    .floatingelementNum5 
    {
        margin-top: -13%!important;
    }
    
    .mission-form
    {
        border: 1px solid #000;
        border-radius: 5px;   
    }
}


	
.textshadow
{
    text-shadow: 2px 2px #000;
}
	
.carousel-custom-controls 
{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
    
.carousel-custom-controls .btn 
{
    background-color: transparent;
    border: none;
    padding: 0;
}

@keyframes float
{
    0% 
    {
        transform: translatey(0px)
    }

    50%
    {
        transform: translatey(-20px)
    }

    100%
    {
        transform: translatey(0px)
    }
}

.floatingelement
{
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    margin-bottom: 10%;
}
    
.card .card-header
{
    font-size: 13px!important;
}
    
.card 
{
    background-color: transparent!important;
    border: none!important;
}
  
.card.card-final 
{
    background: #00abe3!important;
    color: #fff!important;
    border: 1px solid #0098ca!important;
    border-radius: 5px!important;
}

.phoneIcon
{
    padding-top: 45px;
    display: inline-block;
    transform: rotate(-44deg);
}

.telVal
{
    font-weight: 900;
    font-size: 22px;
}

.blocForm
{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 50px;
}

.imgTemoignages
{
    margin-bottom: -10%!important;
}

.floatingelementNum2
{
    margin-top:-8%;
}

.floatingelementNum3
{
    margin-top:-5%;
}

.floatingelementNum4
{
    margin-top:-13%;
}

.floatingelementNum5
{
    margin-top:-15%;
}

.btnSubmit
{
    color: #fff!important;
    font-weight: 900!important;
    font-size: 17px!important;
    border: 2px solid #15243a!important;
    background-color: #185abc!important;
}

.prev-step,.next-step
{
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.next-step
{
    float: right;
}

.blocBrand img
{
    width: 30%!important;
    border-radius: 5px!important;
    margin-top: 25px!important;
}