@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.dr-sugiyama-regular {
  font-family: "Dr Sugiyama", cursive;
  font-weight: 400;
  font-style: normal;
}

::selection {
    background: rgba(234,108,42,1);
    color: #fff;
}

/***********************/
/* RESET CSS */
/***********************/

* {
  font-family: "UICTFontTextStyleItalicBody", sans-serif;
}

body{
  background-color: #f7f7f7;
}

html{
  scroll-behavior: smooth;
} 


h2 {
  color: rgba(158,36,130,1)
}

.color-black {
  color: rgb(33, 37, 41);
}

.color-orange {
  color: rgba(234, 108, 42, 1);
}

.color-violet {
  color: rgba(158,36,130,1)
}


/*  NAVBAR  */
header {
  height: 100px;
  background-color: #f7f7f7;
  padding: 0px 15px;
  box-shadow: none;
  text-align: center;
}

.img-titre {
  max-height:250px;
  max-width: 100%;
}


.pied {
  width: 50px;
  height:50px;
  border-radius: 50%;
}

#nav-section {
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
  border: none;
  background-color: transparent;
}

.menu-trigger {
  top: 23px;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  background-color: #1e1e1e;
}

.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.menu-trigger span:before,
.menu-trigger span:after {
  background-color: #1e1e1e;
}

.menu-trigger span:before,
.menu-trigger span:after {
  content: "";
}

.menu-trigger span {
  top: 16px;
}

.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.nav-item .nav-link {
  font-family: "Rubik";
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(158,36,130,1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.nav-item:hover .nav-link, .nav-item .nav-link.active {
  color: rgba(234,108,42,1) !important;
  opacity: 1;
}
/*  NAVBAR END  */



/* MAIN */
main {
  padding-top: 50px;
}

h1 {
  font-size: 5rem;
}

#toTop {
  position:fixed;
  bottom:15px;
  right:15px;
  cursor:pointer;
  background: rgba(234,108,42,0.7);
  width:50px;
  font-size:25px;
  line-height:45px;
  color:#fff;
  text-align:center;
  border-radius:50px;
  height:50px;
}
#toTop i{
  font-size: 1.5em;
}

.presentation {
  //min-height: calc(100vh - 100px);
}

.img-femme{
  background-image: url('../img/mur-femme.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 55vh;
}
/*
  height:100vh;
  background: url('../img/mur-femme.jpg') 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.angeline {
  width: 100%;
  border-radius: 50%;
}

.autrice {
  font-size: 1em;
  text-align: justify-all;
}

.autrice span{
  display: flex;
  justify-content: center;
  text-align: center;
}



/*  CHRONIQUES  */

section.chroniques .filters li {
  font-size: 13px;
  color: rgba(234,108,42,1) !important;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 20px -5px #111;
  padding: 11px 15px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 5px;
}

section.chroniques .filters li.active{
  color: rgba(158, 36, 130, 1) !important;
  background-color: rgba(234,108,42,0.7) !important;
}

.chroniques{
  padding-top: 30px;
  padding-bottom: 0px;
}

.chroniques .card {
  border: 0;
  box-shadow: 5px 5px 20px -5px #d7d7d7;
}

.chronique img {
  max-width: 80vw;
  height: auto;
}

.bandeau-logo {
  height: 150px;
  width: auto!important;
}

.wrapper_chroniques {
  background-color: rgba(158, 36, 130, 0.3);
  //width: 100%;
  padding: 0 2rem;
  text-align: center;
  box-shadow: 5px -5px 30px -7px black;
  margin-top: 20px;
}

.allchronique-title{
  color: rgba(158, 36, 130, 1);
  font-size: 1.25rem;
}

.chronique-title{
  color: rgba(158, 36, 130, 1);
  font-size: 2rem;
}
/*  CHRONIQUES END  */



/*  ACTUALITÉS  */
.actualites{
  padding-top: 30px;
  padding-bottom: 0px;
}

.actualites .card {
  border: 0;
  box-shadow: 5px 5px 20px -5px #d7d7d7;
}

.actualite img {
  max-width: 80vw;
  height: auto;
}

.wrapper_actualites {
  background-color: rgba(158, 36, 130, 0.3);
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  box-shadow: 5px -5px 30px -7px black;
  margin-top: 20px;
}

.allactualite-title{
  color: rgba(158, 36, 130, 1);
  font-size: 1.25rem;
}

.actualite-title{
  color: rgba(158, 36, 130, 1);
  font-size: 2rem;
}
/*  ACTUALITÉS END  */

.alapage {
  font-size: 3em;
}

.date {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(234, 108, 42, 1) !important;
  margin:0;
}

.date span{
  display: block;
  color: #1f272b;
  font-size: 22px;
}

.card-img{
  //position: relative;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
}

.card-img-inspi{
  //
  position: relative;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Polaroid 2*/
.wrapper {
  background-image: url("..//img/wall_color.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
  box-shadow: 5px -5px 30px -7px black;
  margin-top: 20px;
}
.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}
.item {
  margin-top: 2rem;
  filter: grayscale(100%);
}
.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.35s;
}
/* END Polariod 2*/


/*  CONTACT */
.contact {
  background-color: rgba(158,36,130,0.3);
  box-shadow: 0px 0px 15px -5px black;
}

.btn-contact{
  background-color: rgba(234,108,42,1);
  color: #f7f7f7;
  border: 1px solid rgba(194,68,02,1);
}

.btn-contact:hover{
  color: #f7f7f7;
  background-color: rgba(158,36,130,1);
  border: 1px solid rgba(128,6,100,1);
}
/*  CONTACT */

/* MAIN END */


.wrapper_actualites {
  background-color: rgba(234,108,42,0.85);
  //width: 100%;
  padding: 0 2rem;
  text-align: center;
  box-shadow: 5px -5px 30px -7px black;
  margin-top: 20px;
}

/*  FOOTER  */
footer {
  background-color: rgba(158,36,130,1);
  box-shadow: 0px 0px 20px -5px #1f1f1f;
  color: #f7f7f7;
}

footer p {
  font-size: 0.9em;
  margin-bottom: 2px;
}

footer p span{
  font-size: 0.8em;
  display: flex;
}
/*  FOOTER  END*/






@media (max-width: 991px) {
  .menu-trigger {
    display: block !important;
  }

  .navbar-nav .nav-item .nav-link {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
  }

  .navbar-nav .nav-item:first-child {
    border-top: 1px solid #eee;
  }
  .navbar-nav .nav-item {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar-nav  {
    margin-top: 40px !important;
  }
}