/* 
.cards-members{
  display: flex;
  margin: 10px;
}
.cards-members .container-card{
  display: flex;
  border-radius : 5px ; 
  box-shadow: 0 0 15px rgba(0,0,0,.25);
  max-width: 90%;
  margin: 10px;
  width: 550px !important;
  padding: 0%;
  position: relative;
}

.cards-members .card__img{
  max-width: 150px;
  height: 150px;
  overflow: hidden;

}
.card__text{
  margin-left: 3% ;
  color: #001019;
}
.card__img{
  border-radius: 5px 0px 0px 5px;

}
.wi_img
{
  width: 100%;
  min-height: 150px;
  margin: 0%;
}

hr{
  margin: 0px !important;
  color: #E94400 !important;
  height: 3px !important;
  opacity: 100% !important;
  border-radius: 10px !important;
  
}
.card-wrap-clip {
  max-width: 100%;
  width: 550px;
  height: 55px;
  margin-top: -1px;
  border-style: solid;
  border-width: 55px 80px 0 0;
  border-color: transparent #001019 ;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: wrap 0.5s 0.3s ease both;
  
}
.card__link  a
{
  color: #001019;
  padding: 3px;
  animation: wrap 0.5s 0.3s ease both;
}
@keyframes wrap{
  from{
      opacity: 0;
  }
  to{
     opacity: 100%;
  }
}


@media (min-width: 1280px)
{
    .containermenu, .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
} */

/*////                  Section 2                  ////*/ 


/*////                  Section 3  News           ////*/ 
.archive_assiociation_section{
    width : 100% ;  
    margin : auto ; 
    display : flex ; 
    justify-content : center ; 
    align-content : center ; 
    flex-direction : column ; 
}  
.archive_assiociation_title_section{
    width : 100%;
    display : flex ; 
    justify-content : center ; 
    align-items: center;
    flex-direction: row;
}

.archive_assiociation_section_bloc{
    width : 99% ; 
    display : flex ; 
    flex-flow : row wrap ; 
    justify-content : space-around ;  
    align-items : center ; 
    align-self: center;
}
.archive_assiociation_bloc{	
    width : 320px ;
    height : 250px ; 
    margin-bottom : 20px ; 
    margin-top : 10px;
    border : 1px #c9c9c9 solid ; 
    overflow : hidden ; 
}
.archive_assiociation_bloc a{
    font-family : Montserrat ; 
    font-size : 12px ; 
    color : #3a3a3a ; 
    text-decoration : none ; 
}
.archive_assiociation_bloc a:hover{
    font-family : Montserrat ; 
    font-size : 12px ; 
    color : #ff6e00 ; 
    text-decoration : none ; 
}
.archive_assiociation_bloc a:active{
    font-family : Montserrat ; 
    font-size : 12px ; 
    color : #3a3a3a ; 
    text-decoration : none ; 
}
.archive_assiociation_bloc_text{
    width : 320px ;
    height : 225px ; 
    position: relative;
    z-index:2;
    display : flex ; 
    align-content : flex-end ; 
    align-items : flex-end ;
    overflow : hidden ;
}
.archive_assiociation_bloc_text_img{
    width : 320px ;
    height : 180px ; 
    position:absolute;
    z-index:1;
    overflow:hidden ; 
}
.archive_assiociation_bloc_text_overlay{
    width : 320px ;
    height : 35px ; 
    background-color : #f4f4f4 ; 
    border-top : 1px #c9c9c9 solid ; 
    display : flex ;
    flex-direction : column ; 
    align-items : flex-start ; 
    align-content : flex-start ; 
    transition: all 0.5s;
    padding : 3px ; 
    padding-top: 5px ;
}
.archive_assiociation_bloc_text_overlay:hover{
    width : 320px ;
    height : 110px ; 
    background-color : #f4f4f4 ; 
}
.archive_assiociation_bloc_text_title{
    margin : 0 ; 
    padding : 0 ; 
    text-align : center ; 
    text-transform : uppercase;
    text-decoration : none ; 
    font-size : 16px ; 
    margin-bottom: 5px ;
}
.archive_assiociation_bloc_text_content {
    width : 100%;
    height : 70px ; 
    font-size : 12px ; 
    transition:all 0.5s;
    opacity:0;
    color : #343434 ; 
    text-decoration : none ;
    text-transform : none;
}

.archive_assiociation_bloc_text_overlay:hover .archive_assiociation_bloc_text_content {
    opacity:1;
    color : #343434 ; 
    text-decoration : none ; 
    text-transform : none;
}
.archive_assiociation_bloc_text_info{
    display: flex ;
    width: 100%;
    height: 100%;
    justify-content : space-between ; 
    z-index: 5;
    position: relative;
    overflow : hidden ;
    background-color : #fbfbfb;
    color: #343434 ;
    padding-top: 4px ;
    font-family : Montserrat ; 
    font-size : 12px ; 
    border-top: 1px white solid;
}
.archive_assiociation_bloc_text_info_partage{
padding-left: 5px ;
}
.archive_assiociation_bloc_text_info_auteur{
padding-right: 5px ;
}

