/*
Theme Name:     Divi child
Description:    
Author:         admin
Template:       Divi
(optional values you can add: Theme URI, Author URI, Version)

*/

@import url("../Divi/style.css");

.header_infos_right{
	float:right;
	padding-right:50px;	

}
.BtResa {
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 210px;
	text-decoration:underline;
	font-size: 22px;
    line-height: 25px;
    padding: 3px 10px;
	border-radius : 5px;
	background-color:#6ac5ea;
	transition: all 0.15s linear 0s;
}
.BtResa:hover {
	background-color:#7EBEC5;
}