﻿.identity .identity-error
{
    padding-left:35px;
    background-image:url(//image.akeo.fr/AkeoCommon/UI/alert-14.png);
    background-repeat:no-repeat;
    background-position:15px;
    color:#eb6a26;
}


.content
{
    padding-top: 20px !important;
}

.bloc .actualite-content
{
	min-height:0;
	height:0;
}

.bloc a.catalogue
{
	font-weight: bold;
	text-decoration: none;
	margin: 20px;
	display: inline-block;
	text-align: center;
	width: 100%;
}


.bloc .bloc-content-over-content.white,
.bloc .bloc-content-over-content.catalogue
{
	
	background-color:#FFFFFF;
	width: 987px;
	max-width: 987px;
	background-color: #FFFFFF;
}

.bloc .bloc-content-over-content.white h4,
.bloc .bloc-content-over-content.white p,
.bloc .bloc-content-over-content.catalogue h5
{
	color:#4C4C4E;
}

.bloc.width-4 .bloc-content-over-content.catalogue
{
	width: 340px;
	max-width: 340px;
}

.bloc.width-408 .bloc-content-over-content.catalogue
{
	max-width: 125px;
	width:125px;
}

.concept-avenir.content p, 
.nos-valeurs.content p 
{
	font-size: 16px;
	line-height: 20px;
}

p.text 
{
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}

p.text.question {
	font-weight:bold;
	color:#0D6999;
}

.content .nos-valeurs ul
{
	list-style:none;
	text-align:center;
	font-size: 18px;
	line-height: 24px;
	padding-left:0;
}

.content .nos-valeurs ul h3,
.content .nos-valeurs ul h4
{
	text-align:center;	
	text-transform:uppercase;
	font-weight:normal;

}

.content .concept-avenir ul
{
	list-style:none;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	display: inline-block;
}

h4.fvd
{
	float:left;
	width:auto;
	display:inline-block;
}

.content .concept-avenir a.fvd
{
	float:left;
	display:inline-block;	
	padding: 10px;
    margin-left: 12px;
    cursor:pointer;
}

.content .concept-avenir a.fvd img
{
	width:50px;	
	height:50px;
}

.content .concept-avenir ul a
{
	text-decoration:none;	
	color: #7a60a2;
}

.content .nos-valeurs ul h3
{
	font-size: 26px;
}


.bloc-content-over-content.infos
{
	width: 300px;
	right: 412px;
	left:auto;
}

.bloc-content.nos-valeurs h4
{
	padding-left: 30px;
	
}

.bloc-content-over-content.infos h4 
{
	margin-bottom: 5px;
}

.bloc-content-over-content.infos h5 
{
	margin-top:5px;
}

.bloc-content.nos-valeurs
{
	text-align: center;
}

.bloc-content.cadre-legal h3,
.bloc-content.concept-avenir h3,
.bloc-content.nos-valeurs h3
{
	margin:15px;
	font-size: 22px;
}

.bloc-content.nos-valeurs h4
{
	font-size:22px;
}

.bloc-content.cadre-legal h3
{
	font-weight:bold;
}

.bloc-content.cadre-legal li
{
	font-size: 16px;
}

.bloc-content.concept-avenir h4
{
	font-size: 18px;
	margin-left: 30px;
}


.bloc-content.concept-avenir ul
{
	padding-left: 30px;
	margin-top: 0;
}


.bloc-content-over-content h4, 
.bloc-content-over-content h5 
{
    font-size: 18px;
}



.zone-container
{
    float:left;
}

.fil-ariane
{
    padding:10px;
    padding-bottom:20px;
    margin-left: 9px;
    font-weight:bold;
    float:left;
}

.fil-ariane span
{
    background-image: url(//image.akeo.fr/AKEO/2015/Common/UI/selected-menu-arrow.png);
    background-repeat: no-repeat;
    padding-left:15px;
    padding-right:15px;
    display:inline-block;
    line-height: 15px;
}

.fil-ariane span a 
{
    text-decoration:none;
    color:#4C4C4E;
}

.customer-account-create-confirm-placeholder .bloc-content
{
    background-repeat: no-repeat;
    background-position: 375px 130px;
    background-position: 98% 95%;

    background-image: url("//image.akeo.fr/AKEO/2015/Store/UI/checkmark-24.png");
    border-color: #A6D785;
}

.customer-account-create-confirm-placeholder .bloc-content.unvalidate
{
    /*background-position: 12px 125px;*/
    border-color: #fe0036;
    background-image: url("//image.akeo.fr/AKEO/2015/Store/UI/x-mark-24.png");
}
.customer-account-create-confirm-placeholder .customer-account-create-confirm-message
{
    padding:40px;
    text-align:center;
    font-weight:bold;
}

.customer-account-create-confirm-placeholder .customer-account-create-confirm-message
{
    font-size: 18px;
    padding: 30px;
}

.customer-account-create-confirm-placeholder .customer-account-create-confirm-sub-message
{
    padding:15px;
    text-align:center;
    font-size: 15px;
    padding-top: 0;
}

/*
.form-control-state {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.form-control-state {
    display: none;
}

.form-control-state.state-error {
    display: inline-block;
}

.form-control-state.state-error.error,
.form-control-state.state-error.success {
    display: block;
}

.form-control-state.state-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


.state-common-message-placeholder {
    font-size: 80%;
    padding: 15px;
    display:none;
}

    .state-common-message-placeholder.error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        display: block;
    }


    .state-common-message-placeholder.success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        display: block;
    }

.state-common-message-placeholder img{
    width:1px;
}


.form-control-state.state-error::before,
.state-common-message-placeholder .cross::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.form-control-state.state-error::before,
.state-common-message-placeholder .cross::before {
    content: "\f00d";
    font-size: 18px;
}

.form-control-state.state-error::before{
    padding-right: 10px;
}

.small
{
    font-size:50%;
}
*/

.offer-inline-placeholder iframe {
    border: none;
    width: 100%;
}

.form-control.on-error {
    border-bottom: 1px solid #D45956;
}

.form-control.success {
    border-bottom: 1px solid #50AE6D;
}




.errors {
    color: #D45956;
}

/*
    Carrousel
*/

.carousel {
    position: relative;
    padding-bottom: 35px;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;

}
    .carousel-item.active {
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        border: 1px solid #D6D6D6;
    }
    .carousel-item .bloc-content {
        border: none;
        box-shadow: none;
        padding:0;
    }
    .carousel-item .bloc-content-over-content
    {
        padding-bottom:0;
        margin-right:0;
    }

    .carousel-control-prev {
        left: 0;
    }

.carousel-control-next {
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5);
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

#carouselAKEOAnimation {
    overflow: hidden;
    padding-bottom: 30px;
}

.carousel-indicators {
    bottom: 0;
}

    .carousel-indicators li {
        background-color: #f1f1f1;
    }

    .carousel-indicators .active {
        background-color: #4c4c4c;
    }
/*
    Fin Carrousel
*/