/*@media (min-width:992px)
{
	.container { width: 1100px;background:#fff; }
}
@media (min-width:1200px)
{
	.container { width:1100px;background:#fff; }
}*/

body {background: #e0ebf6;margin-top:15px;}
.container { background:#fff; }
.text-orange {color:#ff8a00 ;}
.text-bleu {color:#00b8f4 ;}
.courgette {font-family: "Courgette",cursive;}
.strong { font-weight:bold; }
* {
    border-radius: 0 !important;
}

.alert.formules {
    padding: 7px 0;margin-bottom:0;
}


.alert.formules h4 {
    font-size: 18px;
}