Home-2025

Plus qu’une école…

Le tourisme de demain, c’est vous.

Découvrir nos formations

🎓 BTS Tourisme

Une base solide pour débuter dans l’univers du tourisme.

En savoir plus

🧳 Bachelor/MBA

Devenez manager dans le tourisme ou l’hôtellerie internationale.

Découvrir

🏨 Titre Pro Réceptionniste

Formation rapide et concrète en hôtellerie haut de gamme.

Voir la formation

Ils ont étudié chez nous

“L’EFHT m’a permis de signer un contrat chez Air France en moins de 3 mois !”

— Inès, diplômée 2022

“Des formateurs pros, un suivi, des opportunités concrètes.”

— Hugo, MBA Tourisme

Ils recrutent nos étudiants




/* —— TYPOGRAPHIE & BASE —— */
body {
font-family: ‘Inter’, ‘Helvetica Neue’, sans-serif;
color: #222;
background-color: #fff;
line-height: 1.6;
font-size: 16px;
margin: 0;
padding: 0;
}

h1, h2, h3, h4 {
font-weight: 600;
color: #002244;
margin-top: 0;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 2.2em;
margin-bottom: 0.5em;
}

a {
color: #0056b3;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* —— SECTIONS —— */
section {
padding: 60px 20px;
max-width: 1200px;
margin: auto;
}

section:nth-child(even) {
background-color: #f9f9f9;
}

/* —— BOUTONS —— */
.wp-block-button__link,
.button,
.btn {
display: inline-block;
padding: 12px 24px;
background-color: #0056b3;
color: white !important;
border-radius: 30px;
font-weight: 600;
transition: background 0.3s ease;
}

.wp-block-button__link:hover,
.button:hover,
.btn:hover {
background-color: #003f80;
}

/* —— CARDS (formation, témoignages, etc.) —— */
.card {
background: white;
border-radius: 12px;
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
padding: 20px;
margin: 10px;
transition: transform 0.2s ease;
}

.card:hover {
transform: translateY(-5px);
}

/* —— COLONNES FLEXIBLES —— */
.flex-columns {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-between;
}

.flex-columns > div {
flex: 1 1 30%;
min-width: 280px;
}

/* —— TÉMOIGNAGES —— */
blockquote {
background: #eef1f5;
border-left: 4px solid #0056b3;
padding: 20px;
margin: 20px 0;
font-style: italic;
}

/* —— RESPONSIVE —— */
@media screen and (max-width: 768px) {
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
.flex-columns {
flex-direction: column;
}
}