* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "onaizah-ayman";
    src: url('../fonts/099.ttf');
}
@font-face {
	font-family: 'FrutigerLT';
	src: url('../fonts/FrutigerLTArabic55Roman.ttf');
}
a.nonclik {

    line-height: 1.7;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration: none;
}

a.nonclik:focus {
    outline: none !important;
    text-decoration: none;
}

a.nonclik:hover {
    text-decoration: none;


}

p {
    font-family: Oswald-Regular, sans-serif;
    font-size: 16px;
    text-align: cright;
    padding: 0px;
    line-height: 1.7;
    color: #000;
    margin: 0px;
}


p.style {
    font-family: Oswald-Regular, sans-serif;
    font-size: 11px;
   
    padding: 0px 15px;

    line-height: 1.7;
    color: #696969;
    margin: 0px;
    text-decoration: none;
}
p.style2 {
    font-family: Oswald-Regular, sans-serif;
    font-size: 20px;
   
    padding: 0px 15px;

    line-height: 1.7;
    color: #fff;
    margin: 0px;
    text-decoration: none;
}

p.style:hover {

    color: #fff;
    text-decoration: none;

}

/******* intégration header *****/

header {

    margin-right: auto;
    margin-left: auto;
}

header .container {
    align-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;

}


#main {
    transition: margin-left 0.5s;
    padding: 16px;
    margin-top: -80px;
}

#main span {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

/****** integration contenu ******/
section.all-section {


	background-position: center;
	background-image:  url(../images/bg.jpg);
	background-attachment: fixed;
    padding: 20px ;
    min-height: 730px;

}

.block-contenu-top {
    margin: 0 auto;
}

.carousel .item {
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
    margin: 0 auto; /* Align slide image horizontally center */
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.block-contenu-top .carousel-control .glyphicon-chevron-left,
.block-contenu-top .carousel-control .glyphicon-chevron-right,
.block-contenu-top .carousel-control .icon-next,
.block-contenu-top .carousel-control .icon-prev {
    font-size: 20px;
    margin: 0;
}


/****** integration section 2 ******/
section.section-2 {
    max-width: 500px;
    margin: 0 auto;
   
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
	box-shadow: 1px 1px 20px #000;



}
section.section-2  .bloctitle {

	 width: 90%;
	background-color: #248332;
	margin:10px 00 10px 00px ;
	 border-radius: 30px 0 30px 0;
	padding: 5px;
		
}
section.section-2 .bloctitle h1 {

    font-family: 'FrutigerLT',arial,  sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0px;
    display: block;
    padding: 10px 10px;
    text-shadow: 0.3px 0.8px #000;
}

section.section-2 .bloctitle spam {

    font-family: Oswald-Regular, sans-serif;
    font-size: 15px;
    color: #fff;
    margin: 0px;
    padding: 0 00px 10px 00px;
    display: block;
    /*text-shadow: 1px 2px #505050;   */
}
section.section-2 .wrap-cont2 {

    margin: 0 auto;
  
    align-items: center;
    align-content: center;
    width: 90%;
    background: transparent;
    padding: 0;
    text-decoration: none;
	
   
}


section.section-2 .wrap-cont2 .amour-section {
    text-align: center;
    align-items: center;
    align-content: center;
    margin: 20px 0 0 0;
	padding: 5px 0 10px 0;

    text-decoration: none;
	border-bottom: solid 0.1px #dfdfdf;
}

section.section-2 .wrap-cont2 .amour-section .cols {
    padding: 0;
    margin: 20px 0 0 0;
}

.amour-section {
 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
	box-shadow: 20px;

}

section.section-2 .wrap-cont2 .amour-section .cols.cols1 {
    
	 width: 70%;

	padding: 0 0 0 20px;  
}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 {
    width: 100%;
	border-radius: 20px;
	margin: 0 12px 0 0px;
}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 a {

   
  background-color: #ea763b;
  border: 1px solid #f3edeb;
  color: #fff;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;border-radius: 10px;
	
	
}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 a:hover {
    background-color: #efc4d6;

}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

section.section-2 .wrap-cont2 .amour-section .cols.cols2 a:hover span {
  
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.bloclec img {
    width: 100%;
    max-width: 320px;
		border-radius: 20px 20px 0 0;
		
}

/****** integration footer ******/

footer {
    height: 90px;
    background: #807e7740;
    height: 70px;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

footer .container {
    text-align: center;
}  .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
	margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ accordion -------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
	margin: 0 !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ La Partie Responsive -------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .block-contenu-top {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .block-contenu-top {
        width: 100%;
    }
}

@media (max-width: 450px) {
    section.section-2 .menu-sec .vertical-menu {
        padding: 30px;
    }
}
