body{
  background-size: cover;
  background-color: #edf3f5;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  font-size: 16px;
}

.big_container h1{
  color: #4780c2;
  font-family: 'Cormorant Garamond', serif; 
}

.big_container h2{
  font-size: 19px;
  line-height: 150%;
  width: 60%;
}

.big_container .create_new{
	display: block;
    height: 55px;
   	line-height: 3.1;
    -webkit-appearance: none;
    font-size: 17px;
    color: white;
    background-color: #2d3d46;
    border: none;
    float: right;
    width: 300px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin-left: 15px;
	margin-top: -50px;
}

.big_container .create_new:hover{
    background-color: #4293ca;
}

.big_container .block_collection{
	position: relative;
}

.big_container .line_collection{
	width: 100%;
	margin-bottom: 30px;
	min-height: 100px;
    max-height: 150px;
}

.big_container .name_collection{
	background-color: #8ebdde;
	border: 2px solid #43515a;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: black;
	width: 65%;
	display: inline-block;
	height: 100%;
	padding: 10px;
	padding-left: 25px;
	cursor: pointer;
}

.big_container .name_collection:hover{
	border:none;
}

.big_container .name_collection h3{
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.big_container .name_collection a, .big_container .config_collection a{
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: black;
	display: block;
}

.big_container .name_collection .estimation{
  background-color: #d39d6f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 190px;
  padding: 5px;
  color: white;
  text-align: center;
  margin-left: 10px;
}

.estimer h3, .estimer .estimation {
  display: inline-block;
}

.big_container .config_collection a{
	color: #735486;
}

.big_container .config_collection_public a{
	color: white;
}

.big_container .config_collection{
	background-color: white;
	border: 2px solid #735486;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: black;
	display: inline-block;
	float: right;
	color: #735486;
	font-weight: bold;
	cursor: pointer;
	padding-top: 20px;
	width: 250px;
	max-width: 300px;
	min-height: 100px;
    max-height: 150px;
}

.big_container .config_collection_public{
	background-color: #735486;
	color: white;
}

.big_container .config_collection img{
	width: 35px;
}

.big_container .config_collection p{
	float: right;
    width: 75%;
    font-size: 18px;
    margin-left: 15px;
}

.big_container .config_collection .config_block{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 5px;
}


/*popup*/

.modal_popup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

.modal_popup-content {
  background-color: transparent;
  margin: auto;
  padding: 20px;
  width: 100%;
}

.close_popup {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_popup:hover,
.close_popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal_popup .container_flex_popup{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.modal_popup .select_block_flex{
  width: 40%;
  max-width: 350px;
  margin: 15px;
  background-color: #8ebdde;
  height: 420px;
  -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid black;
	padding: 20px;
	padding-top: 40px;
	cursor: pointer;
}

.modal_popup .select_block_flex a, .modal_popup .select_block_flex form, .modal_popup .select_block_flex label{
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.modal_popup .select_block_flex img{
	margin-right: auto;
	margin-left: auto;
	width: 75px;
	text-align: center;
	display: block;
}

.modal_popup .select_block_flex h2{
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
}

.modal_popup .select_block_flex p{
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}

/*pop up sub*/

.modal_popup_sub{
  background-color: rgba(0,0,0,0.6);
  background-color: #0057a33b;
}

.modal_popup_sub-content{
  width: 630px !important;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}

.modal_popup_sub .close_popup {
  color: black;
  float: right;
  font-size: 58px;
  font-weight: bold;
  margin-top: -15px;
  height: 25px;
  display: block;
}

.modal_popup_sub h2{
  text-align: center;
  width: 100%;
  margin-top: 40px;
  font-size: 40px;
  color: #4780c2;
}

.modal_popup_sub p{
  text-align: left;
  margin-top: 0px;
  font-weight: normal;
  text-align: center;
}

.modal_popup_sub img{
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.modal_popup_sub ul{
  font-size: 17px;
  padding-left: 50px;
}

.modal_popup_sub li{
  margin-bottom: 5px;
}

.modal_popup_sub .button_sub{
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 20px;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 20px;
  color: white;
  background-color: #2d3d46;
  border: none;
  margin-top: 70px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.modal_popup_sub .button_sub:hover {
  background-color: #4293ca;
}


@media screen and (max-width: 1000px) {
  .modal_popup .container_flex_popup{
    flex-direction: column;
  }

  .modal_popup .select_block_flex{
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}