/*

Custom grids go here

*/
/*

You can add a grid with the following properties :

-min : min-width
-max : min-width (use -1 for infinite)
-grid : the susy grid to use
-cols : the grid column count
-name : the name of the grid

*/
/*

Set width with the number of column passed as argument

-list : a list of width values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set left margin with the number of column passed as argument

-list : a list of margin values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set the element as container for each defined grid

*/
/* line 3, ../sass/proposition.scss */
ity-proposition {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: fixed;
  display: flex;
  font-family: DINPro-Regular !important;
  flex-direction: column;
  font-size: 2rem;
  left: 50%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    width: 34%;
    float: left;
    margin-right: 2.77778%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    width: 25%;
    float: left;
    margin-right: 1.38889%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    width: 25%;
    float: left;
    margin-right: 1.38889%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    width: 25%;
    float: left;
    margin-right: 1.38889%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    margin-left: 66%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    margin-left: 75%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    margin-left: 75%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 3, ../sass/proposition.scss */
  ity-proposition {
    margin-left: 75%;
  }
}
/* line 17, ../sass/proposition.scss */
ity-proposition .list {
  width: 100%;
  padding: 25px 25px 0 25px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 24, ../sass/proposition.scss */
ity-proposition .list .item {
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
  background-color: #fffeff;
  border-radius: 3px;
  margin-left: 500px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
/* line 37, ../sass/proposition.scss */
ity-proposition .list .item .content-wrap {
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
}
/* line 42, ../sass/proposition.scss */
ity-proposition .list .item .content-wrap .text {
  padding: 25px;
  flex: 1;
  word-break: normal;
  overflow: hidden;
}
/* line 49, ../sass/proposition.scss */
ity-proposition .list .item .content-wrap .more {
  background-color: #8dbcdf;
  flex: 0 0 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 68, ../sass/proposition.scss */
ity-proposition .list .item .content-wrap .more .plus-icon {
  background-image: url("../images/plus.png");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
/* line 76, ../sass/proposition.scss */
ity-proposition .list .item .content-wrap .more.closed {
  flex: 0 0 0px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 86, ../sass/proposition.scss */
ity-proposition .list .item .less {
  background-color: #8dbcdf;
  flex: 0 0 0px;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 95, ../sass/proposition.scss */
ity-proposition .list .item .less .minus-icon {
  background-image: url("../images/minus.png");
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}
/* line 103, ../sass/proposition.scss */
ity-proposition .list .item .less.opened {
  flex: 0 0 41px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 119, ../sass/proposition.scss */
ity-proposition .list .item:hover {
  color: white;
  background-color: #5BA3D4;
  transition: 0.3s;
}
/* line 126, ../sass/proposition.scss */
ity-proposition .replay {
  background-color: rgba(0, 0, 0, 0.5);
  flex: 0 0 80px;
  color: white !important;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 138, ../sass/proposition.scss */
ity-proposition .replay .replay-icon {
  background-image: url("../../assets/images/replay-scene.svg");
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/* line 149, ../sass/proposition.scss */
ity-proposition .replay:focus {
  outline: 0 !important;
}