.test{
    margin : 35px;
    font-size: 18px;
    font-family: Arial;
}


.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #c9c9c9;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
  }
  .blog-card a {
    color: inherit;
  }
  .blog-card a:hover {
    color: #E94400;
  }
  .blog-card:hover .photo img{
    transform: scale(1.3) rotate(3deg);
  }
  .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
  }
  .blog-card .photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    text-align:center;
    transition: transform 0.2s;
  }
  .blog-card .details,
  .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
  }
  .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 16, 25, 0.6);
    color: #fbfbfb;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
  }
  .blog-card .details a {
    text-decoration: dotted underline;
  }
  .blog-card .details ul li {
    display: inline-block;
  }

  .blog-card .description {
    padding: 1rem;
    background: #fbfbfb;
    position: relative;
    z-index: 1;
  }
  .blog-card .description h1,
  .blog-card .description h2 {
    font-family: Poppins, sans-serif;
    
  }
  .blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
    color : #E94400 ; 
  }
  .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
  }
  .blog-card .description .read-more {
    text-align: right;
  }
  .blog-card .description .read-more a {
    color: #343434;
    display: inline-block;
    position: relative;
    font-size: 22px;
    padding-left: 12px;
    padding-right: 5px;
  }
  .blog-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
  }
  .blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
  }
  .blog-card p {
    position: relative;
    margin: 1rem 0 0;
  }
  .blog-card p:first-of-type {
    margin-top: 1.25rem;
  }
  .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #E94400;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
  }
  .blog-card:hover .details {
    left: 0%;
  }
  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row;
      max-width: 700px;
    }
    .blog-card .meta {
      flex-basis: 40%;
      height: auto;
    }
    .blog-card .description {
      flex-basis: 60%;
    }
    .blog-card .description:before {
      transform: skewX(-3deg);
      content: "";
      background: #fbfbfb;
      width: 30px;
      position: absolute;
      left: -10px;
      top: 0;
      bottom: 0;
      z-index: -1;
    }
    .blog-card.alt {
      flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
      left: inherit;
      right: -10px;
      transform: skew(3deg);
    }
    .blog-card.alt .details {
      padding-left: 25px;
    }
  }
  
  .partage {
    -webkit-animation-name: swashIn;
    animation: swashIn 0.5s 0.3s ease both;
  }
  @-webkit-keyframes swashIn {
    0% {
      opacity: 0;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
    }
  
    90% {
      opacity: 1;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
    }
  
    100% {
      opacity: 1;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  @keyframes swashIn {
    0% {
      opacity: 0;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
    }
  
    90% {
      opacity: 1;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
    }
  
    100% {
      opacity: 1;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
.wrap {
  margin: 0 auto;
	position: relative;
	width: 99%;
	height: 49rem;
	background-color: #fbfbfb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-boutique
{
    margin-top:8rem;
    margin-left: 0;
}

.shoe {
    width:16rem;
}

.content .bar {
    position: absolute;
    right: 0;
    width: 70px;
    background-color: rgba(229, 229, 229, 0.7);
    z-index: 10;
    top: 6rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (min-width: 980px) {
    .wrap {
        height: 30rem;
    }
    .item-boutique
    {
        margin-top:4rem;
        margin-left: 10rem;
    }
    .shoe {
        width:18rem;
    }
}

.wrap-clip {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 240px  0 0 310px;
	border-color:  #fbfbfb transparent transparent transparent;
	margin-top: -1px;
	transition: all 0.8s ease-in-out;
}

@media (min-width: 640px)
{
    .wrap-clip {
        border-width: 480px  0 0 620px;
    }
}

.content {
  margin: 0 auto;
	position: relative;
	width: 85%;
	height: 95%;			
	box-shadow: 0 0 12px rgba(0,0,0,.25);
	z-index: 100;
}

.content .bar > * { display: block; text-align: center; }

.content .bar img { width: 48px; margin-bottom: 5px; transition: all .4s ease-in-out; padding: 5px;}

.content .bar a:hover img {  }


.content .top {
	width: calc(100% - 80px);
	height: 40px;
    z-index: 10;
}
.content .top h2{
	font-size: 34px;
	position: absolute ;
	top : 0.5rem;
	left: 1.5rem;
	margin: 0;
	padding: 0;
	color: #001019;
}
.content .top h2::after {
	content: "";
	height: 2px;
	background-color: #E94400;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	animation: linkAfter 0.5s 0.3s ease both;
  }
@-moz-keyframes linkAfter {
	0% {
	  width: 0;
	}
	100% {
	  width: 30px;
	}
  }
  @-webkit-keyframes linkAfter {
	0% {
	  width: 0;
	}
	100% {
	  width: 30px;
	}
  }
  @-o-keyframes linkAfter {
	0% {
	  width: 0;
	}
	100% {
	  width: 30px;
	}
  }
  @keyframes linkAfter {
	0% {
	  width: 0;
	}
	100% {
	  width: 30px;
	}
  }
.menu {
	padding: 0 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  text-align: right;
}

.menu a {
	margin-right: 40px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	color: #888;
}

.image {
    margin-right: 50px;
    margin-left: 20px;
    display:inline-block;
    vertical-align: middle;
}

.info {
    display:inline-block;
    vertical-align: middle;
	margin-left: 15px; 
	width: 16rem;
	color: #333;
}

.info p {
	text-align: justify;
	line-height: 1.5;
	font-size: 14px; 
	color: #444; 
}

.info button { 
	margin-top: 25px; 
	margin-bottom: 20px;
	width: 100%;
}

.info h2, .info h3 { margin: 10px 0; }
.info h2 { font-size: 28px; }

.info button i { font-size: 24px; }

.item .title {
	position: absolute;
    top: 80px;
    left: 30px;
	font-family: 'Cuprum', 'Roboto', Tahoma;
    font-size: 100px;  
    font-weight: 500;   
    color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.logo { 
	margin-left: 20px;
	width: 48px; 
	float: left;
	opacity: 0.75; 
}

.cart {
	position: relative;
	padding: 5px;
    margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
    color: #777; 
}

.products {
	height: 100%;
	position: relative;
	perspective: 1000px;
}

.products-wrap {
	position: absolute;
	width: 100%;
	height: 80%;
	transform-style: preserve-3d;
	transition: transform 0.8s ease-in-out;
}

.item {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: none;
	align-items: center;
	backface-visibility: hidden;
}

.products-wrap .item:nth-child(1) { transform: rotateY(0deg) translateZ(400px); display: flex;  }
.products-wrap .item:nth-child(2) { transform: rotateY(90deg) translateZ(400px); display: flex; }
.products-wrap .item:nth-child(3) { transform: rotateY(180deg) translateZ(400px); display: flex; }
.products-wrap .item:nth-child(4) { transform: rotateY(270deg) translateZ(400px); display: flex; }

.wrap[data-pos="0"] .products-wrap {
  -webkit-transform: translateZ(-400px) rotateY(0deg);
          transform: translateZ(-400px) rotateY(0deg);
}
.wrap[data-pos="1"] .products-wrap {
  -webkit-transform: translateZ(-400px) rotateY(-90deg);
          transform: translateZ(-400px) rotateY(-90deg);
}
.wrap[data-pos="2"] .products-wrap {
  -webkit-transform: translateZ(-400px) rotateY(-180deg);
          transform: translateZ(-400px) rotateY(-180deg);
}
.wrap[data-pos="3"] .products-wrap {
    -webkit-transform: translateZ(-400px) rotateY(-270deg);
            transform: translateZ(-400px) rotateY(-270deg);
  }

.wrap[data-pos="0"] .wrap-clip { background-color: #e5e5e5; animation: wrap 0.5s 0.3s ease both;  }
.wrap[data-pos="1"] .wrap-clip { background-color: #e5e5e5 }
.wrap[data-pos="2"] .wrap-clip { background-color: #e5e5e5 }
.wrap[data-pos="3"] .wrap-clip { background-color: #e5e5e5 }

.btn-shop {
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
	border-width: 0;
	outline: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #2ecc71;
	color: #ecf0f1;
	transition: background-color .3s;
}

.btn-shop:hover, .btn-shop:focus { background-color: #27ae60; }
.btn-shop > * { position: relative; }

.btn-shop span {
  display: block;
  padding: 8px 24px;
}

.btn-shop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-shop:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}

.badge {
	padding: 3px 7px;
  	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
	background-color: #F44336;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;	
}

.badge:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border: dotted #F44336 2px;
  border-radius: 20px;
  opacity: 0;
}

.cart.add .badge { animation: pulse 1.5s 1; }
.cart.add .badge:before { animation: sonar 1.5s 1; }

@keyframes sonar { 
  0% {transform: scale(.9); opacity:1;}
  100% {transform: scale(2);opacity: 0;}
}

@keyframes pulse {
  0% {transform: scale(1);}
  20% {transform: scale(1.4);} 
  50% {transform: scale(.9);} 
  80% {transform: scale(1.2);} 
  100% {transform: scale(1);}
}
