.liste-types-dedicaces { display:flex; justify-content:space-between; }
.liste-types-dedicaces .container-types-dedicaces { font-size:26px; text-align:center; width:18%; padding:0 1%; }
.tarif-type-dedicace { font-size:20px; color:#444; }

.bloc-type-dedicace { display:block; border-radius:5px; border:1px solid #ccc; padding:10px; text-decoration:none !important; }
.bloc-type-dedicace:hover, .bloc-type-dedicace.selected { border-color:#007da0; background:#f2faff; }
.bloc-livre-offert { font-size:14px; padding-top:4px; color:#007da0; font-weight:bold; }
 
.liste-exemples-dedicaces { margin:0; padding:0; }
.liste-exemples-dedicaces img { width:100%; }
.liste-exemples-dedicaces li { list-style:none; margin:0; padding:0; }
                              

.cadre-intro-dedicaces { background:#f7f7f7; border-radius:5px; margin-bottom:20px; }
.intro-dedicaces { width:46%; padding:0 1%; font-size:14px; vertical-align:top; }
.intro-dedicaces p { color:#444; padding:0 10px; }
               
/* Version Mobile */
@media screen and (max-width: 480px) {
	.liste-types-dedicaces { flex-wrap: wrap; }
	.liste-types-dedicaces .container-types-dedicaces { width:46%; padding:0 2%; }
 	}