body{


font-family: 'Open Sans Condensed', sans-serif;
background-color:#f5f4ec;
word-wrap:break-word;

}


a{
	text-decoration: none;
}

h2{
font-size:48px;
    color: #222222;
    box-sizing: border-box;
    display: block;

		text-align: center;
}

p{
	margin-top:0.5em;
	margin-bottom: 0.83em;
}

.dz-message{
font-size:15pt;
color:#222222;
font-weight:bold;
text-transform:uppercase;


	}


.heading{
	padding-bottom: 30px;
}

	.text-center{

text-align:center;

}

.text{
color:#af5e27;	
font-size:12pt;
	}


.imgcadeau{
	max-width:200px;
	max-height:240px;

/*display: block !important;*/
/*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
*/
}

.titrecadeau{
font-size: 18pt;
font-weight: bold;


}

.liste-ul-cadeaux{
	list-style:none;
margin-left:0;
padding-left:0;
}


.imgdivcadeau{
display:inline-block;
width:270px;
height:240px;
position:relative;
text-align:left;
vertical-align: top;
}

.center{
    margin: auto;
}

.descriptioncadeau{
height:275px;
width:690px;
display:inline-block;
text-align:left;
}

hr{
	margin:0;
}

.uncadeau{
background-color:white;

}

.liste-cadeaux{
background-color:white;


}

.descriptiondescription{
margin-right: 10px;

}

.deja-offert{
color:#27ae60;
font-weight: bold;
font-size:16pt;

}

.tarifs{

font-weight:bold;

}

.on-y-va{
	font-weight:bold;
	color:#674172;
	text-decoration: none;
}

.on-y-va:hover{
color:#AF93B8

}

.form-participation{
    background: #684173;
    border-radius: 8px;
    color: white;
    /* margin-right: -470px; */
    padding: 50px;
    /* position: absolute; */
    /* right: 50%; */
    top: 50px;
    width: 550px;
    /* z-index: 100; */
    margin: auto;


}

.message-de-fin{
 background: #684173;
    border-radius: 8px;
    color: white;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    padding: 35px;
    /* position: absolute; */
    /* right: 50%; */
    top: 50px;
    width: 550px;
    /* z-index: 100; */
    font-weight: bold;
    text-align: center;
    
}


.et-maintenant{
 background: #cdcdcd;
    border-radius: 8px;
    color: #444444;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    padding: 35px;
    /* position: absolute; */
    /* right: 50%; */
    top: 50px;
    width: 550px;
    /* z-index: 100; */
    font-weight: bold;
    text-align: center;
    
}

.et-maintenant-par{
 background: #cdcdcd;
    border-radius: 8px;
    color: #444444;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
    padding: 35px;
    /* position: absolute; */
    /* right: 50%; */
    top: 50px;
    width: 450px;
    /* z-index: 100; */
    font-weight: bold;
    text-align: center;
    
}

.et-maintenant ul{
	text-align: left;
}

label {

    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.714;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom:20px;
}

.form-part{
display:inline;
width:20%;

}

textarea.form-control {
    height: auto;
}

.textext{
	font-weight: bold;
}


.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-lg {
    font-size: 1em;
    padding: 15px 30px;
}



.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.714;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.btn {
    background: #222;
    color: #fff;
    margin-top: 20px;

}

.retour{
	text-align: center;
}

.regles{
width:70%;
border:1px dotted;
padding:30px;
margin:10px;


}

.container{
    text-align:center;
    width:100%;
    padding-top:10px;
}

@media only screen and (min-width:320px) and (max-width:959px){


.uncadeau{
    display:block;
}

.imgdivcadeau{
    text-align:center;
}

.descriptioncadeau{
    width:100%;
    text-align:center;
    height: 430px;
}

.titrecadeau{
    margin-top:0.1em;
}

    }