/*
Theme Name: lastt
Author: Soufiane ennhaieche
Template: lastt
*/ 


@charset "UTF-8";

/* -------------------------------------------------- */

body {
	/*margin: 30px!important;*/
	/*margin-top: 200px!important;*/
	font-family: Courier New, Courier, Monaco, Arial, Verdana!important;
	font-size: 11px!important;
	line-height: 16px!important;
	color: #777!important;
	background-color: #FBFBFB!important;
}

h1.titrePost {
  font-family: Courier New, Courier, Monaco, Arial, Verdana!important;
  font-weight: 100;
}

#legende {
  /*min-height:5px;*/
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1021;    
  background-color: #f8f9fa!important;
  border-top: 1px dotted #777777;
}
#legende p {
  background-color: transparent;
}
#legende strong {
 font-weight: bolder;
 color: black;
}
#menuLASTT {
		border-bottom: 1px dotted #777777;
}

#menuLASTT .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

#menu-principal li.active a { 
	text-decoration: underline;
}

a.nav-link:hover {
	text-decoration: underline;
}

#menuLASTT a.nav-link {
    color: #FF3300;
    font-size: 14px;
}

button:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
	
	#menuLASTT {
    	padding-top: 10px;
    	padding-bottom: 0px;   
	}

}


// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {

	#menuLASTT {
    	padding-top: 10px;
    	padding-bottom: 10px;   
	}
}

.auteursPub {
	text-transform:uppercase;	
}

.nouvelle {
	min-height:500px; 
	max-height:500px;
  margin-bottom: 105px;
}

.nouvelle h2{
	font-size: 14px;

}

.nouvelle h3{
	font-size: 14px;
	color:#FF3300;

}
.nouvelle p{
	font-size: 14px;	
}

.nouvelle .card .row{
	min-height:300px;
	max-height:300px;
}

#nouvellesLastt .nouvelle .card {
	width: 100%;
    border: unset;
    border-radius: 0rem;
    border-top: 1px dotted #777777;
    border-bottom: 1px dotted #777777;
    border-left: 0px dotted #777777;
    border-right: 0px dotted #777777;
    background-color: transparent;
}

.newBreve {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #FF3300;
}

.newBreve:hover, .newPublication:hover {
  background: #777777;
}

.newEvenement:hover  {
  border:25px solid #777777;
}

.newPublication {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: #FF3300;
}
.newEvenement{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: white;
	border:25px solid #FF3300;
}

.infoPlus a:hover ~ .newBreve {

 background: #777777!important;

}

.infoPlus a {
  color:#777777;
}

.infoPlus a:hover {
  color:#FF3300;
}


#menu {
	display: fixed;
	z-index: 100;
	width: 100%;
	/*padding: 10px 20px 10px 20px;*/
	border-bottom: 0px dotted #000;
	color: #333;
	background-color: #FFF;
	font-size: 1.2em; 
}

 /*.infoPlus a:hover > .newBreve {
  color:#777777;

}*/


/* ANIMATION POUR HAMBERGER MENU */

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 1px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: black;
}

.animated-icon2 span {
background: black; /*#e3f2fd;*/
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

/* ANIMATION POUR HAMBERGER MENU */

.laPublication {
	padding-top: 10px;
	padding-bottom: 5px;
}

.lineBottomDotted {
	border-bottom: 1px dotted #777777;

}

.lineTopDotted {
	border-top: 1px dotted #777777;

}

/*publication*/

.titre { 
	font-family: Lucida Grande, Arial, Verdana, sans-serirf; 
	font-size: 12px; 
	color: #333; 
	letter-spacing:0em; 
	line-height:17px;
	font-weight: bold; 
	vertical-align: top;
}

.titre a:link { color: #333; text-decoration: none; }
.titre a:visited { color: #FF3300; text-decoration: none; }
.titre a:hover { color: #FF3300; text-decoration: none; }
.titre a:active { color: #333; text-decoration: none; }


.texte-def {
	font-family: Lucida Grande, Verdana, Helvetica, Lucida Grande, Arial, sans-serirf; 
	font-size: 12px; 
	color: #333; 
}

.texte-ref {
	font-family: Verdana, Helvetica, Lucida Grande, Arial, sans-serirf; 
	font-size: 12px;
	line-height: 15px;
	color: #333; 
}

.selectpublication{

	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    cursor: default;
    font: 400 13.3333px Arial;
}

.selectpublication option{
	font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

#btn_recherche{
  /*background-image: url(../images/fleche-on.gif);*/
  /*content: "\f463";*/
    background-repeat: no-repeat;
    border: none;
    height: 17px;
    padding: 0px;
    background-color: transparent;
}

/*page presentation*/

.manifeste {
	font-family: Lucida Grande, Verdana, Helvetica, Lucida Grande, Arial, sans-serirf; 
	font-size: 16px; 
	line-height: 22px;
	color: #333; 
}

.manifeste a{ color: #FF3300; text-decoration: none; }
.manifeste a:link { color: #FF3300; text-decoration: none; }
.manifeste a:visited { color: #FF3300; text-decoration: none; }
.manifeste a:hover { color: #FF3300; text-decoration: underline; }
.manifeste a:active { color: #FF3300; text-decoration: none; }


/* PAGE  MEMBRES */

            .titreOrange{
              padding-bottom:0px; 
              margin-bottom:0px;
              padding-top:0px; 
              margin-top:0px;
              line-height: 0.7;
            }
            .titreOrange a {
              font-size: 12px;
              color: #FF3300;
              text-decoration: none;
            }
            .titreOrange a:hover {
              font-size: 12px;
              color: #FF3300;
              text-decoration: underline;
            }  

            #accordionLASTT .modal-content{
              border: 0px;
              border-radius: 0rem;
            } 

            #accordionLASTT .modal-header {
              border-bottom: 0px solid black;
            }     

            .modal li {
              background-image: url(../images/puce.gif);
              background-repeat: no-repeat;
              background-position: left 1px;
              list-style-type: none;
              padding-left: 18px;
              margin-bottom: 8px;
            }
            .modal ul {

              margin-left: 0px;
              margin-top: 0px;
              padding-left: 0px;
            }
            .texte-defMembres {
                font-family: Lucida Grande, Verdana, Helvetica, Lucida Grande, Arial, sans-serirf;
                font-size: 11px;
                color: #333;
            }  
          .nomsMembres {

            font-size: 15px;

          }    
          b.FirstDesc {
            color: #777;
            font-weight: bold;
          }   
          .SecondDesc{
            color: black;
          }
          .dateMembres {

              font-family: Courier New, Courier, Monaco, Arial, Verdana;
              font-size: 11px;
              line-height: 14px;
              color: #777;

          }

.select200{

  min-height: 200px;
}  


#pageMembres .card-header, #pageMembres .card {
  border:none;
  background-color: transparent;
}

span.dashicons-external, span.dashicons-email-alt, span.dashicons-edit-page, span.dashicons-share-alt2{
  color:#333;
  color:#FF3300;
}  
span.dashicons-external:hover, span.dashicons-email-alt:hover , span.dashicons-edit-page:hover, span.dashicons-share-alt2:hover {
  color:#FF3300;
}  

span.dashicons-external {
    /*position: absolute;
    right: 0px;
    top: 0px;*/
}
#plusDetailsWeb a  {
  color: #FF3300;
  text-decoration: none;
}

#plusDetailsWeb a:hover {
  color: #FF3300;
  text-decoration: underline;
}

span.dashicons-update {
  color:#FF3300;
    font-family: dashicons;
    display: inline-block;
    line-height: 0.8;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 25px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}
/* FIN PAGE  MEMBRES */