/* body{
    background:url("../images/mobile-background.png") no-repeat center top;
    opacity: 0.5;
} */

/* body{
    background:url("../images/Detail\ navire.png") no-repeat center top;
    opacity: 0.5;
} */

/* homepage mobile design */

@font-face {
    font-family: 'Erbaum';
    src: url('../fonts/Erbaum-Bold.woff2') format('woff2'),
        url('../fonts/Erbaum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum Book';
    src: url('../fonts/Erbaum-Book.woff2') format('woff2'),
        url('../fonts/Erbaum-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum';
    src: url('../fonts/Erbaum-Black.woff2') format('woff2'),
        url('../fonts/Erbaum-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum';
    src: url('../fonts/Erbaum-Regular.woff2') format('woff2'),
        url('../fonts/Erbaum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum';
    src: url('../fonts/Erbaum-Thin.woff2') format('woff2'),
        url('../fonts/Erbaum-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum';
    src: url('../fonts/Erbaum-Light.woff2') format('woff2'),
        url('../fonts/Erbaum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erbaum Med';
    src: url('../fonts/Erbaum-Medium.woff2') format('woff2'),
        url('../fonts/Erbaum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('../fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Italic.woff2') format('woff2'),
        url('../fonts/AcuminPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/AcuminPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('../fonts/AcuminPro-Regular.woff2') format('woff2'),
        url('../fonts/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a{
    text-decoration: none;
}

.img-zoom {
	position: relative;
	overflow: hidden;
	display: block;

}
.img-zoom img{
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    width: 100%;
    object-fit: cover;
}


.img-zoom:hover  img{
    
 transform: scale(1.05);
}

input:focus{
    outline: none;
}