/*.ngdialog-content{*/
/*width:100%;*/
/*}*/
/*

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 7, ../sass/popup.scss */
.popup {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

/* line 13, ../sass/popup.scss */
.ngdialog-content {
  /*min-height: 40%;*/
  min-width: 50%;
  border-radius: 3px;
  background-color: #5BA3D4 !important;
}

/* line 20, ../sass/popup.scss */
.popup-content {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 10%;
  width: 80%;
  /*text-align: center;*/
  font-size: 2vmin;
  color: white;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
  padding: 0 10px;
}

/* line 36, ../sass/popup.scss */
.popup-content::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

/* line 45, ../sass/popup.scss */
.popup .popup-btn-cancel {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 90%;
  width: 10%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-color: #929497;
  cursor: pointer;
}

/* line 59, ../sass/popup.scss */
.popup.cancel .popup-btn-cancel {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 90%;
  width: 10%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-color: #5BA3D4;
  cursor: pointer;
}

/* line 72, ../sass/popup.scss */
.popup-information-content {
  background: white;
}

/* line 76, ../sass/popup.scss */
.popup-btn-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90%;
  right: 0;
  width: 10%;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background-color: #8BC53F;
  cursor: pointer;
}

/* line 86, ../sass/popup.scss */
.popup img {
  display: block;
  position: absolute;
  width: 60%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*/////////////////////////////////
/*          TUTORIEL             //
/////////////////////////////////*/
/* line 102, ../sass/popup.scss */
.ngdialog.popup-fullscreen .ngdialog-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 107, ../sass/popup.scss */
.ngdialog.popup-fullscreen .ngdialog-content img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 113, ../sass/popup.scss */
.ngdialog.popup-fullscreen .ngdialog-content .close-btn {
  display: block;
  position: absolute;
  width: 3.5%;
  height: 7%;
  top: 1%;
  right: 0.5%;
  z-index: 10;
  cursor: pointer;
}

/*/////////////////////////////////
/*          INFORMATION           //
/////////////////////////////////*/
/* line 134, ../sass/popup.scss */
.popup-module-info .bold {
  font-weight: bold;
  font-size: 2vmin;
}
/* line 139, ../sass/popup.scss */
.popup-module-info .popup-info-name {
  margin: 20px 0px 0px 20px;
}
/* line 143, ../sass/popup.scss */
.popup-module-info .popup-info-credit {
  margin: 20px;
}
/* line 147, ../sass/popup.scss */
.popup-module-info .popup-info-wrapper {
  background-color: white;
  position: absolute;
  -webkit-transform: scale(0.8);
  min-width: 50%;
  width: 50%;
  max-width: 75%;
  min-height: 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
/* line 161, ../sass/popup.scss */
.popup-module-info .popup-btn-cancel {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  background-color: #5BA3D4;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
/* line 173, ../sass/popup.scss */
.popup-module-info .popup-btn-cancel img {
  display: block;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 184, ../sass/popup.scss */
.popup-module-info .popup-info-content {
  display: inline-block;
  height: 100%;
  width: 88%;
  margin-left: 10%;
  vertical-align: top;
}
/* line 193, ../sass/popup.scss */
.popup-module-info .popup-info-text {
  display: block;
  max-height: 500px;
  margin: 20px;
  overflow: auto;
}
/* line 199, ../sass/popup.scss */
.popup-module-info .popup-info-text p {
  margin-bottom: 0;
}
/* line 204, ../sass/popup.scss */
.popup-module-info .popup-info-title {
  display: block;
  height: 30%;
  margin-left: 2px;
  border-bottom: 1px solid silver;
}
/* line 210, ../sass/popup.scss */
.popup-module-info .popup-info-title img {
  display: inline-block;
  margin: 15px;
  height: 50px;
}
/* line 216, ../sass/popup.scss */
.popup-module-info .popup-info-title p {
  display: inline-block;
  font-size: 2vmin;
  text-transform: uppercase;
}
/* line 223, ../sass/popup.scss */
.popup-module-info .ngdialog-content {
  min-height: 0;
}

/*CONFIRM POPUP*/
/* line 231, ../sass/popup.scss */
.overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

/* line 241, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper {
  height: 200px;
  position: fixed;
  display: flex;
  background: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  -webkit-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  -o-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    width: 66%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    margin-left: 17%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    margin-left: 25%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    margin-left: 25%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 241, ../sass/popup.scss */
  .popup-confirm-resultat .confirm-wrapper {
    margin-left: 25%;
  }
}
/* line 267, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .content p {
  font-family: DINPro-Regular;
  font-size: 1.8rem;
  color: #231F10;
  flex: 1;
  text-align: center;
  align-self: center;
  margin: 0 !important;
}
/* line 277, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button:first-child {
  background-color: #929497;
}
/* line 281, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button:last-child {
  background-color: #5DA3D4;
}
/* line 285, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 200px;
}
/* line 293, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-size: 100% 100%;
}
/* line 301, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button .next {
  background: url("../../assets/images/valider.svg") no-repeat center center;
}
/* line 305, ../sass/popup.scss */
.popup-confirm-resultat .confirm-wrapper .button .prev {
  background: url("../../assets/images/suivant.svg") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
